summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs814
1 files changed, 407 insertions, 407 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 384ad8c72..2441e1fcc 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -190,73 +190,73 @@ calls to their <a href="tqaction.html#setVisible">TQAction::setVisible<
</doc>
</property>
<property>
- <name>QButton::accel</name>
- <doc href="ntqbutton.html#accel-prop">
+ <name>TQButton::accel</name>
+ <doc href="tqbutton.html#accel-prop">
&lt;p&gt;This property holds the accelerator associated with the button.
&lt;p&gt;This property is 0 if there is no accelerator set. If you set this
property to 0 then any current accelerator is removed.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbutton.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="ntqbutton.html#accel"&gt;accel&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbutton.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="tqbutton.html#accel"&gt;accel&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::autoRepeat</name>
- <doc href="ntqbutton.html#autoRepeat-prop">
+ <name>TQButton::autoRepeat</name>
+ <doc href="tqbutton.html#autoRepeat-prop">
&lt;p&gt;This property holds whether autoRepeat is enabled.
-&lt;p&gt;If autoRepeat is enabled then the &lt;a href="ntqbutton.html#clicked"&gt;clicked&lt;/a&gt;() signal is emitted at
+&lt;p&gt;If autoRepeat is enabled then the &lt;a href="tqbutton.html#clicked"&gt;clicked&lt;/a&gt;() signal is emitted at
regular intervals if the button is down. This property has no
effect on toggle buttons. autoRepeat is off by default.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbutton.html#setAutoRepeat"&gt;setAutoRepeat&lt;/a&gt;() and get this property's value with &lt;a href="ntqbutton.html#autoRepeat"&gt;autoRepeat&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbutton.html#setAutoRepeat"&gt;setAutoRepeat&lt;/a&gt;() and get this property's value with &lt;a href="tqbutton.html#autoRepeat"&gt;autoRepeat&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::down</name>
- <doc href="ntqbutton.html#down-prop">
+ <name>TQButton::down</name>
+ <doc href="tqbutton.html#down-prop">
&lt;p&gt;This property holds whether the button is pressed.
&lt;p&gt;If this property is TRUE, the button is pressed down. The signals
-&lt;a href="ntqbutton.html#pressed"&gt;pressed&lt;/a&gt;() and &lt;a href="ntqbutton.html#clicked"&gt;clicked&lt;/a&gt;() are not emitted if you set this property
+&lt;a href="tqbutton.html#pressed"&gt;pressed&lt;/a&gt;() and &lt;a href="tqbutton.html#clicked"&gt;clicked&lt;/a&gt;() are not emitted if you set this property
to TRUE. The default is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbutton.html#setDown"&gt;setDown&lt;/a&gt;() and get this property's value with &lt;a href="ntqbutton.html#isDown"&gt;isDown&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbutton.html#setDown"&gt;setDown&lt;/a&gt;() and get this property's value with &lt;a href="tqbutton.html#isDown"&gt;isDown&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::exclusiveToggle</name>
- <doc href="ntqbutton.html#exclusiveToggle-prop">
+ <name>TQButton::exclusiveToggle</name>
+ <doc href="tqbutton.html#exclusiveToggle-prop">
&lt;p&gt;This property holds whether the button is an exclusive toggle.
-&lt;p&gt;If this property is TRUE and the button is in a &lt;a href="ntqbuttongroup.html"&gt;QButtonGroup&lt;/a&gt;, the
+&lt;p&gt;If this property is TRUE and the button is in a &lt;a href="tqbuttongroup.html"&gt;TQButtonGroup&lt;/a&gt;, the
button can only be toggled off by another one being toggled on.
The default is FALSE.
-&lt;p&gt;Get this property's value with &lt;a href="ntqbutton.html#isExclusiveToggle"&gt;isExclusiveToggle&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqbutton.html#isExclusiveToggle"&gt;isExclusiveToggle&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::on</name>
- <doc href="ntqbutton.html#on-prop">
+ <name>TQButton::on</name>
+ <doc href="tqbutton.html#on-prop">
&lt;p&gt;This property holds whether the button is toggled.
&lt;p&gt;This property should only be set for toggle buttons.
-&lt;p&gt;Get this property's value with &lt;a href="ntqbutton.html#isOn"&gt;isOn&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqbutton.html#isOn"&gt;isOn&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::pixmap</name>
- <doc href="ntqbutton.html#pixmap-prop">
+ <name>TQButton::pixmap</name>
+ <doc href="tqbutton.html#pixmap-prop">
&lt;p&gt;This property holds the pixmap shown on the button.
&lt;p&gt;If the pixmap is monochrome (i.e. it is a &lt;a href="tqbitmap.html"&gt;TQBitmap&lt;/a&gt; or its &lt;a href="tqpixmap.html#depth"&gt;depth&lt;/a&gt; is 1) and it does not have a mask,
this property will set the pixmap to be its own mask. The purpose
of this is to draw transparent bitmaps which are important for
toggle buttons, for example.
-&lt;p&gt; &lt;a href="ntqbutton.html#pixmap"&gt;pixmap&lt;/a&gt;() returns 0 if no pixmap was set.
+&lt;p&gt; &lt;a href="tqbutton.html#pixmap"&gt;pixmap&lt;/a&gt;() returns 0 if no pixmap was set.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbutton.html#setPixmap"&gt;setPixmap&lt;/a&gt;() and get this property's value with &lt;a href="ntqbutton.html#pixmap"&gt;pixmap&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbutton.html#setPixmap"&gt;setPixmap&lt;/a&gt;() and get this property's value with &lt;a href="tqbutton.html#pixmap"&gt;pixmap&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::text</name>
- <doc href="ntqbutton.html#text-prop">
+ <name>TQButton::text</name>
+ <doc href="tqbutton.html#text-prop">
&lt;p&gt;This property holds the text shown on the button.
&lt;p&gt;This property will return a &lt;a href="tqstring.html#TQString-null"&gt;TQString::null&lt;/a&gt; if the button has no
text. If the text has an ampersand (&amp;amp;) in it, then an
@@ -266,70 +266,70 @@ accelerator will be overwritten, or cleared if no accelerator is
defined by the text.
&lt;p&gt; There is no default text.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbutton.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="ntqbutton.html#text"&gt;text&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbutton.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="tqbutton.html#text"&gt;text&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::toggleButton</name>
- <doc href="ntqbutton.html#toggleButton-prop">
+ <name>TQButton::toggleButton</name>
+ <doc href="tqbutton.html#toggleButton-prop">
&lt;p&gt;This property holds whether the button is a toggle button.
&lt;p&gt;The default value is FALSE.
-&lt;p&gt;Get this property's value with &lt;a href="ntqbutton.html#isToggleButton"&gt;isToggleButton&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqbutton.html#isToggleButton"&gt;isToggleButton&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::toggleState</name>
- <doc href="ntqbutton.html#toggleState-prop">
+ <name>TQButton::toggleState</name>
+ <doc href="tqbutton.html#toggleState-prop">
&lt;p&gt;This property holds the state of the toggle button.
&lt;p&gt;If this property is changed then it does not cause the button
to be repainted.
-&lt;p&gt;Get this property's value with &lt;a href="ntqbutton.html#state"&gt;state&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqbutton.html#state"&gt;state&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButton::toggleType</name>
- <doc href="ntqbutton.html#toggleType-prop">
+ <name>TQButton::toggleType</name>
+ <doc href="tqbutton.html#toggleType-prop">
&lt;p&gt;This property holds the type of toggle on the button.
-&lt;p&gt;The default toggle type is &lt;a href="ntqbutton.html#ToggleType-enum"&gt;SingleShot&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqbutton.html#ToggleType-enum"&gt;QButton::ToggleType&lt;/a&gt;.
+&lt;p&gt;The default toggle type is &lt;a href="tqbutton.html#ToggleType-enum"&gt;SingleShot&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqbutton.html#ToggleType-enum"&gt;TQButton::ToggleType&lt;/a&gt;.
-&lt;p&gt;Get this property's value with &lt;a href="ntqbutton.html#toggleType"&gt;toggleType&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqbutton.html#toggleType"&gt;toggleType&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButtonGroup::exclusive</name>
- <doc href="ntqbuttongroup.html#exclusive-prop">
+ <name>TQButtonGroup::exclusive</name>
+ <doc href="tqbuttongroup.html#exclusive-prop">
&lt;p&gt;This property holds whether the button group is exclusive.
&lt;p&gt;If this property is TRUE, then the buttons in the group are
toggled, and to untoggle a button you must click on another button
in the group. The default value is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbuttongroup.html#setExclusive"&gt;setExclusive&lt;/a&gt;() and get this property's value with &lt;a href="ntqbuttongroup.html#isExclusive"&gt;isExclusive&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbuttongroup.html#setExclusive"&gt;setExclusive&lt;/a&gt;() and get this property's value with &lt;a href="tqbuttongroup.html#isExclusive"&gt;isExclusive&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButtonGroup::radioButtonExclusive</name>
- <doc href="ntqbuttongroup.html#radioButtonExclusive-prop">
+ <name>TQButtonGroup::radioButtonExclusive</name>
+ <doc href="tqbuttongroup.html#radioButtonExclusive-prop">
&lt;p&gt;This property holds whether the radio buttons in the group are exclusive.
&lt;p&gt;If this property is TRUE (the default), the &lt;a href="tqradiobutton.html"&gt;radiobuttons&lt;/a&gt; in the group are treated exclusively.
-&lt;p&gt;Set this property's value with &lt;a href="ntqbuttongroup.html#setRadioButtonExclusive"&gt;setRadioButtonExclusive&lt;/a&gt;() and get this property's value with &lt;a href="ntqbuttongroup.html#isRadioButtonExclusive"&gt;isRadioButtonExclusive&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbuttongroup.html#setRadioButtonExclusive"&gt;setRadioButtonExclusive&lt;/a&gt;() and get this property's value with &lt;a href="tqbuttongroup.html#isRadioButtonExclusive"&gt;isRadioButtonExclusive&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QButtonGroup::selectedId</name>
- <doc href="ntqbuttongroup.html#selectedId-prop">
+ <name>TQButtonGroup::selectedId</name>
+ <doc href="tqbuttongroup.html#selectedId-prop">
&lt;p&gt;This property holds the selected toggle button.
&lt;p&gt;The toggle button is specified as an ID.
&lt;p&gt; If no toggle button is selected, this property holds -1.
-&lt;p&gt; If &lt;a href="ntqbuttongroup.html#setButton"&gt;setButton&lt;/a&gt;() is called on an exclusive group, the button with
+&lt;p&gt; If &lt;a href="tqbuttongroup.html#setButton"&gt;setButton&lt;/a&gt;() is called on an exclusive group, the button with
the given id will be set to on and all the others will be set to
off.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqbuttongroup.html#selected"&gt;selected&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqbuttongroup.html#selected"&gt;selected&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqbuttongroup.html#setButton"&gt;setButton&lt;/a&gt;() and get this property's value with &lt;a href="ntqbuttongroup.html#selectedId"&gt;selectedId&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqbuttongroup.html#setButton"&gt;setButton&lt;/a&gt;() and get this property's value with &lt;a href="tqbuttongroup.html#selectedId"&gt;selectedId&lt;/a&gt;().
</doc>
</property>
<property>
@@ -1270,131 +1270,131 @@ see a list of the files and folders.
</doc>
</property>
<property>
- <name>QFrame::contentsRect</name>
- <doc href="ntqframe.html#contentsRect-prop">
+ <name>TQFrame::contentsRect</name>
+ <doc href="tqframe.html#contentsRect-prop">
&lt;p&gt;This property holds the rectangle inside the frame.
-&lt;p&gt;Get this property's value with &lt;a href="ntqframe.html#contentsRect"&gt;contentsRect&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqframe.html#frameRect-prop"&gt;frameRect&lt;/a&gt; and &lt;a href="ntqframe.html#drawContents"&gt;drawContents&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqframe.html#contentsRect"&gt;contentsRect&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqframe.html#frameRect-prop"&gt;frameRect&lt;/a&gt; and &lt;a href="tqframe.html#drawContents"&gt;drawContents&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QFrame::frameRect</name>
- <doc href="ntqframe.html#frameRect-prop">
+ <name>TQFrame::frameRect</name>
+ <doc href="tqframe.html#frameRect-prop">
&lt;p&gt;This property holds the frame rectangle.
&lt;p&gt;The frame rectangle is the rectangle the frame is drawn in. By
default, this is the entire widget. Setting this property does &lt;em&gt;not&lt;/em&gt; cause a widget update.
&lt;p&gt; If this property is set to a null rectangle (for example
&lt;tt&gt;TQRect(0, 0, 0, 0)&lt;/tt&gt;), then the frame rectangle is equivalent to
the &lt;a href="tqwidget.html#rect"&gt;widget rectangle&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#contentsRect-prop"&gt;contentsRect&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqframe.html#contentsRect-prop"&gt;contentsRect&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setFrameRect"&gt;setFrameRect&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#frameRect"&gt;frameRect&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setFrameRect"&gt;setFrameRect&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#frameRect"&gt;frameRect&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QFrame::frameShadow</name>
- <doc href="ntqframe.html#frameShadow-prop">
+ <name>TQFrame::frameShadow</name>
+ <doc href="tqframe.html#frameShadow-prop">
&lt;p&gt;This property holds the frame shadow value from the frame style.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setFrameShadow"&gt;setFrameShadow&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#frameShadow"&gt;frameShadow&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;() and &lt;a href="ntqframe.html#frameShape-prop"&gt;frameShape&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setFrameShadow"&gt;setFrameShadow&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#frameShadow"&gt;frameShadow&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;() and &lt;a href="tqframe.html#frameShape-prop"&gt;frameShape&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QFrame::frameShape</name>
- <doc href="ntqframe.html#frameShape-prop">
+ <name>TQFrame::frameShape</name>
+ <doc href="tqframe.html#frameShape-prop">
&lt;p&gt;This property holds the frame shape value from the frame style.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setFrameShape"&gt;setFrameShape&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#frameShape"&gt;frameShape&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;() and &lt;a href="ntqframe.html#frameShadow-prop"&gt;frameShadow&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setFrameShape"&gt;setFrameShape&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#frameShape"&gt;frameShape&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;() and &lt;a href="tqframe.html#frameShadow-prop"&gt;frameShadow&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QFrame::frameWidth</name>
- <doc href="ntqframe.html#frameWidth-prop">
+ <name>TQFrame::frameWidth</name>
+ <doc href="tqframe.html#frameWidth-prop">
&lt;p&gt;This property holds the width of the frame that is drawn.
-&lt;p&gt;Note that the frame width depends on the &lt;a href="ntqframe.html#setFrameStyle"&gt;frame style&lt;/a&gt;, not only the line
-width and the mid-line width. For example, the style &lt;a href="ntqframe.html#Shape-enum"&gt;NoFrame&lt;/a&gt;
-always has a frame width of 0, whereas the style &lt;a href="ntqframe.html#Shape-enum"&gt;Panel&lt;/a&gt; has a
+&lt;p&gt;Note that the frame width depends on the &lt;a href="tqframe.html#setFrameStyle"&gt;frame style&lt;/a&gt;, not only the line
+width and the mid-line width. For example, the style &lt;a href="tqframe.html#Shape-enum"&gt;NoFrame&lt;/a&gt;
+always has a frame width of 0, whereas the style &lt;a href="tqframe.html#Shape-enum"&gt;Panel&lt;/a&gt; has a
frame width equivalent to the line width. The frame width also
includes the margin.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt;, &lt;a href="ntqframe.html#midLineWidth-prop"&gt;midLineWidth&lt;/a&gt;, &lt;a href="ntqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;(), and &lt;a href="ntqframe.html#margin-prop"&gt;margin&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt;, &lt;a href="tqframe.html#midLineWidth-prop"&gt;midLineWidth&lt;/a&gt;, &lt;a href="tqframe.html#frameStyle"&gt;frameStyle&lt;/a&gt;(), and &lt;a href="tqframe.html#margin-prop"&gt;margin&lt;/a&gt;.
-&lt;p&gt;Get this property's value with &lt;a href="ntqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QFrame::lineWidth</name>
- <doc href="ntqframe.html#lineWidth-prop">
+ <name>TQFrame::lineWidth</name>
+ <doc href="tqframe.html#lineWidth-prop">
&lt;p&gt;This property holds the line width.
-&lt;p&gt;Note that the &lt;em&gt;total&lt;/em&gt; line width for &lt;a href="ntqframe.html#Shape-enum"&gt;HLine&lt;/a&gt; and &lt;a href="ntqframe.html#Shape-enum"&gt;VLine&lt;/a&gt; is
-given by &lt;a href="ntqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;(), not &lt;a href="ntqframe.html#lineWidth"&gt;lineWidth&lt;/a&gt;().
+&lt;p&gt;Note that the &lt;em&gt;total&lt;/em&gt; line width for &lt;a href="tqframe.html#Shape-enum"&gt;HLine&lt;/a&gt; and &lt;a href="tqframe.html#Shape-enum"&gt;VLine&lt;/a&gt; is
+given by &lt;a href="tqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;(), not &lt;a href="tqframe.html#lineWidth"&gt;lineWidth&lt;/a&gt;().
&lt;p&gt; The default value is 1.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#midLineWidth-prop"&gt;midLineWidth&lt;/a&gt; and &lt;a href="ntqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqframe.html#midLineWidth-prop"&gt;midLineWidth&lt;/a&gt; and &lt;a href="tqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setLineWidth"&gt;setLineWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#lineWidth"&gt;lineWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setLineWidth"&gt;setLineWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#lineWidth"&gt;lineWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QFrame::margin</name>
- <doc href="ntqframe.html#margin-prop">
+ <name>TQFrame::margin</name>
+ <doc href="tqframe.html#margin-prop">
&lt;p&gt;This property holds the width of the margin.
&lt;p&gt;The margin is the distance between the innermost pixel of the
-frame and the outermost pixel of &lt;a href="ntqframe.html#contentsRect"&gt;contentsRect&lt;/a&gt;(). It is included in
-&lt;a href="ntqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;().
+frame and the outermost pixel of &lt;a href="tqframe.html#contentsRect"&gt;contentsRect&lt;/a&gt;(). It is included in
+&lt;a href="tqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;().
&lt;p&gt; The margin is filled according to &lt;a href="tqwidget.html#backgroundMode"&gt;backgroundMode&lt;/a&gt;().
&lt;p&gt; The default value is 0.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#margin-prop"&gt;margin&lt;/a&gt;, &lt;a href="ntqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt;, and &lt;a href="ntqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqframe.html#margin-prop"&gt;margin&lt;/a&gt;, &lt;a href="tqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt;, and &lt;a href="tqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setMargin"&gt;setMargin&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#margin"&gt;margin&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setMargin"&gt;setMargin&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#margin"&gt;margin&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QFrame::midLineWidth</name>
- <doc href="ntqframe.html#midLineWidth-prop">
+ <name>TQFrame::midLineWidth</name>
+ <doc href="tqframe.html#midLineWidth-prop">
&lt;p&gt;This property holds the width of the mid-line.
&lt;p&gt;The default value is 0.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt; and &lt;a href="ntqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqframe.html#lineWidth-prop"&gt;lineWidth&lt;/a&gt; and &lt;a href="tqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqframe.html#setMidLineWidth"&gt;setMidLineWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqframe.html#midLineWidth"&gt;midLineWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqframe.html#setMidLineWidth"&gt;setMidLineWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqframe.html#midLineWidth"&gt;midLineWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QGridView::cellHeight</name>
- <doc href="ntqgridview.html#cellHeight-prop">
+ <name>TQGridView::cellHeight</name>
+ <doc href="tqgridview.html#cellHeight-prop">
&lt;p&gt;This property holds the height of a grid row.
&lt;p&gt;All rows in a grid view have the same height.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqgridview.html#cellWidth-prop"&gt;cellWidth&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqgridview.html#cellWidth-prop"&gt;cellWidth&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqgridview.html#setCellHeight"&gt;setCellHeight&lt;/a&gt;() and get this property's value with &lt;a href="ntqgridview.html#cellHeight"&gt;cellHeight&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqgridview.html#setCellHeight"&gt;setCellHeight&lt;/a&gt;() and get this property's value with &lt;a href="tqgridview.html#cellHeight"&gt;cellHeight&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QGridView::cellWidth</name>
- <doc href="ntqgridview.html#cellWidth-prop">
+ <name>TQGridView::cellWidth</name>
+ <doc href="tqgridview.html#cellWidth-prop">
&lt;p&gt;This property holds the width of a grid column.
&lt;p&gt;All columns in a grid view have the same width.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqgridview.html#cellHeight-prop"&gt;cellHeight&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqgridview.html#cellHeight-prop"&gt;cellHeight&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqgridview.html#setCellWidth"&gt;setCellWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqgridview.html#cellWidth"&gt;cellWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqgridview.html#setCellWidth"&gt;setCellWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqgridview.html#cellWidth"&gt;cellWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QGridView::numCols</name>
- <doc href="ntqgridview.html#numCols-prop">
+ <name>TQGridView::numCols</name>
+ <doc href="tqgridview.html#numCols-prop">
&lt;p&gt;This property holds the number of columns in the grid.
-&lt;p&gt;Set this property's value with &lt;a href="ntqgridview.html#setNumCols"&gt;setNumCols&lt;/a&gt;() and get this property's value with &lt;a href="ntqgridview.html#numCols"&gt;numCols&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqgridview.html#numRows-prop"&gt;numRows&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqgridview.html#setNumCols"&gt;setNumCols&lt;/a&gt;() and get this property's value with &lt;a href="tqgridview.html#numCols"&gt;numCols&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqgridview.html#numRows-prop"&gt;numRows&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QGridView::numRows</name>
- <doc href="ntqgridview.html#numRows-prop">
+ <name>TQGridView::numRows</name>
+ <doc href="tqgridview.html#numRows-prop">
&lt;p&gt;This property holds the number of rows in the grid.
-&lt;p&gt;Set this property's value with &lt;a href="ntqgridview.html#setNumRows"&gt;setNumRows&lt;/a&gt;() and get this property's value with &lt;a href="ntqgridview.html#numRows"&gt;numRows&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqgridview.html#numCols-prop"&gt;numCols&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqgridview.html#setNumRows"&gt;setNumRows&lt;/a&gt;() and get this property's value with &lt;a href="tqgridview.html#numRows"&gt;numRows&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqgridview.html#numCols-prop"&gt;numCols&lt;/a&gt;.
</doc>
</property>
@@ -1498,66 +1498,66 @@ This produces "&lt;u&gt;U&lt;/u&gt;ser information"; Alt+U moves the &lt;a href=
</doc>
</property>
<property>
- <name>QHeader::count</name>
- <doc href="ntqheader.html#count-prop">
+ <name>TQHeader::count</name>
+ <doc href="tqheader.html#count-prop">
&lt;p&gt;This property holds the number of sections in the header.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqheader.html#count"&gt;count&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqheader.html#count"&gt;count&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QHeader::moving</name>
- <doc href="ntqheader.html#moving-prop">
+ <name>TQHeader::moving</name>
+ <doc href="tqheader.html#moving-prop">
&lt;p&gt;This property holds whether the header sections can be moved.
&lt;p&gt;If this property is TRUE (the default) the user can move sections.
-If the user moves a section the &lt;a href="ntqheader.html#indexChange"&gt;indexChange&lt;/a&gt;() signal is emitted.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqheader.html#setClickEnabled"&gt;setClickEnabled&lt;/a&gt;() and &lt;a href="ntqheader.html#setResizeEnabled"&gt;setResizeEnabled&lt;/a&gt;().
+If the user moves a section the &lt;a href="tqheader.html#indexChange"&gt;indexChange&lt;/a&gt;() signal is emitted.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqheader.html#setClickEnabled"&gt;setClickEnabled&lt;/a&gt;() and &lt;a href="tqheader.html#setResizeEnabled"&gt;setResizeEnabled&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqheader.html#setMovingEnabled"&gt;setMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqheader.html#isMovingEnabled"&gt;isMovingEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqheader.html#setMovingEnabled"&gt;setMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqheader.html#isMovingEnabled"&gt;isMovingEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QHeader::offset</name>
- <doc href="ntqheader.html#offset-prop">
+ <name>TQHeader::offset</name>
+ <doc href="tqheader.html#offset-prop">
&lt;p&gt;This property holds the header's left-most (or top-most) visible pixel.
&lt;p&gt;Setting this property will scroll the header so that &lt;em&gt;offset&lt;/em&gt;
becomes the left-most (or top-most for vertical headers) visible
pixel.
-&lt;p&gt;Set this property's value with &lt;a href="ntqheader.html#setOffset"&gt;setOffset&lt;/a&gt;() and get this property's value with &lt;a href="ntqheader.html#offset"&gt;offset&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqheader.html#setOffset"&gt;setOffset&lt;/a&gt;() and get this property's value with &lt;a href="tqheader.html#offset"&gt;offset&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QHeader::orientation</name>
- <doc href="ntqheader.html#orientation-prop">
+ <name>TQHeader::orientation</name>
+ <doc href="tqheader.html#orientation-prop">
&lt;p&gt;This property holds the header's orientation.
&lt;p&gt;The orientation is either &lt;a href="ntqt.html#Orientation-enum"&gt;Vertical&lt;/a&gt; or &lt;a href="ntqt.html#Orientation-enum"&gt;Horizontal&lt;/a&gt; (the
default).
-&lt;p&gt; Call &lt;a href="ntqheader.html#setOrientation"&gt;setOrientation&lt;/a&gt;() before adding labels if you don't provide a
+&lt;p&gt; Call &lt;a href="tqheader.html#setOrientation"&gt;setOrientation&lt;/a&gt;() before adding labels if you don't provide a
size parameter otherwise the sizes will be incorrect.
-&lt;p&gt;Set this property's value with &lt;a href="ntqheader.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="ntqheader.html#orientation"&gt;orientation&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqheader.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="tqheader.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QHeader::stretching</name>
- <doc href="ntqheader.html#stretching-prop">
+ <name>TQHeader::stretching</name>
+ <doc href="tqheader.html#stretching-prop">
&lt;p&gt;This property holds whether the header sections always take up the full width (or height) of the header.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqheader.html#setStretchEnabled"&gt;setStretchEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqheader.html#isStretchEnabled"&gt;isStretchEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqheader.html#setStretchEnabled"&gt;setStretchEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqheader.html#isStretchEnabled"&gt;isStretchEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QHeader::tracking</name>
- <doc href="ntqheader.html#tracking-prop">
-&lt;p&gt;This property holds whether the &lt;a href="ntqheader.html#sizeChange"&gt;sizeChange&lt;/a&gt;() signal is emitted continuously.
+ <name>TQHeader::tracking</name>
+ <doc href="tqheader.html#tracking-prop">
+&lt;p&gt;This property holds whether the &lt;a href="tqheader.html#sizeChange"&gt;sizeChange&lt;/a&gt;() signal is emitted continuously.
&lt;p&gt;If tracking is on, the sizeChange() signal is emitted continuously
while the mouse is moved (i.e. when the header is resized),
otherwise it is only emitted when the mouse button is released at
the end of resizing.
&lt;p&gt; Tracking defaults to FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqheader.html#setTracking"&gt;setTracking&lt;/a&gt;() and get this property's value with &lt;a href="ntqheader.html#tracking"&gt;tracking&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqheader.html#setTracking"&gt;setTracking&lt;/a&gt;() and get this property's value with &lt;a href="tqheader.html#tracking"&gt;tracking&lt;/a&gt;().
</doc>
</property>
<property>
@@ -1860,11 +1860,11 @@ contains rich text, additionally &lt;a href="ntqt.html#TextFlags-enum"&gt;WordBr
&lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignRight&lt;/a&gt;, to the top edge if alignment() is &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignTop&lt;/a&gt;, and
to to the bottom edge if alignment() is &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignBottom&lt;/a&gt;.
&lt;p&gt; If indent is negative, or if no indent has been set, the label
-computes the effective indent as follows: If &lt;a href="ntqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;() is 0,
+computes the effective indent as follows: If &lt;a href="tqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;() is 0,
the effective indent becomes 0. If frameWidth() is greater than 0,
the effective indent becomes half the width of the "x" character
of the widget's current &lt;a href="tqwidget.html#font"&gt;font&lt;/a&gt;().
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlabel.html#alignment-prop"&gt;alignment&lt;/a&gt;, &lt;a href="ntqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;, and &lt;a href="tqwidget.html#font-prop"&gt;font&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlabel.html#alignment-prop"&gt;alignment&lt;/a&gt;, &lt;a href="tqframe.html#frameWidth-prop"&gt;frameWidth&lt;/a&gt;, and &lt;a href="tqwidget.html#font-prop"&gt;font&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setIndent"&gt;setIndent&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#indent"&gt;indent&lt;/a&gt;().
</doc>
@@ -1934,7 +1934,7 @@ options.
<doc href="ntqlayout.html#margin-prop">
&lt;p&gt;This property holds the width of the outside border of the layout.
&lt;p&gt;For some layout classes this property has an effect only on
-top-level layouts; &lt;a href="qboxlayout.html"&gt;QBoxLayout&lt;/a&gt; and &lt;a href="qgridlayout.html"&gt;QGridLayout&lt;/a&gt; support margins for
+top-level layouts; &lt;a href="qboxlayout.html"&gt;QBoxLayout&lt;/a&gt; and &lt;a href="tqgridlayout.html"&gt;TQGridLayout&lt;/a&gt; support margins for
child layouts. The default value is 0.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlayout.html#spacing-prop"&gt;spacing&lt;/a&gt;.
@@ -2196,117 +2196,117 @@ validated when inserted with &lt;a href="tqlineedit.html#setText"&gt;setText&lt;
</doc>
</property>
<property>
- <name>QListBox::columnMode</name>
- <doc href="ntqlistbox.html#columnMode-prop">
+ <name>TQListBox::columnMode</name>
+ <doc href="tqlistbox.html#columnMode-prop">
&lt;p&gt;This property holds the column layout mode for this list box.
&lt;p&gt;setColumnMode() sets the layout mode and adjusts the number of
-displayed columns. The row layout mode automatically becomes &lt;a href="ntqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;, unless the column mode is &lt;a href="ntqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, &lt;a href="ntqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="ntqlistbox.html#numColumns-prop"&gt;numColumns&lt;/a&gt;.
+displayed columns. The row layout mode automatically becomes &lt;a href="tqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;, unless the column mode is &lt;a href="tqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, &lt;a href="tqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="tqlistbox.html#numColumns-prop"&gt;numColumns&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setColumnMode"&gt;setColumnMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#columnMode"&gt;columnMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setColumnMode"&gt;setColumnMode&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#columnMode"&gt;columnMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::count</name>
- <doc href="ntqlistbox.html#count-prop">
+ <name>TQListBox::count</name>
+ <doc href="tqlistbox.html#count-prop">
&lt;p&gt;This property holds the number of items in the list box.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistbox.html#count"&gt;count&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistbox.html#count"&gt;count&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::currentItem</name>
- <doc href="ntqlistbox.html#currentItem-prop">
+ <name>TQListBox::currentItem</name>
+ <doc href="tqlistbox.html#currentItem-prop">
&lt;p&gt;This property holds the current highlighted item.
&lt;p&gt;When setting this property, the highlighting is moved to the item
and the list box scrolled as necessary.
-&lt;p&gt; If no item is current, &lt;a href="ntqlistbox.html#currentItem"&gt;currentItem&lt;/a&gt;() returns -1.
+&lt;p&gt; If no item is current, &lt;a href="tqlistbox.html#currentItem"&gt;currentItem&lt;/a&gt;() returns -1.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setCurrentItem"&gt;setCurrentItem&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#currentItem"&gt;currentItem&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setCurrentItem"&gt;setCurrentItem&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#currentItem"&gt;currentItem&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::currentText</name>
- <doc href="ntqlistbox.html#currentText-prop">
+ <name>TQListBox::currentText</name>
+ <doc href="tqlistbox.html#currentText-prop">
&lt;p&gt;This property holds the text of the current item.
-&lt;p&gt;This is equivalent to &lt;a href="ntqlistbox.html#text"&gt;text&lt;/a&gt;(currentItem()).
+&lt;p&gt;This is equivalent to &lt;a href="tqlistbox.html#text"&gt;text&lt;/a&gt;(currentItem()).
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistbox.html#currentText"&gt;currentText&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistbox.html#currentText"&gt;currentText&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::multiSelection</name>
- <doc href="ntqlistbox.html#multiSelection-prop">
+ <name>TQListBox::multiSelection</name>
+ <doc href="tqlistbox.html#multiSelection-prop">
&lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
&lt;p&gt; &lt;p&gt;This property holds whether or not the list box is in Multi selection mode.
-&lt;p&gt;Consider using the &lt;a href="ntqlistbox.html#selectionMode-prop"&gt;QListBox::selectionMode&lt;/a&gt; property instead of
+&lt;p&gt;Consider using the &lt;a href="tqlistbox.html#selectionMode-prop"&gt;TQListBox::selectionMode&lt;/a&gt; property instead of
this property.
&lt;p&gt; When setting this property, Multi selection mode is used if set to TRUE and
to Single selection mode if set to FALSE.
&lt;p&gt; When getting this property, TRUE is returned if the list box is in
Multi selection mode or Extended selection mode, and FALSE if it is
in Single selection mode or NoSelection mode.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setMultiSelection"&gt;setMultiSelection&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#isMultiSelection"&gt;isMultiSelection&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setMultiSelection"&gt;setMultiSelection&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#isMultiSelection"&gt;isMultiSelection&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::numColumns</name>
- <doc href="ntqlistbox.html#numColumns-prop">
+ <name>TQListBox::numColumns</name>
+ <doc href="tqlistbox.html#numColumns-prop">
&lt;p&gt;This property holds the number of columns in the list box.
-&lt;p&gt;This is normally 1, but can be different if &lt;a href="ntqlistbox.html#columnMode-prop"&gt;QListBox::columnMode&lt;/a&gt; or &lt;a href="ntqlistbox.html#rowMode-prop"&gt;QListBox::rowMode&lt;/a&gt; has been set.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;, &lt;a href="ntqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="ntqlistbox.html#numRows-prop"&gt;numRows&lt;/a&gt;.
+&lt;p&gt;This is normally 1, but can be different if &lt;a href="tqlistbox.html#columnMode-prop"&gt;TQListBox::columnMode&lt;/a&gt; or &lt;a href="tqlistbox.html#rowMode-prop"&gt;TQListBox::rowMode&lt;/a&gt; has been set.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;, &lt;a href="tqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="tqlistbox.html#numRows-prop"&gt;numRows&lt;/a&gt;.
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistbox.html#numColumns"&gt;numColumns&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistbox.html#numColumns"&gt;numColumns&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::numItemsVisible</name>
- <doc href="ntqlistbox.html#numItemsVisible-prop">
+ <name>TQListBox::numItemsVisible</name>
+ <doc href="tqlistbox.html#numItemsVisible-prop">
&lt;p&gt;This property holds the number of visible items.
&lt;p&gt;Both partially and entirely visible items are counted.
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistbox.html#numItemsVisible"&gt;numItemsVisible&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistbox.html#numItemsVisible"&gt;numItemsVisible&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::numRows</name>
- <doc href="ntqlistbox.html#numRows-prop">
+ <name>TQListBox::numRows</name>
+ <doc href="tqlistbox.html#numRows-prop">
&lt;p&gt;This property holds the number of rows in the list box.
&lt;p&gt;This is equal to the number of items in the default single-column
layout, but can be different.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;, &lt;a href="ntqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="ntqlistbox.html#numColumns-prop"&gt;numColumns&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;, &lt;a href="tqlistbox.html#rowMode-prop"&gt;rowMode&lt;/a&gt;, and &lt;a href="tqlistbox.html#numColumns-prop"&gt;numColumns&lt;/a&gt;.
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistbox.html#numRows"&gt;numRows&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistbox.html#numRows"&gt;numRows&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::rowMode</name>
- <doc href="ntqlistbox.html#rowMode-prop">
+ <name>TQListBox::rowMode</name>
+ <doc href="tqlistbox.html#rowMode-prop">
&lt;p&gt;This property holds the row layout mode for this list box.
-&lt;p&gt;This property is normally &lt;a href="ntqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
-&lt;p&gt; &lt;a href="ntqlistbox.html#setRowMode"&gt;setRowMode&lt;/a&gt;() sets the layout mode and adjusts the number of
-displayed rows. The column layout mode automatically becomes &lt;a href="ntqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;, unless the row mode is &lt;a href="ntqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;.
+&lt;p&gt;This property is normally &lt;a href="tqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
+&lt;p&gt; &lt;a href="tqlistbox.html#setRowMode"&gt;setRowMode&lt;/a&gt;() sets the layout mode and adjusts the number of
+displayed rows. The column layout mode automatically becomes &lt;a href="tqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;, unless the row mode is &lt;a href="tqlistbox.html#LayoutMode-enum"&gt;Variable&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#columnMode-prop"&gt;columnMode&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setRowMode"&gt;setRowMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#rowMode"&gt;rowMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setRowMode"&gt;setRowMode&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#rowMode"&gt;rowMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::selectionMode</name>
- <doc href="ntqlistbox.html#selectionMode-prop">
+ <name>TQListBox::selectionMode</name>
+ <doc href="tqlistbox.html#selectionMode-prop">
&lt;p&gt;This property holds the selection mode of the list box.
-&lt;p&gt;Sets the list box's selection mode, which may be one of &lt;a href="ntqlistbox.html#SelectionMode-enum"&gt;Single&lt;/a&gt;
-(the default), &lt;a href="ntqlistbox.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;, &lt;a href="ntqlistbox.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; or &lt;a href="ntqlistbox.html#SelectionMode-enum"&gt;NoSelection&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#SelectionMode-enum"&gt;SelectionMode&lt;/a&gt;.
+&lt;p&gt;Sets the list box's selection mode, which may be one of &lt;a href="tqlistbox.html#SelectionMode-enum"&gt;Single&lt;/a&gt;
+(the default), &lt;a href="tqlistbox.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;, &lt;a href="tqlistbox.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; or &lt;a href="tqlistbox.html#SelectionMode-enum"&gt;NoSelection&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#SelectionMode-enum"&gt;SelectionMode&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::topItem</name>
- <doc href="ntqlistbox.html#topItem-prop">
+ <name>TQListBox::topItem</name>
+ <doc href="tqlistbox.html#topItem-prop">
&lt;p&gt;This property holds the index of an item at the top of the screen.
&lt;p&gt;When getting this property and the listbox has multiple columns,
an arbitrary item is selected and returned.
@@ -2314,37 +2314,37 @@ an arbitrary item is selected and returned.
at position &lt;em&gt;index&lt;/em&gt; in the list is displayed in the top row of
the list box.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setTopItem"&gt;setTopItem&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#topItem"&gt;topItem&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setTopItem"&gt;setTopItem&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#topItem"&gt;topItem&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::variableHeight</name>
- <doc href="ntqlistbox.html#variableHeight-prop">
+ <name>TQListBox::variableHeight</name>
+ <doc href="tqlistbox.html#variableHeight-prop">
&lt;p&gt;This property holds whether this list box has variable-height rows.
&lt;p&gt;When the list box has variable-height rows (the default), each row
is as high as the highest item in that row. When it has same-sized
rows, all rows are as high as the highest item in the list box.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#variableWidth-prop"&gt;variableWidth&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#variableWidth-prop"&gt;variableWidth&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setVariableHeight"&gt;setVariableHeight&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#variableHeight"&gt;variableHeight&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setVariableHeight"&gt;setVariableHeight&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#variableHeight"&gt;variableHeight&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListBox::variableWidth</name>
- <doc href="ntqlistbox.html#variableWidth-prop">
+ <name>TQListBox::variableWidth</name>
+ <doc href="tqlistbox.html#variableWidth-prop">
&lt;p&gt;This property holds whether this list box has variable-width columns.
&lt;p&gt;When the list box has variable-width columns, each column is as
wide as the widest item in that column. When it has same-sized
columns (the default), all columns are as wide as the widest item
in the list box.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistbox.html#variableHeight-prop"&gt;variableHeight&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistbox.html#variableHeight-prop"&gt;variableHeight&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistbox.html#setVariableWidth"&gt;setVariableWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistbox.html#variableWidth"&gt;variableWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistbox.html#setVariableWidth"&gt;setVariableWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqlistbox.html#variableWidth"&gt;variableWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::allColumnsShowFocus</name>
- <doc href="ntqlistview.html#allColumnsShowFocus-prop">
+ <name>TQListView::allColumnsShowFocus</name>
+ <doc href="tqlistview.html#allColumnsShowFocus-prop">
&lt;p&gt;This property holds whether items should show &lt;a href="focus.html#keyboard-focus"&gt;keyboard focus&lt;/a&gt; using all columns.
&lt;p&gt;If this property is TRUE all columns will show focus and selection
states, otherwise only column 0 will show focus.
@@ -2352,137 +2352,137 @@ states, otherwise only column 0 will show focus.
&lt;p&gt; Setting this to TRUE if it's not necessary may cause noticeable
flicker.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setAllColumnsShowFocus"&gt;setAllColumnsShowFocus&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#allColumnsShowFocus"&gt;allColumnsShowFocus&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setAllColumnsShowFocus"&gt;setAllColumnsShowFocus&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#allColumnsShowFocus"&gt;allColumnsShowFocus&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::childCount</name>
- <doc href="ntqlistview.html#childCount-prop">
-&lt;p&gt;This property holds the number of parentless (top-level) &lt;a href="qlistviewitem.html"&gt;QListViewItem&lt;/a&gt; objects in this QListView.
-&lt;p&gt;Holds the current number of parentless (top-level) QListViewItem
-objects in this QListView.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qlistviewitem.html#childCount"&gt;QListViewItem::childCount&lt;/a&gt;().
+ <name>TQListView::childCount</name>
+ <doc href="tqlistview.html#childCount-prop">
+&lt;p&gt;This property holds the number of parentless (top-level) &lt;a href="tqlistviewitem.html"&gt;TQListViewItem&lt;/a&gt; objects in this TQListView.
+&lt;p&gt;Holds the current number of parentless (top-level) TQListViewItem
+objects in this TQListView.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistviewitem.html#childCount"&gt;TQListViewItem::childCount&lt;/a&gt;().
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistview.html#childCount"&gt;childCount&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistview.html#childCount"&gt;childCount&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::columns</name>
- <doc href="ntqlistview.html#columns-prop">
+ <name>TQListView::columns</name>
+ <doc href="tqlistview.html#columns-prop">
&lt;p&gt;This property holds the number of columns in this list view.
-&lt;p&gt;Get this property's value with &lt;a href="ntqlistview.html#columns"&gt;columns&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqlistview.html#addColumn"&gt;addColumn&lt;/a&gt;() and &lt;a href="ntqlistview.html#removeColumn"&gt;removeColumn&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqlistview.html#columns"&gt;columns&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqlistview.html#addColumn"&gt;addColumn&lt;/a&gt;() and &lt;a href="tqlistview.html#removeColumn"&gt;removeColumn&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::defaultRenameAction</name>
- <doc href="ntqlistview.html#defaultRenameAction-prop">
+ <name>TQListView::defaultRenameAction</name>
+ <doc href="tqlistview.html#defaultRenameAction-prop">
&lt;p&gt;This property holds what action to perform when the editor loses focus during renaming.
-&lt;p&gt;If this property is &lt;a href="ntqlistview.html#RenameAction-enum"&gt;Accept&lt;/a&gt;, and the user renames an item and
+&lt;p&gt;If this property is &lt;a href="tqlistview.html#RenameAction-enum"&gt;Accept&lt;/a&gt;, and the user renames an item and
the editor loses focus (without the user pressing Enter), the
-item will still be renamed. If the property's value is &lt;a href="ntqlistview.html#RenameAction-enum"&gt;Reject&lt;/a&gt;,
+item will still be renamed. If the property's value is &lt;a href="tqlistview.html#RenameAction-enum"&gt;Reject&lt;/a&gt;,
the item will not be renamed unless the user presses Enter. The
-default is &lt;a href="ntqlistview.html#RenameAction-enum"&gt;Reject&lt;/a&gt;.
+default is &lt;a href="tqlistview.html#RenameAction-enum"&gt;Reject&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setDefaultRenameAction"&gt;setDefaultRenameAction&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#defaultRenameAction"&gt;defaultRenameAction&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setDefaultRenameAction"&gt;setDefaultRenameAction&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#defaultRenameAction"&gt;defaultRenameAction&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::itemMargin</name>
- <doc href="ntqlistview.html#itemMargin-prop">
+ <name>TQListView::itemMargin</name>
+ <doc href="tqlistview.html#itemMargin-prop">
&lt;p&gt;This property holds the advisory item margin that list items may use.
&lt;p&gt;The item margin defaults to one pixel and is the margin between
the item's edges and the area where it draws its contents.
-&lt;a href="qlistviewitem.html#paintFocus"&gt;QListViewItem::paintFocus&lt;/a&gt;() draws in the margin.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qlistviewitem.html#paintCell"&gt;QListViewItem::paintCell&lt;/a&gt;().
+&lt;a href="tqlistviewitem.html#paintFocus"&gt;TQListViewItem::paintFocus&lt;/a&gt;() draws in the margin.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistviewitem.html#paintCell"&gt;TQListViewItem::paintCell&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setItemMargin"&gt;setItemMargin&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#itemMargin"&gt;itemMargin&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setItemMargin"&gt;setItemMargin&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#itemMargin"&gt;itemMargin&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::multiSelection</name>
- <doc href="ntqlistview.html#multiSelection-prop"> &lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
+ <name>TQListView::multiSelection</name>
+ <doc href="tqlistview.html#multiSelection-prop"> &lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
&lt;p&gt; &lt;p&gt;This property holds whether the list view is in multi-selection or extended-selection mode.
-&lt;p&gt;If you enable multi-selection, &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Multi&lt;/a&gt;, mode, it is possible to
-specify whether or not this mode should be extended. &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;
+&lt;p&gt;If you enable multi-selection, &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Multi&lt;/a&gt;, mode, it is possible to
+specify whether or not this mode should be extended. &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;
means that the user can select multiple items only when pressing
the Shift or Ctrl key at the same time.
-&lt;p&gt; The default selection mode is &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Single&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistview.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
+&lt;p&gt; The default selection mode is &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Single&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistview.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setMultiSelection"&gt;setMultiSelection&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#isMultiSelection"&gt;isMultiSelection&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setMultiSelection"&gt;setMultiSelection&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#isMultiSelection"&gt;isMultiSelection&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::resizeMode</name>
- <doc href="ntqlistview.html#resizeMode-prop">
+ <name>TQListView::resizeMode</name>
+ <doc href="tqlistview.html#resizeMode-prop">
&lt;p&gt;This property holds whether all, none or the only the last column should be resized.
&lt;p&gt;Specifies whether all, none or only the last column should be
resized to fit the full width of the list view. The values for this
-property can be one of: &lt;a href="ntqlistview.html#ResizeMode-enum"&gt;NoColumn&lt;/a&gt; (the default), &lt;a href="ntqlistview.html#ResizeMode-enum"&gt;AllColumns&lt;/a&gt;
-or &lt;a href="ntqlistview.html#ResizeMode-enum"&gt;LastColumn&lt;/a&gt;.
+property can be one of: &lt;a href="tqlistview.html#ResizeMode-enum"&gt;NoColumn&lt;/a&gt; (the default), &lt;a href="tqlistview.html#ResizeMode-enum"&gt;AllColumns&lt;/a&gt;
+or &lt;a href="tqlistview.html#ResizeMode-enum"&gt;LastColumn&lt;/a&gt;.
&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; Setting the resize mode should be done after all necessary
columns have been added to the list view, otherwise the behavior is
undefined.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqheader.html"&gt;QHeader&lt;/a&gt; and &lt;a href="ntqlistview.html#header"&gt;header&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqheader.html"&gt;TQHeader&lt;/a&gt; and &lt;a href="tqlistview.html#header"&gt;header&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setResizeMode"&gt;setResizeMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#resizeMode"&gt;resizeMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setResizeMode"&gt;setResizeMode&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#resizeMode"&gt;resizeMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::rootIsDecorated</name>
- <doc href="ntqlistview.html#rootIsDecorated-prop">
+ <name>TQListView::rootIsDecorated</name>
+ <doc href="tqlistview.html#rootIsDecorated-prop">
&lt;p&gt;This property holds whether the list view shows open/close signs on root items.
&lt;p&gt;Open/close signs are small &lt;b&gt;+&lt;/b&gt; or &lt;b&gt;-&lt;/b&gt; symbols in windows
style, or arrows in &lt;a href="motif-extension.html#Motif"&gt;Motif&lt;/a&gt; style. The default is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setRootIsDecorated"&gt;setRootIsDecorated&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#rootIsDecorated"&gt;rootIsDecorated&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setRootIsDecorated"&gt;setRootIsDecorated&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#rootIsDecorated"&gt;rootIsDecorated&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::selectionMode</name>
- <doc href="ntqlistview.html#selectionMode-prop">
+ <name>TQListView::selectionMode</name>
+ <doc href="tqlistview.html#selectionMode-prop">
&lt;p&gt;This property holds the list view's selection mode.
-&lt;p&gt;The mode can be &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Single&lt;/a&gt; (the default), &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;, &lt;a href="ntqlistview.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; or
-&lt;a href="ntqlistview.html#SelectionMode-enum"&gt;NoSelection&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlistview.html#multiSelection-prop"&gt;multiSelection&lt;/a&gt;.
+&lt;p&gt;The mode can be &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Single&lt;/a&gt; (the default), &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Extended&lt;/a&gt;, &lt;a href="tqlistview.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; or
+&lt;a href="tqlistview.html#SelectionMode-enum"&gt;NoSelection&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlistview.html#multiSelection-prop"&gt;multiSelection&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::showSortIndicator</name>
- <doc href="ntqlistview.html#showSortIndicator-prop">
+ <name>TQListView::showSortIndicator</name>
+ <doc href="tqlistview.html#showSortIndicator-prop">
&lt;p&gt;This property holds whether the list view header should display a sort indicator.
&lt;p&gt;If this property is TRUE, an arrow is drawn in the header of the
list view to indicate the sort order of the list view contents.
The arrow will be drawn in the correct column and will point up or
down, depending on the current sort direction. The default is
FALSE (don't show an indicator).
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqheader.html#setSortIndicator"&gt;QHeader::setSortIndicator&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqheader.html#setSortIndicator"&gt;TQHeader::setSortIndicator&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setShowSortIndicator"&gt;setShowSortIndicator&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#showSortIndicator"&gt;showSortIndicator&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setShowSortIndicator"&gt;setShowSortIndicator&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#showSortIndicator"&gt;showSortIndicator&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::showToolTips</name>
- <doc href="ntqlistview.html#showToolTips-prop">
+ <name>TQListView::showToolTips</name>
+ <doc href="tqlistview.html#showToolTips-prop">
&lt;p&gt;This property holds whether this list view should show tooltips for truncated column texts.
&lt;p&gt;The default is TRUE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setShowToolTips"&gt;setShowToolTips&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#showToolTips"&gt;showToolTips&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setShowToolTips"&gt;setShowToolTips&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#showToolTips"&gt;showToolTips&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QListView::treeStepSize</name>
- <doc href="ntqlistview.html#treeStepSize-prop">
+ <name>TQListView::treeStepSize</name>
+ <doc href="tqlistview.html#treeStepSize-prop">
&lt;p&gt;This property holds the number of pixels a child is offset from its parent.
&lt;p&gt;The default is 20 pixels.
&lt;p&gt; Of course, this property is only meaningful for hierarchical list
views.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlistview.html#setTreeStepSize"&gt;setTreeStepSize&lt;/a&gt;() and get this property's value with &lt;a href="ntqlistview.html#treeStepSize"&gt;treeStepSize&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setTreeStepSize"&gt;setTreeStepSize&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#treeStepSize"&gt;treeStepSize&lt;/a&gt;().
</doc>
</property>
<property>
@@ -2648,47 +2648,47 @@ the message box will try to auto-detect the format of the text.
</doc>
</property>
<property>
- <name>QMultiLineEdit::alignment</name>
- <doc href="ntqmultilineedit.html#alignment-prop"> &lt;p&gt;This property holds the editor's paragraph alignment.
+ <name>TQMultiLineEdit::alignment</name>
+ <doc href="tqmultilineedit.html#alignment-prop"> &lt;p&gt;This property holds the editor's paragraph alignment.
&lt;p&gt;Sets the alignment to flag, which must be &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt;, &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignHCenter&lt;/a&gt; or &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignRight&lt;/a&gt;.
&lt;p&gt; If flag is an illegal flag nothing happens.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmultilineedit.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="ntqmultilineedit.html#alignment"&gt;alignment&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmultilineedit.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="tqmultilineedit.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMultiLineEdit::atBeginning</name>
- <doc href="ntqmultilineedit.html#atBeginning-prop"> &lt;p&gt;This property holds whether the cursor is placed at the beginning of the text.
-&lt;p&gt;Get this property's value with &lt;a href="ntqmultilineedit.html#atBeginning"&gt;atBeginning&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqmultilineedit.html#atEnd-prop"&gt;atEnd&lt;/a&gt;.
+ <name>TQMultiLineEdit::atBeginning</name>
+ <doc href="tqmultilineedit.html#atBeginning-prop"> &lt;p&gt;This property holds whether the cursor is placed at the beginning of the text.
+&lt;p&gt;Get this property's value with &lt;a href="tqmultilineedit.html#atBeginning"&gt;atBeginning&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqmultilineedit.html#atEnd-prop"&gt;atEnd&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QMultiLineEdit::atEnd</name>
- <doc href="ntqmultilineedit.html#atEnd-prop"> &lt;p&gt;This property holds whether the cursor is placed at the end of the text.
-&lt;p&gt;Get this property's value with &lt;a href="ntqmultilineedit.html#atEnd"&gt;atEnd&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqmultilineedit.html#atBeginning-prop"&gt;atBeginning&lt;/a&gt;.
+ <name>TQMultiLineEdit::atEnd</name>
+ <doc href="tqmultilineedit.html#atEnd-prop"> &lt;p&gt;This property holds whether the cursor is placed at the end of the text.
+&lt;p&gt;Get this property's value with &lt;a href="tqmultilineedit.html#atEnd"&gt;atEnd&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqmultilineedit.html#atBeginning-prop"&gt;atBeginning&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QMultiLineEdit::edited</name>
- <doc href="ntqmultilineedit.html#edited-prop"> &lt;p&gt;This property holds whether the document has been edited by the user.
+ <name>TQMultiLineEdit::edited</name>
+ <doc href="tqmultilineedit.html#edited-prop"> &lt;p&gt;This property holds whether the document has been edited by the user.
&lt;p&gt;This is the same as &lt;a href="tqtextedit.html"&gt;TQTextEdit&lt;/a&gt;'s "modifed" property.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#modified-prop"&gt;TQTextEdit::modified&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqmultilineedit.html#setEdited"&gt;setEdited&lt;/a&gt;() and get this property's value with &lt;a href="ntqmultilineedit.html#edited"&gt;edited&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqmultilineedit.html#setEdited"&gt;setEdited&lt;/a&gt;() and get this property's value with &lt;a href="tqmultilineedit.html#edited"&gt;edited&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QMultiLineEdit::numLines</name>
- <doc href="ntqmultilineedit.html#numLines-prop"> &lt;p&gt;This property holds the number of paragraphs in the editor.
+ <name>TQMultiLineEdit::numLines</name>
+ <doc href="tqmultilineedit.html#numLines-prop"> &lt;p&gt;This property holds the number of paragraphs in the editor.
&lt;p&gt;The count includes any empty paragraph at top and bottom, so for an
empty editor this method returns 1.
-&lt;p&gt;Get this property's value with &lt;a href="ntqmultilineedit.html#numLines"&gt;numLines&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqmultilineedit.html#numLines"&gt;numLines&lt;/a&gt;().
</doc>
</property>
<property>
@@ -2727,95 +2727,95 @@ Checking is always enabled when in Windows-style.
</doc>
</property>
<property>
- <name>QProgressBar::centerIndicator</name>
- <doc href="ntqprogressbar.html#centerIndicator-prop">
+ <name>TQProgressBar::centerIndicator</name>
+ <doc href="tqprogressbar.html#centerIndicator-prop">
&lt;p&gt;This property holds whether the indicator string should be centered.
-&lt;p&gt;Changing this property sets &lt;a href="ntqprogressbar.html#indicatorFollowsStyle-prop"&gt;QProgressBar::indicatorFollowsStyle&lt;/a&gt;
+&lt;p&gt;Changing this property sets &lt;a href="tqprogressbar.html#indicatorFollowsStyle-prop"&gt;TQProgressBar::indicatorFollowsStyle&lt;/a&gt;
to FALSE. The default is TRUE.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressbar.html#setCenterIndicator"&gt;setCenterIndicator&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressbar.html#centerIndicator"&gt;centerIndicator&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressbar.html#setCenterIndicator"&gt;setCenterIndicator&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressbar.html#centerIndicator"&gt;centerIndicator&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressBar::indicatorFollowsStyle</name>
- <doc href="ntqprogressbar.html#indicatorFollowsStyle-prop">
+ <name>TQProgressBar::indicatorFollowsStyle</name>
+ <doc href="tqprogressbar.html#indicatorFollowsStyle-prop">
&lt;p&gt;This property holds whether the display of the indicator string should follow the GUI style.
&lt;p&gt;The default is TRUE.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqprogressbar.html#centerIndicator-prop"&gt;centerIndicator&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqprogressbar.html#centerIndicator-prop"&gt;centerIndicator&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressbar.html#setIndicatorFollowsStyle"&gt;setIndicatorFollowsStyle&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressbar.html#indicatorFollowsStyle"&gt;indicatorFollowsStyle&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressbar.html#setIndicatorFollowsStyle"&gt;setIndicatorFollowsStyle&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressbar.html#indicatorFollowsStyle"&gt;indicatorFollowsStyle&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressBar::percentageVisible</name>
- <doc href="ntqprogressbar.html#percentageVisible-prop">
+ <name>TQProgressBar::percentageVisible</name>
+ <doc href="tqprogressbar.html#percentageVisible-prop">
&lt;p&gt;This property holds whether the current progress value is displayed.
&lt;p&gt;The default is TRUE.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqprogressbar.html#centerIndicator-prop"&gt;centerIndicator&lt;/a&gt; and &lt;a href="ntqprogressbar.html#indicatorFollowsStyle-prop"&gt;indicatorFollowsStyle&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqprogressbar.html#centerIndicator-prop"&gt;centerIndicator&lt;/a&gt; and &lt;a href="tqprogressbar.html#indicatorFollowsStyle-prop"&gt;indicatorFollowsStyle&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressbar.html#setPercentageVisible"&gt;setPercentageVisible&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressbar.html#percentageVisible"&gt;percentageVisible&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressbar.html#setPercentageVisible"&gt;setPercentageVisible&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressbar.html#percentageVisible"&gt;percentageVisible&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressBar::progress</name>
- <doc href="ntqprogressbar.html#progress-prop">
+ <name>TQProgressBar::progress</name>
+ <doc href="tqprogressbar.html#progress-prop">
&lt;p&gt;This property holds the current amount of progress.
&lt;p&gt;This property is -1 if progress counting has not started.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressbar.html#setProgress"&gt;setProgress&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressbar.html#progress"&gt;progress&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressbar.html#setProgress"&gt;setProgress&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressbar.html#progress"&gt;progress&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressBar::progressString</name>
- <doc href="ntqprogressbar.html#progressString-prop">
+ <name>TQProgressBar::progressString</name>
+ <doc href="tqprogressbar.html#progressString-prop">
&lt;p&gt;This property holds the amount of progress as a string.
&lt;p&gt;This property is &lt;a href="tqstring.html#TQString-null"&gt;TQString::null&lt;/a&gt; if progress counting has not started.
-&lt;p&gt;Get this property's value with &lt;a href="ntqprogressbar.html#progressString"&gt;progressString&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqprogressbar.html#progressString"&gt;progressString&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressBar::totalSteps</name>
- <doc href="ntqprogressbar.html#totalSteps-prop">
+ <name>TQProgressBar::totalSteps</name>
+ <doc href="tqprogressbar.html#totalSteps-prop">
&lt;p&gt;This property holds the total number of steps.
&lt;p&gt;If totalSteps is 0, the progress bar will display a busy
indicator.
&lt;p&gt; &lt;p&gt;See also
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressbar.html#setTotalSteps"&gt;setTotalSteps&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressbar.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressbar.html#setTotalSteps"&gt;setTotalSteps&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressbar.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::autoClose</name>
- <doc href="ntqprogressdialog.html#autoClose-prop">
-&lt;p&gt;This property holds whether the dialog gets hidden by &lt;a href="ntqprogressdialog.html#reset"&gt;reset&lt;/a&gt;().
+ <name>TQProgressDialog::autoClose</name>
+ <doc href="tqprogressdialog.html#autoClose-prop">
+&lt;p&gt;This property holds whether the dialog gets hidden by &lt;a href="tqprogressdialog.html#reset"&gt;reset&lt;/a&gt;().
&lt;p&gt;The default is TRUE.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqprogressdialog.html#autoReset-prop"&gt;autoReset&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqprogressdialog.html#autoReset-prop"&gt;autoReset&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setAutoClose"&gt;setAutoClose&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#autoClose"&gt;autoClose&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setAutoClose"&gt;setAutoClose&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#autoClose"&gt;autoClose&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::autoReset</name>
- <doc href="ntqprogressdialog.html#autoReset-prop">
-&lt;p&gt;This property holds whether the progress dialog calls &lt;a href="ntqprogressdialog.html#reset"&gt;reset&lt;/a&gt;() as soon as &lt;a href="ntqprogressdialog.html#progress"&gt;progress&lt;/a&gt;() equals &lt;a href="ntqprogressdialog.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
+ <name>TQProgressDialog::autoReset</name>
+ <doc href="tqprogressdialog.html#autoReset-prop">
+&lt;p&gt;This property holds whether the progress dialog calls &lt;a href="tqprogressdialog.html#reset"&gt;reset&lt;/a&gt;() as soon as &lt;a href="tqprogressdialog.html#progress"&gt;progress&lt;/a&gt;() equals &lt;a href="tqprogressdialog.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
&lt;p&gt;The default is TRUE.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqprogressdialog.html#autoClose-prop"&gt;autoClose&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqprogressdialog.html#autoClose-prop"&gt;autoClose&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setAutoReset"&gt;setAutoReset&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#autoReset"&gt;autoReset&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setAutoReset"&gt;setAutoReset&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#autoReset"&gt;autoReset&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::labelText</name>
- <doc href="ntqprogressdialog.html#labelText-prop">
+ <name>TQProgressDialog::labelText</name>
+ <doc href="tqprogressdialog.html#labelText-prop">
&lt;p&gt;This property holds the label's text.
&lt;p&gt;The default text is &lt;a href="tqstring.html#TQString-null"&gt;TQString::null&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setLabelText"&gt;setLabelText&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#labelText"&gt;labelText&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setLabelText"&gt;setLabelText&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#labelText"&gt;labelText&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::minimumDuration</name>
- <doc href="ntqprogressdialog.html#minimumDuration-prop">
+ <name>TQProgressDialog::minimumDuration</name>
+ <doc href="tqprogressdialog.html#minimumDuration-prop">
&lt;p&gt;This property holds the time that must pass before the dialog appears.
&lt;p&gt;If the expected duration of the task is less than the
minimumDuration, the dialog will not appear at all. This prevents
@@ -2826,53 +2826,53 @@ is set.
&lt;p&gt; If set to 0, the dialog is always shown as soon as any progress is
set. The default is 4000 milliseconds.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setMinimumDuration"&gt;setMinimumDuration&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#minimumDuration"&gt;minimumDuration&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setMinimumDuration"&gt;setMinimumDuration&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#minimumDuration"&gt;minimumDuration&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::progress</name>
- <doc href="ntqprogressdialog.html#progress-prop">
+ <name>TQProgressDialog::progress</name>
+ <doc href="tqprogressdialog.html#progress-prop">
&lt;p&gt;This property holds the current amount of progress made.
&lt;p&gt;For the progress dialog to work as expected, you should initially set
this property to 0 and finally set it to
-&lt;a href="ntqprogressdialog.html#totalSteps"&gt;QProgressDialog::totalSteps&lt;/a&gt;(); you can call &lt;a href="ntqprogressdialog.html#setProgress"&gt;setProgress&lt;/a&gt;() any number of times
+&lt;a href="tqprogressdialog.html#totalSteps"&gt;TQProgressDialog::totalSteps&lt;/a&gt;(); you can call &lt;a href="tqprogressdialog.html#setProgress"&gt;setProgress&lt;/a&gt;() any number of times
in-between.
&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If the progress dialog is modal
-(see &lt;a href="ntqprogressdialog.html#QProgressDialog"&gt;QProgressDialog::QProgressDialog&lt;/a&gt;()),
+(see &lt;a href="tqprogressdialog.html#TQProgressDialog"&gt;TQProgressDialog::TQProgressDialog&lt;/a&gt;()),
this function calls &lt;a href="ntqapplication.html#processEvents"&gt;QApplication::processEvents&lt;/a&gt;(), so take care that
this does not cause undesirable re-entrancy in your code. For example,
-don't use a QProgressDialog inside a &lt;a href="tqwidget.html#paintEvent"&gt;paintEvent&lt;/a&gt;()!
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqprogressdialog.html#totalSteps-prop"&gt;totalSteps&lt;/a&gt;.
+don't use a TQProgressDialog inside a &lt;a href="tqwidget.html#paintEvent"&gt;paintEvent&lt;/a&gt;()!
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqprogressdialog.html#totalSteps-prop"&gt;totalSteps&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setProgress"&gt;setProgress&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#progress"&gt;progress&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setProgress"&gt;setProgress&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#progress"&gt;progress&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::totalSteps</name>
- <doc href="ntqprogressdialog.html#totalSteps-prop">
+ <name>TQProgressDialog::totalSteps</name>
+ <doc href="tqprogressdialog.html#totalSteps-prop">
&lt;p&gt;This property holds the total number of steps.
&lt;p&gt;The default is 0.
-&lt;p&gt;Set this property's value with &lt;a href="ntqprogressdialog.html#setTotalSteps"&gt;setTotalSteps&lt;/a&gt;() and get this property's value with &lt;a href="ntqprogressdialog.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqprogressdialog.html#setTotalSteps"&gt;setTotalSteps&lt;/a&gt;() and get this property's value with &lt;a href="tqprogressdialog.html#totalSteps"&gt;totalSteps&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QProgressDialog::wasCanceled</name>
- <doc href="ntqprogressdialog.html#wasCanceled-prop">
+ <name>TQProgressDialog::wasCanceled</name>
+ <doc href="tqprogressdialog.html#wasCanceled-prop">
&lt;p&gt;This property holds whether the dialog was canceled.
-&lt;p&gt;Get this property's value with &lt;a href="ntqprogressdialog.html#wasCanceled"&gt;wasCanceled&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqprogressdialog.html#progress-prop"&gt;progress&lt;/a&gt;.
+&lt;p&gt;Get this property's value with &lt;a href="tqprogressdialog.html#wasCanceled"&gt;wasCanceled&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqprogressdialog.html#progress-prop"&gt;progress&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QProgressDialog::wasCancelled</name>
- <doc href="ntqprogressdialog.html#wasCancelled-prop">
+ <name>TQProgressDialog::wasCancelled</name>
+ <doc href="tqprogressdialog.html#wasCancelled-prop">
&lt;p&gt;This property holds whether the dialog was canceled.
&lt;p&gt;&lt;b&gt;This property is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
-&lt;p&gt; Use &lt;a href="ntqprogressdialog.html#wasCanceled-prop"&gt;wasCanceled&lt;/a&gt; instead.
+&lt;p&gt; Use &lt;a href="tqprogressdialog.html#wasCanceled-prop"&gt;wasCanceled&lt;/a&gt; instead.
-&lt;p&gt;Get this property's value with &lt;a href="ntqprogressdialog.html#wasCancelled"&gt;wasCancelled&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqprogressdialog.html#wasCancelled"&gt;wasCancelled&lt;/a&gt;().
</doc>
</property>
<property>
@@ -2951,7 +2951,7 @@ arrow.
<doc href="tqradiobutton.html#checked-prop">
&lt;p&gt;This property holds whether the radio button is checked.
&lt;p&gt;This property will not effect any other radio buttons unless they
-have been placed in the same &lt;a href="ntqbuttongroup.html"&gt;QButtonGroup&lt;/a&gt;. The default value is
+have been placed in the same &lt;a href="tqbuttongroup.html"&gt;TQButtonGroup&lt;/a&gt;. The default value is
FALSE (unchecked).
&lt;p&gt;Set this property's value with &lt;a href="tqradiobutton.html#setChecked"&gt;setChecked&lt;/a&gt;() and get this property's value with &lt;a href="tqradiobutton.html#isChecked"&gt;isChecked&lt;/a&gt;().
@@ -3602,17 +3602,17 @@ status bar. By default, the size grip is enabled.
</doc>
</property>
<property>
- <name>QTabBar::count</name>
- <doc href="ntqtabbar.html#count-prop">
+ <name>TQTabBar::count</name>
+ <doc href="tqtabbar.html#count-prop">
&lt;p&gt;This property holds the number of tabs in the tab bar.
-&lt;p&gt;Get this property's value with &lt;a href="ntqtabbar.html#count"&gt;count&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtabbar.html#tab"&gt;tab&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtabbar.html#count"&gt;count&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtabbar.html#tab"&gt;tab&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabBar::currentTab</name>
- <doc href="ntqtabbar.html#currentTab-prop">
+ <name>TQTabBar::currentTab</name>
+ <doc href="tqtabbar.html#currentTab-prop">
&lt;p&gt;This property holds the id of the tab bar's visible tab.
&lt;p&gt;If no tab page is currently visible, the property's value is -1.
Even if the property's value is not -1, you cannot assume that the
@@ -3620,187 +3620,187 @@ user can see the relevant page, or that the tab is enabled. When
you need to display something the value of this property
represents the best page to display.
&lt;p&gt; When this property is set to &lt;em&gt;id&lt;/em&gt;, it will raise the tab with the
-id &lt;em&gt;id&lt;/em&gt; and emit the &lt;a href="ntqtabbar.html#selected"&gt;selected&lt;/a&gt;() signal.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtabbar.html#selected"&gt;selected&lt;/a&gt;() and &lt;a href="ntqtabbar.html#isTabEnabled"&gt;isTabEnabled&lt;/a&gt;().
+id &lt;em&gt;id&lt;/em&gt; and emit the &lt;a href="tqtabbar.html#selected"&gt;selected&lt;/a&gt;() signal.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtabbar.html#selected"&gt;selected&lt;/a&gt;() and &lt;a href="tqtabbar.html#isTabEnabled"&gt;isTabEnabled&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabbar.html#setCurrentTab"&gt;setCurrentTab&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabbar.html#currentTab"&gt;currentTab&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtabbar.html#setCurrentTab"&gt;setCurrentTab&lt;/a&gt;() and get this property's value with &lt;a href="tqtabbar.html#currentTab"&gt;currentTab&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabBar::keyboardFocusTab</name>
- <doc href="ntqtabbar.html#keyboardFocusTab-prop">
+ <name>TQTabBar::keyboardFocusTab</name>
+ <doc href="tqtabbar.html#keyboardFocusTab-prop">
&lt;p&gt;This property holds the id of the tab that has the &lt;a href="focus.html#keyboard-focus"&gt;keyboard focus&lt;/a&gt;.
&lt;p&gt;This property contains the id of the tab that has the keyboard
focus or -1 if the tab bar does not have the keyboard focus.
-&lt;p&gt;Get this property's value with &lt;a href="ntqtabbar.html#keyboardFocusTab"&gt;keyboardFocusTab&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtabbar.html#keyboardFocusTab"&gt;keyboardFocusTab&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabBar::shape</name>
- <doc href="ntqtabbar.html#shape-prop">
+ <name>TQTabBar::shape</name>
+ <doc href="tqtabbar.html#shape-prop">
&lt;p&gt;This property holds the shape of the tabs in the tab bar.
-&lt;p&gt;The value of this property is one of the following: &lt;a href="ntqtabbar.html#Shape-enum"&gt;RoundedAbove&lt;/a&gt; (default), &lt;a href="ntqtabbar.html#Shape-enum"&gt;RoundedBelow&lt;/a&gt;, &lt;a href="ntqtabbar.html#Shape-enum"&gt;TriangularAbove&lt;/a&gt; or &lt;a href="ntqtabbar.html#Shape-enum"&gt;TriangularBelow&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtabbar.html#Shape-enum"&gt;Shape&lt;/a&gt;.
+&lt;p&gt;The value of this property is one of the following: &lt;a href="tqtabbar.html#Shape-enum"&gt;RoundedAbove&lt;/a&gt; (default), &lt;a href="tqtabbar.html#Shape-enum"&gt;RoundedBelow&lt;/a&gt;, &lt;a href="tqtabbar.html#Shape-enum"&gt;TriangularAbove&lt;/a&gt; or &lt;a href="tqtabbar.html#Shape-enum"&gt;TriangularBelow&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtabbar.html#Shape-enum"&gt;Shape&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabbar.html#setShape"&gt;setShape&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabbar.html#shape"&gt;shape&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtabbar.html#setShape"&gt;setShape&lt;/a&gt;() and get this property's value with &lt;a href="tqtabbar.html#shape"&gt;shape&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabWidget::count</name>
- <doc href="ntqtabwidget.html#count-prop">
+ <name>TQTabWidget::count</name>
+ <doc href="tqtabwidget.html#count-prop">
&lt;p&gt;This property holds the number of tabs in the tab bar.
&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqtabwidget.html#count"&gt;count&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtabwidget.html#count"&gt;count&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabWidget::currentPage</name>
- <doc href="ntqtabwidget.html#currentPage-prop">
+ <name>TQTabWidget::currentPage</name>
+ <doc href="tqtabwidget.html#currentPage-prop">
&lt;p&gt;This property holds the index position of the current tab page.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabwidget.html#setCurrentPage"&gt;setCurrentPage&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabwidget.html#currentPageIndex"&gt;currentPageIndex&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtabbar.html#currentTab-prop"&gt;QTabBar::currentTab&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqtabwidget.html#setCurrentPage"&gt;setCurrentPage&lt;/a&gt;() and get this property's value with &lt;a href="tqtabwidget.html#currentPageIndex"&gt;currentPageIndex&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtabbar.html#currentTab-prop"&gt;TQTabBar::currentTab&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QTabWidget::margin</name>
- <doc href="ntqtabwidget.html#margin-prop">
+ <name>TQTabWidget::margin</name>
+ <doc href="tqtabwidget.html#margin-prop">
&lt;p&gt;This property holds the margin in this tab widget.
&lt;p&gt;The margin is the distance between the innermost pixel of the
frame and the outermost pixel of the pages.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabwidget.html#setMargin"&gt;setMargin&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabwidget.html#margin"&gt;margin&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtabwidget.html#setMargin"&gt;setMargin&lt;/a&gt;() and get this property's value with &lt;a href="tqtabwidget.html#margin"&gt;margin&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabWidget::tabPosition</name>
- <doc href="ntqtabwidget.html#tabPosition-prop">
+ <name>TQTabWidget::tabPosition</name>
+ <doc href="tqtabwidget.html#tabPosition-prop">
&lt;p&gt;This property holds the position of the tabs in this tab widget.
-&lt;p&gt;Possible values for this property are &lt;a href="ntqtabwidget.html#TabPosition-enum"&gt;QTabWidget::Top&lt;/a&gt; and &lt;a href="ntqtabwidget.html#TabPosition-enum"&gt;QTabWidget::Bottom&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtabwidget.html#TabPosition-enum"&gt;TabPosition&lt;/a&gt;.
+&lt;p&gt;Possible values for this property are &lt;a href="tqtabwidget.html#TabPosition-enum"&gt;TQTabWidget::Top&lt;/a&gt; and &lt;a href="tqtabwidget.html#TabPosition-enum"&gt;TQTabWidget::Bottom&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtabwidget.html#TabPosition-enum"&gt;TabPosition&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabwidget.html#setTabPosition"&gt;setTabPosition&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabwidget.html#tabPosition"&gt;tabPosition&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtabwidget.html#setTabPosition"&gt;setTabPosition&lt;/a&gt;() and get this property's value with &lt;a href="tqtabwidget.html#tabPosition"&gt;tabPosition&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTabWidget::tabShape</name>
- <doc href="ntqtabwidget.html#tabShape-prop">
+ <name>TQTabWidget::tabShape</name>
+ <doc href="tqtabwidget.html#tabShape-prop">
&lt;p&gt;This property holds the shape of the tabs in this tab widget.
-&lt;p&gt;Possible values for this property are &lt;a href="ntqtabwidget.html#TabShape-enum"&gt;QTabWidget::Rounded&lt;/a&gt;
-(default) or &lt;a href="ntqtabwidget.html#TabShape-enum"&gt;QTabWidget::Triangular&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtabwidget.html#TabShape-enum"&gt;TabShape&lt;/a&gt;.
+&lt;p&gt;Possible values for this property are &lt;a href="tqtabwidget.html#TabShape-enum"&gt;TQTabWidget::Rounded&lt;/a&gt;
+(default) or &lt;a href="tqtabwidget.html#TabShape-enum"&gt;TQTabWidget::Triangular&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtabwidget.html#TabShape-enum"&gt;TabShape&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtabwidget.html#setTabShape"&gt;setTabShape&lt;/a&gt;() and get this property's value with &lt;a href="ntqtabwidget.html#tabShape"&gt;tabShape&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtabwidget.html#setTabShape"&gt;setTabShape&lt;/a&gt;() and get this property's value with &lt;a href="tqtabwidget.html#tabShape"&gt;tabShape&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::columnMovingEnabled</name>
- <doc href="ntqtable.html#columnMovingEnabled-prop">
+ <name>TQTable::columnMovingEnabled</name>
+ <doc href="tqtable.html#columnMovingEnabled-prop">
&lt;p&gt;This property holds whether columns can be moved by the user.
&lt;p&gt;The default is FALSE. Columns are moved by dragging whilst holding
down the Ctrl key.
-&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If QTable is used to move header sections as a result of user
+&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If TQTable is used to move header sections as a result of user
interaction, the mapping between header indexes and section exposed by
-&lt;a href="ntqheader.html"&gt;QHeader&lt;/a&gt; will not reflect the order of the headers in the table; i.e.,
-QTable does not call &lt;a href="ntqheader.html#moveSection"&gt;QHeader::moveSection&lt;/a&gt;() to move sections but handles
+&lt;a href="tqheader.html"&gt;TQHeader&lt;/a&gt; will not reflect the order of the headers in the table; i.e.,
+TQTable does not call &lt;a href="tqheader.html#moveSection"&gt;TQHeader::moveSection&lt;/a&gt;() to move sections but handles
move operations internally.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtable.html#rowMovingEnabled-prop"&gt;rowMovingEnabled&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtable.html#rowMovingEnabled-prop"&gt;rowMovingEnabled&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setColumnMovingEnabled"&gt;setColumnMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#columnMovingEnabled"&gt;columnMovingEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setColumnMovingEnabled"&gt;setColumnMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#columnMovingEnabled"&gt;columnMovingEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::focusStyle</name>
- <doc href="ntqtable.html#focusStyle-prop">
+ <name>TQTable::focusStyle</name>
+ <doc href="tqtable.html#focusStyle-prop">
&lt;p&gt;This property holds how the current (focus) cell is drawn.
-&lt;p&gt;The default style is &lt;a href="ntqtable.html#FocusStyle-enum"&gt;SpreadSheet&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtable.html#FocusStyle-enum"&gt;QTable::FocusStyle&lt;/a&gt;.
+&lt;p&gt;The default style is &lt;a href="tqtable.html#FocusStyle-enum"&gt;SpreadSheet&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtable.html#FocusStyle-enum"&gt;TQTable::FocusStyle&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setFocusStyle"&gt;setFocusStyle&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#focusStyle"&gt;focusStyle&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setFocusStyle"&gt;setFocusStyle&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#focusStyle"&gt;focusStyle&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::numCols</name>
- <doc href="ntqtable.html#numCols-prop">
+ <name>TQTable::numCols</name>
+ <doc href="tqtable.html#numCols-prop">
&lt;p&gt;This property holds the number of columns in the table.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setNumCols"&gt;setNumCols&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#numCols"&gt;numCols&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtable.html#numRows-prop"&gt;numRows&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setNumCols"&gt;setNumCols&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#numCols"&gt;numCols&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtable.html#numRows-prop"&gt;numRows&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QTable::numRows</name>
- <doc href="ntqtable.html#numRows-prop">
+ <name>TQTable::numRows</name>
+ <doc href="tqtable.html#numRows-prop">
&lt;p&gt;This property holds the number of rows in the table.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setNumRows"&gt;setNumRows&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#numRows"&gt;numRows&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtable.html#numCols-prop"&gt;numCols&lt;/a&gt;.
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setNumRows"&gt;setNumRows&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#numRows"&gt;numRows&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtable.html#numCols-prop"&gt;numCols&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QTable::numSelections</name>
- <doc href="ntqtable.html#numSelections-prop">
+ <name>TQTable::numSelections</name>
+ <doc href="tqtable.html#numSelections-prop">
&lt;p&gt;This property holds the number of selections.
-&lt;p&gt;Get this property's value with &lt;a href="ntqtable.html#numSelections"&gt;numSelections&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtable.html#currentSelection"&gt;currentSelection&lt;/a&gt;().
+&lt;p&gt;Get this property's value with &lt;a href="tqtable.html#numSelections"&gt;numSelections&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtable.html#currentSelection"&gt;currentSelection&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::readOnly</name>
- <doc href="ntqtable.html#readOnly-prop">
+ <name>TQTable::readOnly</name>
+ <doc href="tqtable.html#readOnly-prop">
&lt;p&gt;This property holds whether the table is read-only.
&lt;p&gt;Whether a cell in the table is editable or read-only depends on
-the cell's &lt;a href="qtableitem.html#EditType-enum"&gt;EditType&lt;/a&gt;, and this setting:
-see &lt;a href="qtableitem.html#wheneditable"&gt;QTableItem::EditType&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#enabled-prop"&gt;TQWidget::enabled&lt;/a&gt;, &lt;a href="ntqtable.html#setColumnReadOnly"&gt;setColumnReadOnly&lt;/a&gt;(), and &lt;a href="ntqtable.html#setRowReadOnly"&gt;setRowReadOnly&lt;/a&gt;().
+the cell's &lt;a href="tqtableitem.html#EditType-enum"&gt;EditType&lt;/a&gt;, and this setting:
+see &lt;a href="tqtableitem.html#wheneditable"&gt;TQTableItem::EditType&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#enabled-prop"&gt;TQWidget::enabled&lt;/a&gt;, &lt;a href="tqtable.html#setColumnReadOnly"&gt;setColumnReadOnly&lt;/a&gt;(), and &lt;a href="tqtable.html#setRowReadOnly"&gt;setRowReadOnly&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setReadOnly"&gt;setReadOnly&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#isReadOnly"&gt;isReadOnly&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setReadOnly"&gt;setReadOnly&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#isReadOnly"&gt;isReadOnly&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::rowMovingEnabled</name>
- <doc href="ntqtable.html#rowMovingEnabled-prop">
+ <name>TQTable::rowMovingEnabled</name>
+ <doc href="tqtable.html#rowMovingEnabled-prop">
&lt;p&gt;This property holds whether rows can be moved by the user.
&lt;p&gt;The default is FALSE. Rows are moved by dragging whilst holding
down the Ctrl key.
-&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If QTable is used to move header sections as a result of user
+&lt;p&gt; &lt;b&gt;Warning:&lt;/b&gt; If TQTable is used to move header sections as a result of user
interaction, the mapping between header indexes and section exposed by
-&lt;a href="ntqheader.html"&gt;QHeader&lt;/a&gt; will not reflect the order of the headers in the table; i.e.,
-QTable does not call &lt;a href="ntqheader.html#moveSection"&gt;QHeader::moveSection&lt;/a&gt;() to move sections but handles
+&lt;a href="tqheader.html"&gt;TQHeader&lt;/a&gt; will not reflect the order of the headers in the table; i.e.,
+TQTable does not call &lt;a href="tqheader.html#moveSection"&gt;TQHeader::moveSection&lt;/a&gt;() to move sections but handles
move operations internally.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtable.html#columnMovingEnabled-prop"&gt;columnMovingEnabled&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtable.html#columnMovingEnabled-prop"&gt;columnMovingEnabled&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setRowMovingEnabled"&gt;setRowMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#rowMovingEnabled"&gt;rowMovingEnabled&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setRowMovingEnabled"&gt;setRowMovingEnabled&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#rowMovingEnabled"&gt;rowMovingEnabled&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::selectionMode</name>
- <doc href="ntqtable.html#selectionMode-prop">
+ <name>TQTable::selectionMode</name>
+ <doc href="tqtable.html#selectionMode-prop">
&lt;p&gt;This property holds the current selection mode.
-&lt;p&gt;The default mode is &lt;a href="ntqtable.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; which allows the user to select
+&lt;p&gt;The default mode is &lt;a href="tqtable.html#SelectionMode-enum"&gt;Multi&lt;/a&gt; which allows the user to select
multiple ranges of cells.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqtable.html#SelectionMode-enum"&gt;SelectionMode&lt;/a&gt; and &lt;a href="ntqtable.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtable.html#SelectionMode-enum"&gt;SelectionMode&lt;/a&gt; and &lt;a href="tqtable.html#selectionMode-prop"&gt;selectionMode&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setSelectionMode"&gt;setSelectionMode&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#selectionMode"&gt;selectionMode&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::showGrid</name>
- <doc href="ntqtable.html#showGrid-prop">
+ <name>TQTable::showGrid</name>
+ <doc href="tqtable.html#showGrid-prop">
&lt;p&gt;This property holds whether the table's grid is displayed.
&lt;p&gt;The grid is shown by default.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setShowGrid"&gt;setShowGrid&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#showGrid"&gt;showGrid&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setShowGrid"&gt;setShowGrid&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#showGrid"&gt;showGrid&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTable::sorting</name>
- <doc href="ntqtable.html#sorting-prop">
+ <name>TQTable::sorting</name>
+ <doc href="tqtable.html#sorting-prop">
&lt;p&gt;This property holds whether a click on the header of a column sorts that column.
-&lt;p&gt;Set this property's value with &lt;a href="ntqtable.html#setSorting"&gt;setSorting&lt;/a&gt;() and get this property's value with &lt;a href="ntqtable.html#sorting"&gt;sorting&lt;/a&gt;().
-&lt;p&gt;&lt;p&gt;See also &lt;a href="ntqtable.html#sortColumn"&gt;sortColumn&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtable.html#setSorting"&gt;setSorting&lt;/a&gt;() and get this property's value with &lt;a href="tqtable.html#sorting"&gt;sorting&lt;/a&gt;().
+&lt;p&gt;&lt;p&gt;See also &lt;a href="tqtable.html#sortColumn"&gt;sortColumn&lt;/a&gt;().
</doc>
</property>
@@ -4297,7 +4297,7 @@ entry of the &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt; to set
typically gray), but some need to use &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteBase&lt;/a&gt; (the
background color for text output, typically white) or another
role.
-&lt;p&gt; &lt;a href="ntqlistbox.html"&gt;QListBox&lt;/a&gt;, which is "sunken" and uses the base color to contrast
+&lt;p&gt; &lt;a href="tqlistbox.html"&gt;TQListBox&lt;/a&gt;, which is "sunken" and uses the base color to contrast
with its environment, does this in its constructor:
&lt;p&gt; &lt;pre&gt;
&lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;( &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteBase&lt;/a&gt; );
@@ -5037,10 +5037,10 @@ widget can be freely resized, but prefers to be the size
specify that they may stretch horizontally, but are fixed
vertically. The same applies to lineedit controls (such as
&lt;a href="tqlineedit.html"&gt;TQLineEdit&lt;/a&gt;, &lt;a href="tqspinbox.html"&gt;TQSpinBox&lt;/a&gt; or an editable &lt;a href="tqcombobox.html"&gt;TQComboBox&lt;/a&gt;) and other
-horizontally orientated widgets (such as &lt;a href="ntqprogressbar.html"&gt;QProgressBar&lt;/a&gt;).
+horizontally orientated widgets (such as &lt;a href="tqprogressbar.html"&gt;TQProgressBar&lt;/a&gt;).
&lt;a href="tqtoolbutton.html"&gt;TQToolButton&lt;/a&gt;'s are normally square, so they allow growth in both
directions. Widgets that support different directions (such as
-&lt;a href="tqslider.html"&gt;TQSlider&lt;/a&gt;, &lt;a href="tqscrollbar.html"&gt;TQScrollBar&lt;/a&gt; or &lt;a href="ntqheader.html"&gt;QHeader&lt;/a&gt;) specify stretching in the
+&lt;a href="tqslider.html"&gt;TQSlider&lt;/a&gt;, &lt;a href="tqscrollbar.html"&gt;TQScrollBar&lt;/a&gt; or &lt;a href="tqheader.html"&gt;TQHeader&lt;/a&gt;) specify stretching in the
respective direction only. Widgets that can provide scrollbars
(usually subclasses of &lt;a href="tqscrollview.html"&gt;TQScrollView&lt;/a&gt;) tend to specify that they can
use additional space, and that they can make do with less than
@@ -5174,12 +5174,12 @@ for an overview of top-level widget geometry.
</doc>
</property>
<property>
- <name>QWizard::titleFont</name>
- <doc href="ntqwizard.html#titleFont-prop">
+ <name>TQWizard::titleFont</name>
+ <doc href="tqwizard.html#titleFont-prop">
&lt;p&gt;This property holds the font used for page titles.
&lt;p&gt;The default is &lt;a href="ntqapplication.html#font"&gt;QApplication::font&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqwizard.html#setTitleFont"&gt;setTitleFont&lt;/a&gt;() and get this property's value with &lt;a href="ntqwizard.html#titleFont"&gt;titleFont&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqwizard.html#setTitleFont"&gt;setTitleFont&lt;/a&gt;() and get this property's value with &lt;a href="tqwizard.html#titleFont"&gt;titleFont&lt;/a&gt;().
</doc>
</property>
<property>