| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
|---|
| 2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/activeqt/doc/index.doc:1 -->
 | 
|---|
| 3 | <html>
 | 
|---|
| 4 | <head>
 | 
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 | 
|---|
| 6 | <title>The ActiveQt framework</title>
 | 
|---|
| 7 | <style type="text/css"><!--
 | 
|---|
| 8 | fn { margin-left: 1cm; text-indent: -1cm; }
 | 
|---|
| 9 | a:link { color: #004faf; text-decoration: none }
 | 
|---|
| 10 | a:visited { color: #672967; text-decoration: none }
 | 
|---|
| 11 | body { background: #ffffff; color: black; }
 | 
|---|
| 12 | --></style>
 | 
|---|
| 13 | </head>
 | 
|---|
| 14 | <body>
 | 
|---|
| 15 | 
 | 
|---|
| 16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
 | 
|---|
| 17 | <tr bgcolor="#E5E5E5">
 | 
|---|
| 18 | <td valign=center>
 | 
|---|
| 19 |  <a href="index.html">
 | 
|---|
| 20 | <font color="#004faf">Home</font></a>
 | 
|---|
| 21 |  | <a href="classes.html">
 | 
|---|
| 22 | <font color="#004faf">All Classes</font></a>
 | 
|---|
| 23 |  | <a href="mainclasses.html">
 | 
|---|
| 24 | <font color="#004faf">Main Classes</font></a>
 | 
|---|
| 25 |  | <a href="annotated.html">
 | 
|---|
| 26 | <font color="#004faf">Annotated</font></a>
 | 
|---|
| 27 |  | <a href="groups.html">
 | 
|---|
| 28 | <font color="#004faf">Grouped Classes</font></a>
 | 
|---|
| 29 |  | <a href="functions.html">
 | 
|---|
| 30 | <font color="#004faf">Functions</font></a>
 | 
|---|
| 31 | </td>
 | 
|---|
| 32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>The ActiveQt framework</h1>
 | 
|---|
| 33 | 
 | 
|---|
| 34 |  
 | 
|---|
| 35 | <p> <!-- index ActiveQt --><a name="ActiveQt"></a>
 | 
|---|
| 36 | <p> These modules are part of the <a href="commercialeditions.html">Qt
 | 
|---|
| 37 |     Enterprise Edition</a> and are <em>not</em> part of the Free or
 | 
|---|
| 38 | Non-Commercial Editions.
 | 
|---|
| 39 | <p> Qt's ActiveX support allows Qt/Windows developers to:
 | 
|---|
| 40 | <ol type=1>
 | 
|---|
| 41 | <li> Access and use ActiveX controls provided by any ActiveX server
 | 
|---|
| 42 | in their Qt applications.
 | 
|---|
| 43 | <li> Make their Qt applications available as ActiveX servers, with
 | 
|---|
| 44 | any number of Qt widgets as ActiveX controls.
 | 
|---|
| 45 | </ol>
 | 
|---|
| 46 | <p> <h2> ActiveQt Modules
 | 
|---|
| 47 | </h2>
 | 
|---|
| 48 | <a name="1"></a><p> The framework consists of two modules.
 | 
|---|
| 49 | <p> <h3> QAxContainer
 | 
|---|
| 50 | </h3>
 | 
|---|
| 51 | <a name="1-1"></a><p> The <a href="qaxcontainer.html">QAxContainer module</a> is a static
 | 
|---|
| 52 | library implementing <a href="qobject.html">QObject</a> and <a href="qwidget.html">QWidget</a> subclasses, <a href="qaxobject.html">QAxObject</a> and
 | 
|---|
| 53 | <a href="qaxwidget.html">QAxWidget</a>, that act as a containers for COM objects and ActiveX 
 | 
|---|
| 54 | controls. If built against a shared Qt library <a href="qaxwidget.html">QAxWidget</a> integrates 
 | 
|---|
| 55 | as a widget plugin into <a href="designer-manual.html">Qt Designer</a>.
 | 
|---|
| 56 | <p> The module also provides classes <a href="qaxscript.html">QAxScript</a>, <a href="qaxscriptmanager.html">QAxScriptManager</a> and 
 | 
|---|
| 57 | <a href="qaxscriptengine.html">QAxScriptEngine</a> that allow using Windows Script Host technologies to 
 | 
|---|
| 58 | script COM objects embedded in the Qt applications.
 | 
|---|
| 59 | <p> <a href="qaxcontainer-examples.html">Examples</a> include a
 | 
|---|
| 60 | web browser application embedding Microsoft Internet Explorer, and an
 | 
|---|
| 61 | address book example synchronizing the contents with Microsoft
 | 
|---|
| 62 | Outlook.
 | 
|---|
| 63 | <p> <h3> QAxServer
 | 
|---|
| 64 | </h3>
 | 
|---|
| 65 | <a name="1-2"></a><p> The <a href="qaxserver.html">QAxServer module</a> is a 
 | 
|---|
| 66 | static library that implements functionality for in-process and 
 | 
|---|
| 67 | executable COM servers. This module provides the <a href="qaxaggregated.html">QAxAggregated</a>, 
 | 
|---|
| 68 | <a href="qaxbindable.html">QAxBindable</a> and <a href="qaxfactory.html">QAxFactory</a> classes.
 | 
|---|
| 69 | <p> <a href="qaxserver-examples.html">Examples</a> include in- and
 | 
|---|
| 70 | out-of-process servers providing different <a href="qwidget.html">QWidget</a> subclasses as
 | 
|---|
| 71 | ActiveX controls, as well as a <a href="activeqt-dotnet.html">walkthrough</a> how to use those objects in a .NET environment.
 | 
|---|
| 72 | <p> <h2> Additional Information
 | 
|---|
| 73 | </h2>
 | 
|---|
| 74 | <a name="2"></a><p> <ul>
 | 
|---|
| 75 | <li> <a href="activeqt-tools.html">ActiveQt Tools</a>.
 | 
|---|
| 76 | <li> <a href="activeqt-examples.html">ActiveQt Examples</a>.
 | 
|---|
| 77 | </ul>
 | 
|---|
| 78 | 
 | 
|---|
| 79 | <!-- eof -->
 | 
|---|
| 80 | <p><address><hr><div align=center>
 | 
|---|
| 81 | <table width=100% cellspacing=0 border=0><tr>
 | 
|---|
| 82 | <td>Copyright © 2007
 | 
|---|
| 83 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
 | 
|---|
| 84 | <td align=right><div align=right>Qt 3.3.8</div>
 | 
|---|
| 85 | </table></div></address></body>
 | 
|---|
| 86 | </html>
 | 
|---|