questions regarding ActiveQt examples
Unsolved
General and Desktop
-
I'm looking at 3 different examples and can't figure out why:
- Multiple Example is creating controls from
QWidget
straight away (but with additionalQ_CLASSINFO
uuids) - Simple Example is deriving from
QAxBindable
to exports controls (without any uuid) --> is just to expose property changes? - OpenGL Example is deriving from
QAxBindable
but also implementsQAxAggregated *createAggregate()
without clear explanations of why this is required.
If anyone has a book to recommend, I'll be happy to buy it :)
- Multiple Example is creating controls from
-
Hi,
Interesting questions. You should bring them to the interest mailing list You'll likely reach there the authors of the modules and examples.