Re: [Interest] QImage from ShaderEffectSource

2014-09-15 Thread Gunnar Sletta
On 13 Sep 2014, at 16:28, manish sharma 83.man...@gmail.com wrote: void getImage() { qDebug() taking snapshot..!; disconnect(this, SIGNAL(afterRendering()), this, SLOT(getImage())); QSGTexture *texture = m_snapshotItem-textureProvider()-texture();

[Interest] Custom user attributes for QGeoPositionInfo

2014-09-15 Thread Dmitrii Volosnykh
An object of QGeoPositionInfo class may be supplied with a set of attributes. I wonder wether this class was designed with the ability to add custom attributes (i.e. fitness ones like heart rate, cadence, temperature, etc.)? I can see no enum value similar to Qt::UserRole (as part of ItemDataRole

Re: [Interest] Custom user attributes for QGeoPositionInfo

2014-09-15 Thread Marian Beermann
I guess not. As it doesn't inherit QObject you also can't add dynamic properties at runtime. Might make sense to add in future release. Could be implemented with UserAttribute and internal QVariantMap or something similar. On 15.09.2014 11:33, Dmitrii Volosnykh wrote: An object of

Re: [Interest] CppCon Just Ended (next year will be 20-25 Sep 2015)

2014-09-15 Thread Till Oliver Knoll
Am 14.09.2014 um 18:43 schrieb charleyb123 . charleyb...@gmail.com: ... WOW AGAIN for a great conference. Really heavy-hitters there, with information I don't know is available elsewhere. For example: Thank you a lot for that nice overview of the talks and discussions at the CppCon 2014,

[Interest] iOS Deployment: QApplication created before UIApplicationMain

2014-09-15 Thread Jb Hubert
Hello, I am currently trying to deploy my qtquick application on iPhoneSimulator (my project run currently well on Desktop and Android). Compilation and linking causes no problem. When I run the application from XCode, I encountered this error message: Error: You are creating QApplication before

Re: [Interest] iOS Deployment: QApplication created before UIApplicationMain

2014-09-15 Thread Gustavsen Richard
This could happen if you don't create your Xcode project with qmake. Do you? Or do you manually switch on certain types of optimisations from Xcode? Another reason for hitting this is if you create a native iOS app, and uses Qt as a third-party library. Also check the build log in the report

[Interest] C++/QML integration with QAbstractTableModel and QML Repeater

2014-09-15 Thread Christoffer Holmstedt
Hi Just started to learn how Qt works with QtQuick (Qt 5.3.1). I have successfully tried different examples available in the docs but there is one thing I can't get my head around and that is when subclassing QAbstractTableModel (QAbstractListModel works just fine). Code available on github [1]

[Interest] Building Qt documentation as DITA

2014-09-15 Thread Thibaut Cuvelier
Hello. As advised on the forums (https://qt-project.org/forums/viewthread/47384/), I'm cross-posting my question on this mailing list. In order to revive a Qt documentation translation, I would need to generate Qt’s documentation as DITA files, which would be much easier to use than our current

Re: [Interest] Building Qt documentation as DITA

2014-09-15 Thread Sze Howe Koh
On 15 September 2014 22:09, Thibaut Cuvelier dourou...@gmail.com wrote: Hello. As advised on the forums (https://qt-project.org/forums/viewthread/47384/), I'm cross-posting my question on this mailing list. In order to revive a Qt documentation translation, I would need to generate Qt’s

Re: [Interest] QImage from ShaderEffectSource

2014-09-15 Thread manish sharma
Thanks Gunnar, I might need this to be portable. I will figure out a way to convert texture to fbo and as suggested will do something similar in qt_gl_read_framebuffer. Regards, Manish On Mon, Sep 15, 2014 at 11:49 AM, Gunnar Sletta gun...@sletta.org wrote: On 13 Sep 2014, at 16:28, manish

Re: [Interest] CppCon Just Ended (next year will be 20-25 Sep 2015)

2014-09-15 Thread charleyb123 .
snip, CppCon 2014 *- Facebook (Andrei Alexandrescu) cheats with stealing bits from their implementation of a shared-pointer to steal-bits for the object-count, with the understanding that the count rarely goes above 4. Correctness is sacrificed to increase performance 0.4%, which is a huge

[Interest] Looking for a developer

2014-09-15 Thread Scott Aron Bloom
My company is looking to hire, a short term contractor for a Qt based mobile app. It will be for iOS first then Android. Primarily there will be a login screen, then downloading XML data based off a query from a server, then presenting the table. There will probably be 5-6 setup pages that