On sexta-feira, 15 de novembro de 2013 07:24:44, Ramakanthreddy Kesireddy
wrote:
> undefined symbol:
> fbDestroyWindow(/usr/local/qt5/plugins/platforms/libqeglfs.so)
> undefined symbol:
> fbCreateWindow(/usr/local/qt5/plugins/platforms/libqeglfs.so)
> undefined symbol:
> fbGetDisplayByInde
Hi Thiago,
Thanks for your pointers. It complains of missing symbols.
Here is the output:
$ ldd -d -r /usr/local/qt5/plugins/platforms/libqeglfs.so
libfontconfig.so.1 => /usr/lib/arm-linux-gnueabi/libfontconfig.so.1
(0x2ac3f000)
libfreetype.so.6 => /usr/lib/arm-linux-gnueabi/libfreety
Could anyone explain, what the function DelegateModelGroup::setGroups is doing?
>From the docs:
Sets the groups count items starting at index belong to.
I don't know, but for me this sounds just like random words.
Guido
___
Interest mailing l
Hi,
I have a little problem with my enums in QtQuick 2.
Im a C++ class I created an enum and used Q_ENUMS to make the enums known to
the property system.
I registered my class with qmlRegisterType.
So far so good. Works. I can invoke methods, which I marked with Q_INVOKABLE.
Get signals from C++
On quinta-feira, 14 de novembro de 2013 14:11:05, Ramakanthreddy Kesireddy
wrote:
> But when I try to run the application ” ./hellowindow –platform eglfs “ then
> I get below error
>
> --Application cannot be started because it failed to load qt platform
> plugin “eglfs”-
Run ldd -d
Hi,
There is a library available that exposes Linux GSettings to qml see:
https://launchpad.net/gsettings-qt
Now I try to use it in my .qml
import QtQuick 2.1
import QtQuick.Controls 1.1
import GSettings 1.0
import QtQuick.Window 2.1
Window {
id:window
GSettings {
id: test
I have been reading through this exchange. It was asked but I did not see an
answer.
If you open a command prompt and type in telnet, does telnet actually come up?
I have a base install of Win7 Pro and it is not a recognized command. Did I
miss your answer to this? My apologies if I did.
Connect to the process state signals, error, finished, started, stateChanged..
What happens?
Scott
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
ZHONG Zhu
Sent: Wednesda
I set it to true in my SizePolicy for a widget, however the layout still
jiggles around when this widget is being hidden and shown.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
I have successfully cross compiled Qt5.2 alpha for ARMv7 IMX6-Quad Infotainment
sabre AI board.
But when I try to run the application ” ./hellowindow –platform eglfs “ then I
get below error
--Application cannot be started because it failed to load qt platform
plugin “eglfs”-
Try to merge the channels ( setProcessChannelMode(QProcess::MergedChannels) )
and temporary turn off writing: QProcess::closeWriteChannel()
III Escuela Internacional de Invierno en la UCI del 17 al 2
Setting the swap interval through public API is planned for 5.3, but you can
already set it yourself in a custom eglfs plugin or similar. The default EGLFS
plugin allows to set the swap interval using QT_QPA_EGLFS_SWAPINTERVAL=x in the
environment.
cheers,
Gunnar
___
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> The preferred way would probably be to use relative paths and put
> the Oracle libs into your app bundle.
That makes more sense, I'll try the doc you gave me.
Thanks :)
Emmanuel Bourgerie
Web developer
Dublin, Ireland
(+353) 8 144 5278
http://bour
Hi again, digging further into this reveals some issues with the PowerVR
SGX530 (Omap3) when using the flip mode. So it's not Qt. Sorry for the
noise.
Seems like it only happens at 60Hz. Will there be an option in 5.2 to set
the swap interval, or did it end up in 5.3? I'd probably go for a steady
Hi,
if I use a Label (QtQuick.Controls 1.1) the QtCreator syntax checker does
not recognize its attributes, e.g.:
import QtQuick 2.1
import QtQuick.Controls 1.1
ApplicationWindow {
title: qsTr("Hello World")
width: 640
height: 480
Label {
text: qsTr("
15 matches
Mail list logo