Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.5.1
-
Fix Version/s: 5.7.0 Alpha
-
Component/s: ActiveX Support
-
Labels:None
-
Commits:5d1eb1b40f1dab34d28843d93a030b4a2d499eb8 (activeqt/dev, 2.9.2015, 5.7):
Description
ActiveX provides a mechanism for tagging components with a list of "Implemented Categories". These categories are useful for querying the registry for a subset of all available ActiveX components, based on capabilities/categories.
It would be great if QAxClass could be extended with ability to parse and register "Implemented Categories", based on Q_CLASSINFO metadata without having to subclass QAxFactory as mentioned in http://doc.qt.io/qt-5/qaxfactory.html#registerClass .
Reference: https://msdn.microsoft.com/enus/library/windows/desktop/ms682451.aspx