Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/frameworks-technologies/activeqt.qdoc

    r651 r769  
    5858
    5959    \ingroup platform-specific
     60    \ingroup frameworks-technologies
    6061    \keyword ActiveQt
    6162
     
    7071    \endlist
    7172
     73    For more information about using ActiveX with Qt, see
     74    \l{Building ActiveX servers and controls with Qt}.
     75
    7276    The ActiveQt framework consists of two modules:
    7377
    7478    \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
    8085       functionality for in-process and executable COM servers. This
    8186       module provides the QAxAggregated, QAxBindable and QAxFactory
    8287       classes.
    8388    \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.
    8492
    8593    To build the static libraries, change into the \c activeqt directory
Note: See TracChangeset for help on using the changeset viewer.