[Interest] [interest] Qt 5.2 RC1: QtCreator syntax checker does not recognize the properties of the QtQuick-Control Label

2013-11-14 Thread Helmut Mülner
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:

Re: [Interest] Tearing in Quick2 flickable-based items with clipping enabled

2013-11-14 Thread Ola Røer Thorsen
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

Re: [Interest] QProcess wrap the telnet.exe

2013-11-14 Thread Ing. Rayner Pupo Gomez
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

[Interest] Error: Application cannot be started because it failed to load qt platform plugin “eglfs”

2013-11-14 Thread Ramakanthreddy Kesireddy
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”-

[Interest] How is retainSizeWhenHidden supposed to work?

2013-11-14 Thread Philipp Kursawe
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

Re: [Interest] FW: QProcess wrap the telnet.exe

2013-11-14 Thread Scott Aron Bloom
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:

Re: [Interest] QProcess wrap the telnet.exe

2013-11-14 Thread Jason Kretzer
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

[Interest] Qt extern library bindin problem

2013-11-14 Thread Damian Ivanov
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

[Interest] C++ enums undefined in QML

2013-11-14 Thread Guido Seifert
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

[Interest] DelegateModelGroup::setGroups

2013-11-14 Thread Guido Seifert
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

Re: [Interest] Error: Application cannot be started because it failed to load qt platform plugin “eglfs”

2013-11-14 Thread Ramakanthreddy Kesireddy
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 =

Re: [Interest] Error: Application cannot be started because it failed to load qt platform plugin “eglfs”

2013-11-14 Thread Thiago Macieira
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: fbGetDisplayByIndex