Qt 6.11 is out! See what's new in the release
blog
questions regarding ActiveQt examples
-
I'm looking at 3 different examples and can't figure out why:
- Multiple Example is creating controls from
QWidgetstraight away (but with additionalQ_CLASSINFOuuids) - Simple Example is deriving from
QAxBindableto exports controls (without any uuid) --> is just to expose property changes? - OpenGL Example is deriving from
QAxBindablebut 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.