summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver-demo-simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxserver-demo-simple.html')
-rw-r--r--doc/html/qaxserver-demo-simple.html80
1 files changed, 0 insertions, 80 deletions
diff --git a/doc/html/qaxserver-demo-simple.html b/doc/html/qaxserver-demo-simple.html
deleted file mode 100644
index 58e77ff9b..000000000
--- a/doc/html/qaxserver-demo-simple.html
+++ /dev/null
@@ -1,80 +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/examples/simple/simple.doc:1 -->
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>A standard ActiveX and the "simple" ActiveTQt widget.</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&nbsp;Classes</font></a>
- | <a href="mainclasses.html">
-<font color="#004faf">Main&nbsp;Classes</font></a>
- | <a href="annotated.html">
-<font color="#004faf">Annotated</font></a>
- | <a href="groups.html">
-<font color="#004faf">Grouped&nbsp;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>A standard ActiveX and the "simple" ActiveTQt widget.</h1>
-
-
-<p>
-<object ID="TQSimpleAX" CLASSID="CLSID:DF16845C-92CD-4AAB-A982-EB9840E74669"
-CODEBASE=http://www.trolltech.com/demos/simpleax.cab>
- <PARAM NAME="text" VALUE="A simple control">
- <PARAM NAME="value" VALUE="1">
-[Object not available! Did you forget to build and register the server?]
-</object>
-
-<FORM>
- <INPUT TYPE="BUTTON" VALUE="About..." onClick="TQSimpleAX.about()">
-</FORM>
-
-<object ID="Calendar" CLASSID="CLSID:8E27C92B-1264-101C-8A2F-040224009C02">
-[Standard Calendar control not available!]
- <PARAM NAME="day" VALUE="1">
-</object>
-
-<FORM>
- <INPUT TYPE="BUTTON" VALUE="Today" onClick="Calendar.Today()">
-</FORM>
-
-<SCRIPT LANGUAGE=VBScript>
-Sub Calendar_Click()
- MsgBox( "Calendar Clicked!" )
-End Sub
-
-Sub TQSimpleAX_TextChanged( str )
- document.title = str
-End Sub
-</SCRIPT>
-
-<SCRIPT LANGUAGE=JavaScript>
-function TQSimpleAX::ValueChanged( Newvalue )
-{
- Calendar.Day = Newvalue;
-}
-</SCRIPT>
-
-<!-- eof -->
-<p><address><hr><div align=center>
-<table width=100% cellspacing=0 border=0><tr>
-<td>Copyright &copy; 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>