diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-13 11:12:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-14 10:09:21 +0900 |
commit | 8a071b48ef8c8900163227ccc622833e26ba4064 (patch) | |
tree | d55e89acc80cb967dc1b3d32b94281941c6ae77f /doc/html/activentqt.html | |
parent | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (diff) | |
download | tqt3-8a071b48ef8c8900163227ccc622833e26ba4064.tar.gz tqt3-8a071b48ef8c8900163227ccc622833e26ba4064.zip |
Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/activentqt.html')
-rw-r--r-- | doc/html/activentqt.html | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/doc/html/activentqt.html b/doc/html/activentqt.html deleted file mode 100644 index 98522d966..000000000 --- a/doc/html/activentqt.html +++ /dev/null @@ -1,86 +0,0 @@ -<!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="tqobject.html">TQObject</a> and <a href="tqwidget.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="tqwidget.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> |