> On 4 Jun 2018, at 22:20, Walter Purvis wrote:
>
> Is this going to cause issues with Qt Quick applications? I.e., will Qt Quick
> apps be broken or unacceptably slow in future versions of macOS? (The next
> version of macOS merely deprecates OpenGL, but it raises the question of when
> it
Is this going to cause issues with Qt Quick applications? I.e., will Qt
Quick apps be broken or unacceptably slow in future versions of macOS? (The
next version of macOS merely deprecates OpenGL, but it raises the question
of when it might be removed from macOS altogether.)
https://developer.appl
Hi Tomek,
> I quickly reviewed QSkinny and it really nicely exposes C++ to Qml. I
> can't see however, how you made e.g. QskVariant::stops readable from
> Qml. Writing stops is possible due to QMetaType::registerConvertes, but
> how you can iterate overs stop from Qml?
Don't know either, but I'm
Hi Uwe,
I quickly reviewed QSkinny and it really nicely exposes C++ to Qml. I can't
see however, how you made e.g. QskVariant::stops readable from Qml. Writing
stops is possible due to QMetaType::registerConvertes, but how you can
iterate overs stop from Qml?
Thanks in advance for clarification,