Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Can I use ActiveQt to expose custom Qt widgets at ActiveX controls?
-
This article, http://doc.qt.nokia.com/latest/activeqt-wrapper.html, shows an example of exposing built-in widgets like QPushButton, QCheckbox. However, what about custom widgets that I have created?
Thanks, Kurt
-
It works the same way.