jason23reg

jason23reg

导航

ActiveQt Framework (4.6.3)

Qt's ActiveX and COM support allows Qt for Windows developers to:
1)Access and use ActiveX controls and COM objects provided by any ActiveX server in their Qt applications.

2)Make their Qt applications available as COM servers, with any number of Qt objects and widgets as COM objects and ActiveX controls

ActiveQt framework:

1)The QAxContainer module is a static library implementing QObject and QWidget subclasses, QAxObject and QAxWidget, that act as containers for COM objects and ActiveX controls.

2)The QAxServer module is a static library that implements functionality for in-process and executable COM servers. This module provides the QAxAggregated, QAxBindable and QAxFactory classes.

The ActiveQt module is only available on Windows.



Ref:

[1] Building ActiveX servers and controls with Qt

posted on 2010-10-05 11:39  jason23reg  阅读(382)  评论(0编辑  收藏  举报