summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-16.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/designer-manual-16.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/designer-manual-16.html')
-rw-r--r--doc/html/designer-manual-16.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/designer-manual-16.html b/doc/html/designer-manual-16.html
index b59d75c14..f6e7948ba 100644
--- a/doc/html/designer-manual-16.html
+++ b/doc/html/designer-manual-16.html
@@ -44,7 +44,7 @@ body { background: #ffffff; color: black; }
&lt;/UI&gt;
</pre>
<p>Within the UI entity, there may one or zero of the following element types:</p>
-<ul><li><p><a href="designer-manual-16.html#1-1">actions</a> - actions, for <a href="ntqmainwindow.html">TQMainWindow</a> forms</p>
+<ul><li><p><a href="designer-manual-16.html#1-1">actions</a> - actions, for <a href="tqmainwindow.html">TQMainWindow</a> forms</p>
<li><p><a href="designer-manual-16.html#1-2">author</a> - the form's author</p>
<li><p><a href="designer-manual-16.html#1-3">class</a> - the form's class name</p>
<li><p><a href="designer-manual-16.html#1-4">comment</a> - comments, e.g. copyright notices</p>
@@ -57,13 +57,13 @@ body { background: #ffffff; color: black; }
<li><p><a href="designer-manual-16.html#1-11">includes</a> - include files</p>
<li><p><a href="designer-manual-16.html#1-12">layoutdefaults</a> - default values for layout attributes</p>
<li><p><a href="designer-manual-16.html#1-13">layoutfunctions</a> - dynamic default values for layout attributes</p>
-<li><p><a href="designer-manual-16.html#1-14">menubar</a> - menu bar, for <a href="ntqmainwindow.html">TQMainWindow</a> forms</p>
+<li><p><a href="designer-manual-16.html#1-14">menubar</a> - menu bar, for <a href="tqmainwindow.html">TQMainWindow</a> forms</p>
<li><p><a href="designer-manual-16.html#1-15">pixmapfunction</a> - the name of the function to use for retrieving pixmaps if neither embedded nor external pixmaps are being used</p>
<li><p><a href="designer-manual-16.html#1-16">pixmapinproject</a> - an element whose presence ndicates that the pixmaps are handled by the <tt>.pro</tt> file</p>
<li><p><a href="designer-manual-16.html#1-17">signals</a> - signal declarations</p>
<li><p><a href="designer-manual-16.html#1-18">slots</a> - slot declarations</p>
<li><p><a href="designer-manual-16.html#1-19">tabstops</a> - the form's tab order</p>
-<li><p><a href="designer-manual-16.html#1-20">toolbars</a> - toolbars, for <a href="ntqmainwindow.html">TQMainWindow</a> forms</p>
+<li><p><a href="designer-manual-16.html#1-20">toolbars</a> - toolbars, for <a href="tqmainwindow.html">TQMainWindow</a> forms</p>
<li><p><a href="designer-manual-16.html#1-21">variables</a> - class variables</p>
<li><p><a href="designer-manual-16.html#1-22">widget</a> - the form itself; this element may contain other elements, including other <tt>widget</tt> elements</p>
<li><p><a href="designer-manual-16.html#1-23">forward</a> - TQt 3.x beta backwards compatibility</p>
@@ -72,7 +72,7 @@ body { background: #ffffff; color: black; }
</ul><p>The ordering of elements is arbitrary, although it is common for the <a href="designer-manual-16.html#1-3">class</a> element to be first.</p>
<h3><a name="1"></a>UI Elements</h3>
<a name="actions"></a><h4><a name="1-1"></a>actions</h4>
-<p>This element is used to store the form's actions. It only occurs in <a href="ntqmainwindow.html">TQMainWindow</a> forms.</p>
+<p>This element is used to store the form's actions. It only occurs in <a href="tqmainwindow.html">TQMainWindow</a> forms.</p>
<p>The <tt>actions</tt> element contains one or more <tt>action</tt> elements. Each <tt>action</tt> element contains one or more properties. Each property has a <tt>name</tt> attribute, and a single value which is contained within a <a href="designer-manual-16.html#datatype">datatype</a> element.</p>
<pre>
&lt;actions&gt;
@@ -249,7 +249,7 @@ body { background: #ffffff; color: black; }
<li><p>If no integer value is specified and a layout function is specified then the function is used.</p>
<li><p>If no integer value or function is specified then the default value from <tt>layoutdefaults</tt> is used.</p>
</ol><a name="menubar"></a><h4><a name="1-14"></a>menubar</h4>
-<p>Applications that use <a href="ntqmainwindow.html">TQMainWindow</a> often have a menubar. The menubar has a name property and one or more popup menu items. Each menu item has one or more actions and optionally separators.</p>
+<p>Applications that use <a href="tqmainwindow.html">TQMainWindow</a> often have a menubar. The menubar has a name property and one or more popup menu items. Each menu item has one or more actions and optionally separators.</p>
<pre>
&lt;menubar&gt;
&lt;property name="name"&gt;
@@ -303,7 +303,7 @@ body { background: #ffffff; color: black; }
&lt;/tabstops&gt;
</pre>
<a name="toolbars"></a><h4><a name="1-20"></a>toolbars</h4>
-<p>Forms that have toolbars (dock windows) use the <tt>&lt;toolbars&gt;</tt> tag to hold the details. These forms are normally <a href="ntqmainwindow.html">TQMainWindow</a>s (or subclasses). Each toolbar has a dock attribute which identifies which dock window the toolbar initially belongs to. They also have both name and label properties. Each toolbar button is represented by an action. Toolbars can also hold other widgets, in which case the <tt>&lt;toolbar&gt;</tt> tag includes appropriate <tt>&lt;widget&gt;</tt> tags which give the class, name and any non-default property values for the relevant widget.</p>
+<p>Forms that have toolbars (dock windows) use the <tt>&lt;toolbars&gt;</tt> tag to hold the details. These forms are normally <a href="tqmainwindow.html">TQMainWindow</a>s (or subclasses). Each toolbar has a dock attribute which identifies which dock window the toolbar initially belongs to. They also have both name and label properties. Each toolbar button is represented by an action. Toolbars can also hold other widgets, in which case the <tt>&lt;toolbar&gt;</tt> tag includes appropriate <tt>&lt;widget&gt;</tt> tags which give the class, name and any non-default property values for the relevant widget.</p>
<pre>
&lt;toolbars&gt;
&lt;toolbar dock="2"&gt;