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