[Interest] Quick2 ListView - set current index to a new item when added

2013-12-09 Thread Ola Røer Thorsen
Hi all, I have a ListView showing a c++ model that changes runtime. Items are added and deleted. When an item is added, how do I set the ListView's current index to the new item? Cheers, Ola ___ Interest mailing list Interest@qt-project.org

[Interest] QuickControls Action shortcut property - more detailed description somewhere?

2013-12-09 Thread Ola Røer Thorsen
Hi all, the shortcut property on QuickControls Action uses a string. The documentation on this one is very short: Shortcut bound to the action. Defaults to the empty string. Is there a list somewhere describing the string names of all keys and how to write these as combinations of ctrl, shift,

[Interest] some doubts about current graphics stack in Qt 5.1

2013-12-09 Thread pritam.ghang...@gmail.com
HI All, Based on the readings till now, this is what I understand. I will be grateful if someone can help me clarify it a little bit. WebLinks are also welcome. I will start bottom up. Qt does all its magic before the QPA plugin. So all rendering from Qt's Side has happened before that. After

[Interest] Qt 5 Plugins for iOS Android

2013-12-09 Thread Alex Leutgöb
Hey Qt Friends, Just a short announcement in-between: We here at V-Play (http://v-play.net) are currently preparing some plugins for the upcoming Qt5 mobile edition. If you're interested in integrating in-app purchases, ads (like AdMob or Chartboost), analytics (like Flurry) or social networks

[Interest] QMacNativeWidget memory management

2013-12-09 Thread Tim Blechmann
hi all, trying to embed a Qt widget hierarchy into a Cocoa hierarchy, i'm currently trying to figure out how the memory management is supposed to work: i've adapted the example [1] to add a RedWidget to the layout. it gets allocated in the applicationDidFinishLaunching method, but for some

Re: [Interest] Qt 5 Plugins for iOS Android

2013-12-09 Thread Yang Fan
Interesting, I want to know more about the plugins license. On Mon, Dec 9, 2013 at 6:17 PM, Alex Leutgöb a...@v-play.net wrote: Hey Qt Friends, Just a short announcement in-between: We here at V-Play (http://v-play.net) are currently preparing some plugins for the upcoming Qt5 mobile

Re: [Interest] Quick2 ListView - set current index to a new item when added

2013-12-09 Thread Preet
On Mon, Dec 9, 2013 at 4:12 AM, Ola Røer Thorsen o...@silentwings.no wrote: Hi all, I have a ListView showing a c++ model that changes runtime. Items are added and deleted. When an item is added, how do I set the ListView's current index to the new item? Have you tried connecting to the

Re: [Interest] QMacNativeWidget memory management

2013-12-09 Thread deDietrich Gabriel
Hi Tim, On Dec 9, 2013, at 1:33 PM, Tim Blechmann t...@klingt.orgmailto:t...@klingt.org wrote: trying to embed a Qt widget hierarchy into a Cocoa hierarchy, i'm currently trying to figure out how the memory management is supposed to work: i've adapted the example [1] to add a RedWidget to the

Re: [Interest] Quick2 ListView - set current index to a new item when added

2013-12-09 Thread Ola Røer Thorsen
2013/12/9 Preet prismatic.proj...@gmail.com Have you tried connecting to the onAdd() signal and then calling positionViewAtIndex? http://doc-snapshot.qt-project.org/qdoc/qml-qtquick-listview.html#positionViewAtIndex-method I was a bit confused about that one, it has to be done like this,

Re: [Interest] Quick2 ListView - set current index to a new item when added

2013-12-09 Thread Ola Røer Thorsen
2013/12/9 Preet prismatic.proj...@gmail.com Have you tried connecting to the onAdd() signal and then calling positionViewAtIndex? http://doc-snapshot.qt-project.org/qdoc/qml-qtquick-listview.html#positionViewAtIndex-method I was a bit confused about that one, it has to be done like

Re: [Interest] some doubts about current graphics stack in Qt 5.1

2013-12-09 Thread Thiago Macieira
On segunda-feira, 9 de dezembro de 2013 15:43:22, pritam.ghang...@gmail.com wrote: Within Qt QtWIdgets use QPainter, which can use raster, native or opengl backends. There's no native backend anymore. Most of the time it will be raster. But if one is using QGLWidget or sets a QGLWidget as

[Interest] Hackathon at Kiev (Ukraine)

2013-12-09 Thread Николай Шатохин
Hello. We will organize coding Hackathon at Kiev in January. We invite you to participate it. The exact date and location will be announced later. We organized over 15 Hackathons at few Ukrainian cities. Each Hackathon attracted about one hundred highly skilled developers. Best regards, Nick

[Interest] OpenGL ES 3.0 support on the roadmap..?

2013-12-09 Thread Matti Dahlbom
Hi, for the past couple of days I've been looking for an up-to-date Qt 5 roadmap/browsing the forums for any signs of upcoming GLES 3.0 support but to no avail. Any info available on this..? GLES 3.0 hardware is popping up on the market steadily and I'd like to base my new project on Qt, of