[Interest] New Webcast Available - Qt 5 Status Update

2012-04-07 Thread Lynn Gray
The latest ICSNetwork webcast, *Qt 5 Status Update*, is currently available for download at www.ics.com/icsnetwork. This webcast presents an overview and status update on Qt 5, the major new release of the Qt framework expected to be available later this year. __

Re: [Interest] Access QVariant's raw data

2012-04-07 Thread Thiago Macieira
On domingo, 8 de abril de 2012 04.24.01, Jonas Gehring wrote: > Hi there, > > Does anybody know a way to access the raw data inside a QVariant? variant.data_ptr(); > Just for clarification: I know about Q_DECLARE_METATYPE, > qRegisterMetaType etc. I'm currently passing user-defined type >

[Interest] Access QVariant's raw data

2012-04-07 Thread Jonas Gehring
Hi there, Does anybody know a way to access the raw data inside a QVariant? Just for clarification: I know about Q_DECLARE_METATYPE, qRegisterMetaType etc. I'm currently passing user-defined type that are boxed inside a QVariant across different threads, and at some point I'm invoking a slot init

Re: [Interest] #define in qml

2012-04-07 Thread Attila Csipa
On 20-Feb-12 08:53, Thiago Macieira wrote: > If you import Qt Quick 1.1, it will be the same version of 1.1 with the same > behaviour issues. If you don't change the import statement, the behaviour will > not change, even if Qt is upgraded. That's not entirely true. The Qt upgrade might imply