diff options
Diffstat (limited to 'doc/html/activeqt.html')
-rw-r--r-- | doc/html/activeqt.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/doc/html/activeqt.html b/doc/html/activeqt.html new file mode 100644 index 0000000..903e196 --- /dev/null +++ b/doc/html/activeqt.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/activeqt/doc/index.doc:1 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>The ActiveQt framework</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<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> + + +<p> <!-- index ActiveQt --><a name="ActiveQt"></a> +<p> These modules are part of the <a href="commercialeditions.html">Qt + Enterprise Edition</a> and are <em>not</em> part of the Free or +Non-Commercial Editions. +<p> Qt's ActiveX support allows Qt/Windows developers to: +<ol type=1> +<li> Access and use ActiveX controls provided by any ActiveX server +in their Qt applications. +<li> Make their Qt applications available as ActiveX servers, with +any number of Qt widgets as ActiveX controls. +</ol> +<p> <h2> ActiveQt Modules +</h2> +<a name="1"></a><p> The framework consists of two modules. +<p> <h3> QAxContainer +</h3> +<a name="1-1"></a><p> The <a href="qaxcontainer.html">QAxContainer module</a> is a static +library implementing <a href="qobject.html">QObject</a> and <a href="qwidget.html">QWidget</a> subclasses, <a href="qaxobject.html">QAxObject</a> and +<a href="qaxwidget.html">QAxWidget</a>, that act as a containers for COM objects and ActiveX +controls. If built against a shared Qt library <a href="qaxwidget.html">QAxWidget</a> integrates +as a widget plugin into <a href="designer-manual.html">Qt Designer</a>. +<p> The module also provides classes <a href="qaxscript.html">QAxScript</a>, <a href="qaxscriptmanager.html">QAxScriptManager</a> and +<a href="qaxscriptengine.html">QAxScriptEngine</a> that allow using Windows Script Host technologies to +script COM objects embedded in the Qt applications. +<p> <a href="qaxcontainer-examples.html">Examples</a> include a +web browser application embedding Microsoft Internet Explorer, and an +address book example synchronizing the contents with Microsoft +Outlook. +<p> <h3> QAxServer +</h3> +<a name="1-2"></a><p> The <a href="qaxserver.html">QAxServer module</a> is a +static library that implements functionality for in-process and +executable COM servers. This module provides the <a href="qaxaggregated.html">QAxAggregated</a>, +<a href="qaxbindable.html">QAxBindable</a> and <a href="qaxfactory.html">QAxFactory</a> classes. +<p> <a href="qaxserver-examples.html">Examples</a> include in- and +out-of-process servers providing different <a href="qwidget.html">QWidget</a> subclasses as +ActiveX controls, as well as a <a href="activeqt-dotnet.html">walkthrough</a> how to use those objects in a .NET environment. +<p> <h2> Additional Information +</h2> +<a name="2"></a><p> <ul> +<li> <a href="activeqt-tools.html">ActiveQt Tools</a>. +<li> <a href="activeqt-examples.html">ActiveQt Examples</a>. +</ul> + +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>Qt 3.3.8</div> +</table></div></address></body> +</html> |