diff options
author | Michele Calgaro <[email protected]> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqgroupbox.html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqgroupbox.html')
-rw-r--r-- | doc/html/tqgroupbox.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/tqgroupbox.html b/doc/html/tqgroupbox.html index d83d32150..6156cfa13 100644 --- a/doc/html/tqgroupbox.html +++ b/doc/html/tqgroupbox.html @@ -126,14 +126,14 @@ Constructs a group box with the title <em>title</em>. constructor. <p> This constructor does not do automatic layout. -<h3 class=fn><a name="TQGroupBox-3"></a>TQGroupBox::TQGroupBox ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQGroupBox-3"></a>TQGroupBox::TQGroupBox ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a group box with no title. Child widgets will be 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 strips, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> orientation, const <a href="tqstring.html">TQString</a> & title, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * 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>). @@ -148,8 +148,8 @@ Destroys the group box. </h3> Adds an empty cell at the next free position. If <em>size</em> is greater than 0, the empty cell takes <em>size</em> to be its fixed width -(if <a href="#orientation">orientation</a>() is <a href="ntqt.html#Orientation-enum">Horizontal</a>) or height (if orientation() is -<a href="ntqt.html#Orientation-enum">Vertical</a>). +(if <a href="#orientation">orientation</a>() is <a href="tqt.html#Orientation-enum">Horizontal</a>) or height (if orientation() is +<a href="tqt.html#Orientation-enum">Vertical</a>). <p> Use this method to separate the widgets in the group box or to skip the next free cell. For performance reasons, call this method after calling <a href="#setColumnLayout">setColumnLayout</a>() or by changing the <a href="#columns-prop">TQGroupBox::columns</a> or <a href="#orientation-prop">TQGroupBox::orientation</a> properties. It is @@ -189,7 +189,7 @@ See the <a href="tqgroupbox.html#checked-prop">"checked"</a> property for detail <h3 class=fn>bool <a name="isFlat"></a>TQGroupBox::isFlat () const </h3><p>Returns TRUE if the group box is painted flat or has a frame; otherwise returns FALSE. See the <a href="tqgroupbox.html#flat-prop">"flat"</a> property for details. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const </h3><p>Returns the group box's orientation. See the <a href="tqgroupbox.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setAlignment"></a>TQGroupBox::setAlignment ( int )<tt> [virtual]</tt> @@ -201,7 +201,7 @@ See the <a href="tqgroupbox.html#checkable-prop">"checkable"</a> property for de <h3 class=fn>void <a name="setChecked"></a>TQGroupBox::setChecked ( bool b )<tt> [slot]</tt> </h3><p>Sets whether the group box's checkbox is checked to <em>b</em>. See the <a href="tqgroupbox.html#checked-prop">"checked"</a> property for details. -<h3 class=fn>void <a name="setColumnLayout"></a>TQGroupBox::setColumnLayout ( int strips, <a href="ntqt.html#Orientation-enum">Orientation</a> direction )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumnLayout"></a>TQGroupBox::setColumnLayout ( int strips, <a href="tqt.html#Orientation-enum">Orientation</a> direction )<tt> [virtual]</tt> </h3> Changes the layout of the group box. This function is only useful in combination with the default constructor that does not take any @@ -229,7 +229,7 @@ Sets the width of the empty space between each of the items in the group to <em>s</em> pixels. <p> <p>See also <a href="#insideSpacing">insideSpacing</a>(). -<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> ) +<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> ) </h3><p>Sets the group box's orientation. See the <a href="tqgroupbox.html#orientation-prop">"orientation"</a> property for details. <h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> @@ -252,14 +252,14 @@ box is checked; otherwise it is FALSE. alignment can be specified by the alignment parameter. <p> The alignment is one of the following flags: <ul> -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, +<li> <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a> aligns the title according to the language, usually to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. -<li> <a href="ntqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignLeft</a> aligns the title text to the left. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignRight</a> aligns the title text to the right. +<li> <a href="tqt.html#AlignmentFlags-enum">AlignHCenter</a> aligns the title text centered. </ul> -<p> The default alignment is <a href="ntqt.html#AlignmentFlags-enum">AlignAuto</a>. -<p> <p>See also <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. +<p> The default alignment is <a href="tqt.html#AlignmentFlags-enum">AlignAuto</a>. +<p> <p>See also <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>(). <h3 class=fn>bool <a name="checkable-prop"></a>checkable</h3> @@ -296,7 +296,7 @@ top is drawn. <p> <p>See also <a href="#title-prop">title</a>. <p>Set this property's value with <a href="#setFlat">setFlat</a>() and get this property's value with <a href="#isFlat">isFlat</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> <p>This property holds the group box's orientation. <p>A horizontal group box arranges it's children in columns, while a vertical group box arranges them in rows. |