summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgroupbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqgroupbox.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqgroupbox.html')
-rw-r--r--doc/html/ntqgroupbox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html
index ec6b1c8e4..53c0ee6c6 100644
--- a/doc/html/ntqgroupbox.html
+++ b/doc/html/ntqgroupbox.html
@@ -119,7 +119,7 @@ Constructs a group box widget with no title.
constructor.
<p> This constructor does not do automatic layout.
-<h3 class=fn><a name="TQGroupBox-2"></a>TQGroupBox::TQGroupBox ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQGroupBox-2"></a>TQGroupBox::TQGroupBox ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a group box with the title <em>title</em>.
<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a>
@@ -133,7 +133,7 @@ arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>).
<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int&nbsp;strips, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int&nbsp;strips, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a group box titled <em>title</em>. Child widgets will be
arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>).
@@ -232,10 +232,10 @@ the group to <em>s</em> pixels.
<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )
</h3><p>Sets the group box's orientation.
See the <a href="ntqgroupbox.html#orientation-prop">"orientation"</a> property for details.
-<h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the group box title text.
See the <a href="ntqgroupbox.html#title-prop">"title"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title"></a>TQGroupBox::title () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="title"></a>TQGroupBox::title () const
</h3><p>Returns the group box title text.
See the <a href="ntqgroupbox.html#title-prop">"title"</a> property for details.
<h3 class=fn>void <a name="toggled"></a>TQGroupBox::toggled ( bool&nbsp;on )<tt> [signal]</tt>
@@ -305,7 +305,7 @@ slow (it does a complete layout). It is better to set the
orientation directly in the constructor.
<p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title-prop"></a>title</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="title-prop"></a>title</h3>
<p>This property holds the group box title text.
<p>The group box title text will have a focus-change keyboard
accelerator if the title contains &amp;, followed by a letter.