Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Is it possible to expose class as Q_PROPERTY? (I know how to expose native variables.)
In my case, I want to handle chunk of data that change at the same time, and I want to render it at the same frame.
Is it possible?
Yes, you can put any QObject-subclass in as a property (use pointers). Also works with Q_GADGETs.