source: trunk/doc/html/qaxserver-demo-multiple.html@ 190

Last change on this file since 190 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 2.7 KB
Line 
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/examples/multiple/multiple.doc:1 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Two simple Qt widgets</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { 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&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;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&nbsp;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>Two simple Qt widgets</h1>
33
34
35<p>
36<script language=javascript>
37function setColor( form )
38{
39 Ax1.fillColor = form.colorEdit.value;
40}
41
42function setWidth( form )
43{
44 Ax2.lineWidth = form.widthEdit.value;
45}
46</script>
47
48<p>
49This is one <a href="qwidget.html">QWidget</a> subclass:<br>
50<object ID="Ax1" CLASSID="CLSID:1D9928BD-4453-4bdd-903D-E525ED17FDE5"
51CODEBASE=http://www.trolltech.com/demos/multipleax.cab>
52[Object not available! Did you forget to build and register the server?]
53</object><br>
54<form>
55Fill Color: <input type="edit" ID="colorEdit" value = "red">
56<input type="button" value = "Set" onClick="setColor(this.form)">
57<input type="button" value = "Hide" onClick="Ax1.hide()">
58<input type="button" value = "Show" onClick="Ax1.show()">
59</form>
60
61<p>
62This is another QWidget subclass:<br>
63<object ID="Ax2" CLASSID="CLSID:58139D56-6BE9-4b17-937D-1B1EDEDD5B71"
64CODEBASE=http://www.trolltech.com/demos/multipleax.cab>
65[Object not available! Did you forget to build and register the server?]
66</object><br>
67<form>
68Line width: <input type="edit" ID="widthEdit" value = "1">
69<input type="button" value = "Set" onClick="setWidth(this.form)">
70</form>
71
72<!-- eof -->
73<p><address><hr><div align=center>
74<table width=100% cellspacing=0 border=0><tr>
75<td>Copyright &copy; 2007
76<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
77<td align=right><div align=right>Qt 3.3.8</div>
78</table></div></address></body>
79</html>
Note: See TracBrowser for help on using the repository browser.