[Interest] QWindow::setTransientParent()

2014-11-06 Thread John Weeks
Can anyone tell me about QWindow::setTransientParent()? When building with Qt 5 I keep seeing warnings: void QWindow::setTransientParent(QWindow *) QWidgetWindow(0x118c39a10, name = "QWidgetClassWindow") must be a top level window. One situation where I see it is on Macintosh: Our applicatio

Re: [Interest] Loader QML Transitions

2014-11-06 Thread m...@rpzdesign.com
Frederico and Jereme: Thanks for your answers. But Jereme is on to something. I will use Animations to achieve the effect since it gives fine granularity, that status property is not fine grained enough. But I do not need to swap out the Loader for a stackview since my screens have no particula

Re: [Interest] Loader QML Transitions

2014-11-06 Thread Jereme Lamothe
Have a look at the StackView control as a replacement for your use of a Loader (Documentation at http://qt-project.org/doc/qt-5/qml-qtquick-controls-stackview.html). The transition between items is animated. On Thu, Nov 6, 2014 at 9:16 AM, rpzrpz...@gmail.com wrote: > Does anybody have a comment

Re: [Interest] Loader QML Transitions

2014-11-06 Thread Federico Buti
I think you can exploit the status associated with the Loader. Cheers, F. On 6 November 2014 15:16, rpzrpz...@gmail.com wrote: > Does anybody have a comment about the Loader QML component. > > I would like to support a IOS lik

[Interest] Loader QML Transitions

2014-11-06 Thread rpzrpz...@gmail.com
Does anybody have a comment about the Loader QML component. I would like to support a IOS like Segue where the current QML file has a graphic transition to another QML file When I set the source of a loader component, obviously it dumps the current QML OpenGL objects and loads the new QML objects

[Interest] Listview Highlight Paint Speed

2014-11-06 Thread m...@rpzdesign.com
I have a test project on Qt 5.3 on Android/IOS using a QML Listview and QtQuick 2.2 and QtQuickControls 2.2 Nexus 7 2012 Android 4.4.4 / IOS 7 Ipad Mini Gen 1 How can I control the painting speed of the highlighted row if possible? The problem is when underlying QML engine goes to paint the high

Re: [Interest] Regarding auto resizing of the QtQuick window for embedded device

2014-11-06 Thread Filip Piechocki
With eglfs you're application would always be resized to fullscreen. So your window DOES NOT have 2000x800 - it has 1920x1080. You can check your current fb mode (on Ubuntu on wandboard it is in: /sys/devices/platform/mxc_sdc_fb.0/graphics/fb0/modes) and available modes (wandboard: /sys/devices/pla

Re: [Interest] 3D Navigation QtLocation Module

2014-11-06 Thread Ramakanthreddy Kesireddy
Hi, Please let me know incase there is any Navigation project hosted in git to integrate a text-to-speech solution for voice navigation incase of Turn-by-turn instructions? Thanks and Regards, Ramakanth -Original Message- From: interest-bounces+ramakanthreddy.kesireddy=techmahindra

Re: [Interest] How to use QSGSimpleTextureNode?

2014-11-06 Thread Nuno Santos
Gunnar, I will run your debugging suggestions. Thanks, Regards, Nuno On 05 Nov 2014, at 17:39, Gunnar Sletta wrote: > > On 04 Nov 2014, at 23:20, Nuno Santos wrote: > >> Gunnar, >> >> I have implemented a really basic node for text rendering on scene graph >> based on my previous approa

Re: [Interest] How to use QSGClipNode?

2014-11-06 Thread Nuno Santos
Ops! :) Of course! Thanks, Nuno On 05 Nov 2014, at 17:33, Gunnar Sletta wrote: > A clip node will clip its children, not its siblings :) > > cheers, > Gunnar > > On 04 Nov 2014, at 18:52, Nuno Santos wrote: > >> Hi, >> >> I was wondering how I could use QSGClipNode to clip what is being d

Re: [Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-06 Thread Frédéric Martinsons
I answer to myself, I found a working solution on android. To sum up I replace my TextArea with a TextEdit inside a Flickable , itself inside a ScrollView 2014-11-04 14:31 GMT+01:00 Frédéric Martinsons < frederic.martins...@sigfox.com>: > Hello, > > I've been using the TextArea QML controls for a

Re: [Interest] Qt articles from developer.nokia.com

2014-11-06 Thread Kojo Tero
> -Original Message- > From: interest-bounces+tero.kojo=theqtcompany@qt-project.org > [mailto:interest-bounces+tero.kojo=theqtcompany@qt-project.org] On > Behalf Of Alejandro Exojo > Sent: 6. marraskuuta 2014 10:48 > To: interest@qt-project.org > Subject: Re: [Interest] Qt articles

Re: [Interest] Regarding auto resizing of the QtQuick window for embedded device

2014-11-06 Thread Jha Sonakumar
Hi, Let me explain my problem clearly. 2000x800 has come from the below existing code in my application main.qml. Window { id: root visible: true width: 2000 height: 800 SplitView { anchors.fill: parent orientation: Qt.Horizontal I

Re: [Interest] Qt articles from developer.nokia.com

2014-11-06 Thread Alejandro Exojo
El Wednesday 05 November 2014, Oleg Shparber escribió: > It's possible to export wiki contents in MediaWiki XML here: > http://developer.nokia.com/community/wiki/index.php?title=Special:Export > > I don't know how to download all related files. You can also archive all the contents of a MediaWiki