Changeset 769 for trunk/doc/src/frameworks-technologies
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/frameworks-technologies/activeqt.qdoc
r651 r769 58 58 59 59 \ingroup platform-specific 60 \ingroup frameworks-technologies 60 61 \keyword ActiveQt 61 62 … … 70 71 \endlist 71 72 73 For more information about using ActiveX with Qt, see 74 \l{Building ActiveX servers and controls with Qt}. 75 72 76 The ActiveQt framework consists of two modules: 73 77 74 78 \list 75 \o The \l QAxContainer module is a static 76 library implementing QObject and QWidget subclasses, QAxObject and 77 QAxWidget, that act as containers for COM objects and ActiveX 78 controls. 79 \o The \l QAxServer module is a static library that implements 79 \o The \l{Using ActiveX controls and COM objects in Qt}{QAxContainer} 80 module is a static library implementing QObject and QWidget subclasses, 81 QAxObject and QAxWidget, that act as containers for COM objects and 82 ActiveX controls. 83 \o The \l{Building ActiveX servers and controls with Qt}{QAxServer} 84 module is a static library that implements 80 85 functionality for in-process and executable COM servers. This 81 86 module provides the QAxAggregated, QAxBindable and QAxFactory 82 87 classes. 83 88 \endlist 89 90 A set of \l{Tools for ActiveQt}{tools} is provided to simplify the 91 developing and building of Qt projects that use ActiveX. 84 92 85 93 To build the static libraries, change into the \c activeqt directory
Note:
See TracChangeset
for help on using the changeset viewer.