diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/activentqt.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/activentqt.html')
-rw-r--r-- | doc/html/activentqt.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/doc/html/activentqt.html b/doc/html/activentqt.html new file mode 100644 index 000000000..58854fd8d --- /dev/null +++ b/doc/html/activentqt.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 ActiveTQt 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 ActiveTQt framework</h1> + + +<p> <!-- index ActiveTQt --><a name="ActiveTQt"></a> +<p> These modules are part of the <a href="commercialeditions.html">TQt + Enterprise Edition</a> and are <em>not</em> part of the Free or +Non-Commercial Editions. +<p> TQt's ActiveX support allows TQt/Windows developers to: +<ol type=1> +<li> Access and use ActiveX controls provided by any ActiveX server +in their TQt applications. +<li> Make their TQt applications available as ActiveX servers, with +any number of TQt widgets as ActiveX controls. +</ol> +<p> <h2> ActiveTQt Modules +</h2> +<a name="1"></a><p> The framework consists of two modules. +<p> <h3> TQAxContainer +</h3> +<a name="1-1"></a><p> The <a href="qaxcontainer.html">TQAxContainer module</a> is a static +library implementing <a href="ntqobject.html">TQObject</a> and <a href="ntqwidget.html">TQWidget</a> subclasses, <a href="qaxobject.html">TQAxObject</a> and +<a href="qaxwidget.html">TQAxWidget</a>, that act as a containers for COM objects and ActiveX +controls. If built against a shared TQt library <a href="qaxwidget.html">TQAxWidget</a> integrates +as a widget plugin into <a href="designer-manual.html">TQt Designer</a>. +<p> The module also provides classes <a href="qaxscript.html">TQAxScript</a>, <a href="qaxscriptmanager.html">TQAxScriptManager</a> and +<a href="qaxscriptengine.html">TQAxScriptEngine</a> that allow using Windows Script Host technologies to +script COM objects embedded in the TQt 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> TQAxServer +</h3> +<a name="1-2"></a><p> The <a href="qaxserver.html">TQAxServer module</a> is a +static library that implements functionality for in-process and +executable COM servers. This module provides the <a href="qaxaggregated.html">TQAxAggregated</a>, +<a href="qaxbindable.html">TQAxBindable</a> and <a href="qaxfactory.html">TQAxFactory</a> classes. +<p> <a href="qaxserver-examples.html">Examples</a> include in- and +out-of-process servers providing different <a href="ntqwidget.html">TQWidget</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">ActiveTQt Tools</a>. +<li> <a href="activeqt-examples.html">ActiveTQt 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>TQt 3.3.8</div> +</table></div></address></body> +</html> |