summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs126
1 files changed, 63 insertions, 63 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 0dc2c594c..a48622099 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -3,7 +3,7 @@
<name>TQAction::accel</name>
<doc href="tqaction.html#accel-prop">
&lt;p&gt;This property holds the action's accelerator key.
-&lt;p&gt;The keycodes can be found in &lt;a href="ntqt.html#Key-enum"&gt;TQt::Key&lt;/a&gt; and &lt;a href="ntqt.html#Modifier-enum"&gt;TQt::Modifier&lt;/a&gt;. There
+&lt;p&gt;The keycodes can be found in &lt;a href="tqt.html#Key-enum"&gt;TQt::Key&lt;/a&gt; and &lt;a href="tqt.html#Modifier-enum"&gt;TQt::Modifier&lt;/a&gt;. There
is no default accelerator key.
&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#accel"&gt;accel&lt;/a&gt;().
@@ -680,7 +680,7 @@ update operations occur immediately.
<doc href="tqdatatable.html#dateFormat-prop">
&lt;p&gt;This property holds the format used for displaying date/time values.
&lt;p&gt;The dateFormat property is used for displaying date/time values in
-the table. The default value is &lt;a href="ntqt.html#DateFormat-enum"&gt;TQt::LocalDate&lt;/a&gt;.
+the table. The default value is &lt;a href="tqt.html#DateFormat-enum"&gt;TQt::LocalDate&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqdatatable.html#setDateFormat"&gt;setDateFormat&lt;/a&gt;() and get this property's value with &lt;a href="tqdatatable.html#dateFormat"&gt;dateFormat&lt;/a&gt;().
</doc>
@@ -1406,14 +1406,14 @@ frame and the outermost pixel of &lt;a href="tqframe.html#contentsRect"&gt;conte
alignment can be specified by the alignment parameter.
&lt;p&gt; The alignment is one of the following flags:
&lt;ul&gt;
-&lt;li&gt; &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignAuto&lt;/a&gt; aligns the title according to the language,
+&lt;li&gt; &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignAuto&lt;/a&gt; aligns the title according to the language,
usually to the left.
-&lt;li&gt; &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt; aligns the title text to the left.
-&lt;li&gt; &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignRight&lt;/a&gt; aligns the title text to the right.
-&lt;li&gt; &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignHCenter&lt;/a&gt; aligns the title text centered.
+&lt;li&gt; &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt; aligns the title text to the left.
+&lt;li&gt; &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignRight&lt;/a&gt; aligns the title text to the right.
+&lt;li&gt; &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignHCenter&lt;/a&gt; aligns the title text centered.
&lt;/ul&gt;
-&lt;p&gt; The default alignment is &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignAuto&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;.
+&lt;p&gt; The default alignment is &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignAuto&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqgroupbox.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="tqgroupbox.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
@@ -1531,7 +1531,7 @@ pixel.
<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
+&lt;p&gt;The orientation is either &lt;a href="tqt.html#Orientation-enum"&gt;Vertical&lt;/a&gt; or &lt;a href="tqt.html#Orientation-enum"&gt;Horizontal&lt;/a&gt; (the
default).
&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.
@@ -1837,16 +1837,16 @@ of 0.
<name>TQLabel::alignment</name>
<doc href="tqlabel.html#alignment-prop">
&lt;p&gt;This property holds the alignment of the label's contents.
-&lt;p&gt;The alignment is a bitwise OR of &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt; and &lt;a href="ntqt.html#TextFlags-enum"&gt;TQt::TextFlags&lt;/a&gt; values. The &lt;a href="ntqt.html#TextFlags-enum"&gt;ExpandTabs&lt;/a&gt;, &lt;a href="ntqt.html#TextFlags-enum"&gt;SingleLine&lt;/a&gt; and &lt;a href="ntqt.html#TextFlags-enum"&gt;ShowPrefix&lt;/a&gt; flags apply only if the label contains plain text;
-otherwise they are ignored. The &lt;a href="ntqt.html#TextFlags-enum"&gt;DontClip&lt;/a&gt; flag is always
-ignored. &lt;a href="ntqt.html#TextFlags-enum"&gt;WordBreak&lt;/a&gt; applies to both rich text and plain text
-labels. The &lt;a href="ntqt.html#TextFlags-enum"&gt;BreakAnywhere&lt;/a&gt; flag is not supported in TQLabel.
-&lt;p&gt; If the label has a buddy, the &lt;a href="ntqt.html#TextFlags-enum"&gt;ShowPrefix&lt;/a&gt; flag is forced to
+&lt;p&gt;The alignment is a bitwise OR of &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt; and &lt;a href="tqt.html#TextFlags-enum"&gt;TQt::TextFlags&lt;/a&gt; values. The &lt;a href="tqt.html#TextFlags-enum"&gt;ExpandTabs&lt;/a&gt;, &lt;a href="tqt.html#TextFlags-enum"&gt;SingleLine&lt;/a&gt; and &lt;a href="tqt.html#TextFlags-enum"&gt;ShowPrefix&lt;/a&gt; flags apply only if the label contains plain text;
+otherwise they are ignored. The &lt;a href="tqt.html#TextFlags-enum"&gt;DontClip&lt;/a&gt; flag is always
+ignored. &lt;a href="tqt.html#TextFlags-enum"&gt;WordBreak&lt;/a&gt; applies to both rich text and plain text
+labels. The &lt;a href="tqt.html#TextFlags-enum"&gt;BreakAnywhere&lt;/a&gt; flag is not supported in TQLabel.
+&lt;p&gt; If the label has a buddy, the &lt;a href="tqt.html#TextFlags-enum"&gt;ShowPrefix&lt;/a&gt; flag is forced to
TRUE.
&lt;p&gt; The default alignment is &lt;tt&gt;AlignAuto | AlignVCenter | ExpandTabs&lt;/tt&gt;
if the label doesn't have a buddy and &lt;tt&gt;AlignAuto | AlignVCenter | ExpandTabs | ShowPrefix&lt;/tt&gt; if the label has a buddy. If the label
-contains rich text, additionally &lt;a href="ntqt.html#TextFlags-enum"&gt;WordBreak&lt;/a&gt; is turned on.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;, &lt;a href="tqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="tqlabel.html#text-prop"&gt;text&lt;/a&gt;.
+contains rich text, additionally &lt;a href="tqt.html#TextFlags-enum"&gt;WordBreak&lt;/a&gt; is turned on.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;, &lt;a href="tqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="tqlabel.html#text-prop"&gt;text&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
@@ -1856,9 +1856,9 @@ contains rich text, additionally &lt;a href="ntqt.html#TextFlags-enum"&gt;WordBr
<doc href="tqlabel.html#indent-prop">
&lt;p&gt;This property holds the label's text indent in pixels.
&lt;p&gt;If a label displays text, the indent applies to the left edge if
-&lt;a href="tqlabel.html#alignment"&gt;alignment&lt;/a&gt;() is &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt;, to the right edge if alignment() is
-&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;a href="tqlabel.html#alignment"&gt;alignment&lt;/a&gt;() is &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt;, to the right edge if alignment() is
+&lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignRight&lt;/a&gt;, to the top edge if alignment() is &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignTop&lt;/a&gt;, and
+to to the bottom edge if alignment() is &lt;a href="tqt.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="tqframe.html#frameWidth"&gt;frameWidth&lt;/a&gt;() is 0,
the effective indent becomes 0. If frameWidth() is greater than 0,
@@ -1901,7 +1901,7 @@ pixmap to fill the available space.
the text clears any previous content, unless they are the same.
&lt;p&gt; The text will be interpreted either as a plain text or as a rich
text, depending on the text format setting; see &lt;a href="tqlabel.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;().
-The default setting is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, i.e. TQLabel will try to
+The default setting is &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, i.e. TQLabel will try to
auto-detect the format of the text set.
&lt;p&gt; If the text is interpreted as a plain text and a buddy has been
set, the buddy accelerator key is updated from the new text.
@@ -1921,9 +1921,9 @@ and can also provide a scrollbar when necessary.
<name>TQLabel::textFormat</name>
<doc href="tqlabel.html#textFormat-prop">
&lt;p&gt;This property holds the label's text format.
-&lt;p&gt;See the &lt;a href="ntqt.html#TextFormat-enum"&gt;TQt::TextFormat&lt;/a&gt; enum for an explanation of the possible
+&lt;p&gt;See the &lt;a href="tqt.html#TextFormat-enum"&gt;TQt::TextFormat&lt;/a&gt; enum for an explanation of the possible
options.
-&lt;p&gt; The default format is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;.
+&lt;p&gt; The default format is &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlabel.html#text-prop"&gt;text&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#textFormat"&gt;textFormat&lt;/a&gt;().
@@ -1975,10 +1975,10 @@ should not override the widget's spacing.
<name>TQLineEdit::alignment</name>
<doc href="tqlineedit.html#alignment-prop">
&lt;p&gt;This property holds the alignment of the line edit.
-&lt;p&gt;Possible Values are &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignAuto&lt;/a&gt;, &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignLeft&lt;/a&gt;, &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignRight&lt;/a&gt; and &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignHCenter&lt;/a&gt;.
+&lt;p&gt;Possible Values are &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignAuto&lt;/a&gt;, &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignLeft&lt;/a&gt;, &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignRight&lt;/a&gt; and &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignHCenter&lt;/a&gt;.
&lt;p&gt; Attempting to set the alignment to an illegal flag combination
does nothing.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqlineedit.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="tqlineedit.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
@@ -2492,7 +2492,7 @@ views.
&lt;p&gt;If TRUE (the default), the user will be able to move movable dock
windows from one TQMainWindow dock area to another, including the
&lt;tt&gt;TearOff&lt;/tt&gt; area (i.e. where the dock window floats freely as a
-window in its own right), and the &lt;a href="ntqt.html#Dock-enum"&gt;Minimized&lt;/a&gt; area (where only
+window in its own right), and the &lt;a href="tqt.html#Dock-enum"&gt;Minimized&lt;/a&gt; area (where only
the dock window's handle is shown below the menu bar). Moveable
dock windows can also be moved within TQMainWindow dock areas, i.e.
to rearrange them within a dock area.
@@ -2628,7 +2628,7 @@ Windows GUI styles; you may want to draw two pixmaps.
<doc href="tqmessagebox.html#text-prop">
&lt;p&gt;This property holds the message box text to be displayed.
&lt;p&gt;The text will be interpreted either as a plain text or as rich
-text, depending on the text format setting (&lt;a href="tqmessagebox.html#textFormat-prop"&gt;TQMessageBox::textFormat&lt;/a&gt;). The default setting is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, i.e.
+text, depending on the text format setting (&lt;a href="tqmessagebox.html#textFormat-prop"&gt;TQMessageBox::textFormat&lt;/a&gt;). The default setting is &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, i.e.
the message box will try to auto-detect the format of the text.
&lt;p&gt; The default value of this property is &lt;a href="tqstring.html#TQString-null"&gt;TQString::null&lt;/a&gt;.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqmessagebox.html#textFormat-prop"&gt;textFormat&lt;/a&gt;.
@@ -2640,8 +2640,8 @@ the message box will try to auto-detect the format of the text.
<name>TQMessageBox::textFormat</name>
<doc href="tqmessagebox.html#textFormat-prop">
&lt;p&gt;This property holds the format of the text displayed by the message box.
-&lt;p&gt;The current text format used by the message box. See the &lt;a href="ntqt.html#TextFormat-enum"&gt;TQt::TextFormat&lt;/a&gt; enum for an explanation of the possible options.
-&lt;p&gt; The default format is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;.
+&lt;p&gt;The current text format used by the message box. See the &lt;a href="tqt.html#TextFormat-enum"&gt;TQt::TextFormat&lt;/a&gt; enum for an explanation of the possible options.
+&lt;p&gt; The default format is &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqmessagebox.html#text-prop"&gt;text&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqmessagebox.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="tqmessagebox.html#textFormat"&gt;textFormat&lt;/a&gt;().
@@ -2650,9 +2650,9 @@ the message box will try to auto-detect the format of the text.
<property>
<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;Sets the alignment to flag, which must be &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignLeft&lt;/a&gt;, &lt;a href="tqt.html#AlignmentFlags-enum"&gt;AlignHCenter&lt;/a&gt; or &lt;a href="tqt.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; &lt;p&gt;See also &lt;a href="tqt.html#AlignmentFlags-enum"&gt;TQt::AlignmentFlags&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>
@@ -3003,7 +3003,7 @@ adjusted if necessary to ensure that the range remains valid.
<name>TQScrollBar::orientation</name>
<doc href="tqscrollbar.html#orientation-prop">
&lt;p&gt;This property holds the orientation of the scroll bar.
-&lt;p&gt;The orientation must be &lt;a href="ntqt.html#Orientation-enum"&gt;TQt::Vertical&lt;/a&gt; (the default) or &lt;a href="ntqt.html#Orientation-enum"&gt;TQt::Horizontal&lt;/a&gt;.
+&lt;p&gt;The orientation must be &lt;a href="tqt.html#Orientation-enum"&gt;TQt::Vertical&lt;/a&gt; (the default) or &lt;a href="tqt.html#Orientation-enum"&gt;TQt::Horizontal&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqscrollbar.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="tqscrollbar.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>
@@ -3176,7 +3176,7 @@ if necessary, to ensure that the range remains valid.
<name>TQSlider::orientation</name>
<doc href="tqslider.html#orientation-prop">
&lt;p&gt;This property holds the slider's orientation.
-&lt;p&gt;The orientation must be &lt;a href="ntqt.html#Orientation-enum"&gt;TQt::Vertical&lt;/a&gt; (the default) or &lt;a href="ntqt.html#Orientation-enum"&gt;TQt::Horizontal&lt;/a&gt;.
+&lt;p&gt;The orientation must be &lt;a href="tqt.html#Orientation-enum"&gt;TQt::Vertical&lt;/a&gt; (the default) or &lt;a href="tqt.html#Orientation-enum"&gt;TQt::Horizontal&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqslider.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="tqslider.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>
@@ -3402,42 +3402,42 @@ you to the lowest and vice versa.
</doc>
</property>
<property>
- <name>QSplitter::childrenCollapsible</name>
- <doc href="ntqsplitter.html#childrenCollapsible-prop">
+ <name>TQSplitter::childrenCollapsible</name>
+ <doc href="tqsplitter.html#childrenCollapsible-prop">
&lt;p&gt;This property holds whether child widgets can be resized down to size 0 by the user.
&lt;p&gt;By default, children are collapsible. It is possible to enable
and disable the collapsing of individual children; see
-&lt;a href="ntqsplitter.html#setCollapsible"&gt;setCollapsible&lt;/a&gt;().
+&lt;a href="tqsplitter.html#setCollapsible"&gt;setCollapsible&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqsplitter.html#setChildrenCollapsible"&gt;setChildrenCollapsible&lt;/a&gt;() and get this property's value with &lt;a href="ntqsplitter.html#childrenCollapsible"&gt;childrenCollapsible&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqsplitter.html#setChildrenCollapsible"&gt;setChildrenCollapsible&lt;/a&gt;() and get this property's value with &lt;a href="tqsplitter.html#childrenCollapsible"&gt;childrenCollapsible&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QSplitter::handleWidth</name>
- <doc href="ntqsplitter.html#handleWidth-prop">
+ <name>TQSplitter::handleWidth</name>
+ <doc href="tqsplitter.html#handleWidth-prop">
&lt;p&gt;This property holds the width of the splitter handle.
&lt;p&gt;
-&lt;p&gt;Set this property's value with &lt;a href="ntqsplitter.html#setHandleWidth"&gt;setHandleWidth&lt;/a&gt;() and get this property's value with &lt;a href="ntqsplitter.html#handleWidth"&gt;handleWidth&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqsplitter.html#setHandleWidth"&gt;setHandleWidth&lt;/a&gt;() and get this property's value with &lt;a href="tqsplitter.html#handleWidth"&gt;handleWidth&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QSplitter::opaqueResize</name>
- <doc href="ntqsplitter.html#opaqueResize-prop">
+ <name>TQSplitter::opaqueResize</name>
+ <doc href="tqsplitter.html#opaqueResize-prop">
&lt;p&gt;This property holds whether resizing is opaque.
&lt;p&gt;Opaque resizing is off by default.
-&lt;p&gt;Set this property's value with &lt;a href="ntqsplitter.html#setOpaqueResize"&gt;setOpaqueResize&lt;/a&gt;() and get this property's value with &lt;a href="ntqsplitter.html#opaqueResize"&gt;opaqueResize&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqsplitter.html#setOpaqueResize"&gt;setOpaqueResize&lt;/a&gt;() and get this property's value with &lt;a href="tqsplitter.html#opaqueResize"&gt;opaqueResize&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QSplitter::orientation</name>
- <doc href="ntqsplitter.html#orientation-prop">
+ <name>TQSplitter::orientation</name>
+ <doc href="tqsplitter.html#orientation-prop">
&lt;p&gt;This property holds the orientation of the splitter.
&lt;p&gt;By default the orientation is horizontal (the widgets are side by
-side). The possible orientations are &lt;a href="ntqt.html#Orientation-enum"&gt;Horizontal&lt;/a&gt; and
-&lt;a href="ntqt.html#Orientation-enum"&gt;Vertical&lt;/a&gt;.
+side). The possible orientations are &lt;a href="tqt.html#Orientation-enum"&gt;Horizontal&lt;/a&gt; and
+&lt;a href="tqt.html#Orientation-enum"&gt;Vertical&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqsplitter.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="ntqsplitter.html#orientation"&gt;orientation&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqsplitter.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="tqsplitter.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>
</property>
<property>
@@ -3843,7 +3843,7 @@ to disable all automatic formatting.
<name>TQTextEdit::documentTitle</name>
<doc href="tqtextedit.html#documentTitle-prop">
&lt;p&gt;This property holds the title of the document parsed from the text.
-&lt;p&gt;For &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; the title will be an empty string. For &lt;a href="ntqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt; the title will be the text between the &lt;tt&gt;&amp;lt;title&amp;gt;&lt;/tt&gt; tags,
+&lt;p&gt;For &lt;a href="tqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; the title will be an empty string. For &lt;a href="tqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt; the title will be the text between the &lt;tt&gt;&amp;lt;title&amp;gt;&lt;/tt&gt; tags,
if present, otherwise an empty string.
&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#documentTitle"&gt;documentTitle&lt;/a&gt;().
@@ -3921,8 +3921,8 @@ text and select text; modifying the text is not possible.
<name>TQTextEdit::selectedText</name>
<doc href="tqtextedit.html#selectedText-prop">
&lt;p&gt;This property holds the selected text (from selection 0) or an empty string if there is no currently selected text (in selection 0).
-&lt;p&gt;The text is always returned as &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; if the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;() is
-&lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, otherwise it is returned as HTML.
+&lt;p&gt;The text is always returned as &lt;a href="tqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; if the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;() is
+&lt;a href="tqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;, otherwise it is returned as HTML.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtextedit.html#hasSelectedText-prop"&gt;hasSelectedText&lt;/a&gt;.
&lt;p&gt;Get this property's value with &lt;a href="tqtextedit.html#selectedText"&gt;selectedText&lt;/a&gt;().
@@ -3953,7 +3953,7 @@ the focus chain. The default is FALSE.
&lt;p&gt;There is no default text.
&lt;p&gt; On setting, any previous text is deleted.
&lt;p&gt; The text may be interpreted either as plain text or as rich text,
-depending on the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;(). The default setting is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;,
+depending on the &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;(). The default setting is &lt;a href="tqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;,
i.e. the text edit auto-detects the format of the text.
&lt;p&gt; For richtext, calling &lt;a href="tqtextedit.html#text"&gt;text&lt;/a&gt;() on an editable TQTextEdit will cause
the text to be regenerated from the textedit. This may mean that
@@ -3980,7 +3980,7 @@ defined in the default stylesheet &lt;a href="tqstylesheet.html#defaultSheet"&gt
limited set of formatting tags (color, bold, underline and italic
settings).
&lt;li&gt; AutoText - this is the default. The text edit autodetects which
-rendering style is best, &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="ntqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt;. This is done
+rendering style is best, &lt;a href="tqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="tqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt;. This is done
by using the &lt;a href="tqstylesheet.html#mightBeRichText"&gt;TQStyleSheet::mightBeRichText&lt;/a&gt;() function.
&lt;/ul&gt;
@@ -4293,21 +4293,21 @@ background mode.
&lt;p&gt;This property holds the color role used for painting the background of the widget.
&lt;p&gt;setPaletteBackgroundColor() reads this property to determine which
entry of the &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt; to set.
-&lt;p&gt; For most widgets the default suffices (&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteBackground&lt;/a&gt;,
-typically gray), but some need to use &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteBase&lt;/a&gt; (the
+&lt;p&gt; For most widgets the default suffices (&lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteBackground&lt;/a&gt;,
+typically gray), but some need to use &lt;a href="tqt.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="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; );
+ &lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;( &lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteBase&lt;/a&gt; );
&lt;/pre&gt;
&lt;p&gt; You will never need to set the background mode of a built-in
widget in Qt, but you might consider setting it in your custom
widgets, so that &lt;a href="tqwidget.html#setPaletteBackgroundColor"&gt;setPaletteBackgroundColor&lt;/a&gt;() works as expected.
&lt;p&gt; Note that two of the BackgroundMode values make no sense for
-&lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;(), namely &lt;a href="ntqt.html#BackgroundMode-enum"&gt;FixedPixmap&lt;/a&gt; and &lt;a href="ntqt.html#BackgroundMode-enum"&gt;FixedColor&lt;/a&gt;. You
+&lt;a href="tqwidget.html#setBackgroundMode"&gt;setBackgroundMode&lt;/a&gt;(), namely &lt;a href="tqt.html#BackgroundMode-enum"&gt;FixedPixmap&lt;/a&gt; and &lt;a href="tqt.html#BackgroundMode-enum"&gt;FixedColor&lt;/a&gt;. You
must call &lt;a href="tqwidget.html#setBackgroundPixmap"&gt;setBackgroundPixmap&lt;/a&gt;() and setPaletteBackgroundColor()
instead.
@@ -4391,11 +4391,11 @@ inactive widget has the &lt;a href="tqpalette.html#inactive"&gt;TQPalette::inact
<doc href="tqwidget.html#cursor-prop">
&lt;p&gt;This property holds the cursor shape for this widget.
&lt;p&gt;The mouse cursor will assume this shape when it's over this
-widget. See the &lt;a href="ntqt.html#CursorShape-enum"&gt;list of predefined cursor
+widget. See the &lt;a href="tqt.html#CursorShape-enum"&gt;list of predefined cursor
objects&lt;/a&gt; for a range of useful shapes.
&lt;p&gt; An editor widget might use an I-beam cursor:
&lt;pre&gt;
- &lt;a href="tqwidget.html#setCursor"&gt;setCursor&lt;/a&gt;( &lt;a href="ntqt.html#CursorShape-enum"&gt;IbeamCursor&lt;/a&gt; );
+ &lt;a href="tqwidget.html#setCursor"&gt;setCursor&lt;/a&gt;( &lt;a href="tqt.html#CursorShape-enum"&gt;IbeamCursor&lt;/a&gt; );
&lt;/pre&gt;
&lt;p&gt; If no cursor has been set, or after a call to &lt;a href="tqwidget.html#unsetCursor"&gt;unsetCursor&lt;/a&gt;(), the
@@ -4663,7 +4663,7 @@ getting any input.
<name>TQWidget::isPopup</name>
<doc href="tqwidget.html#isPopup-prop">
&lt;p&gt;This property holds whether the widget is a popup widget.
-&lt;p&gt;A popup widget is created by specifying the &lt;a href="ntqt.html#WidgetFlags"&gt;widget flag&lt;/a&gt; &lt;a href="ntqt.html#WidgetFlags-enum"&gt;WType_Popup&lt;/a&gt; to the widget constructor. A popup widget is also a
+&lt;p&gt;A popup widget is created by specifying the &lt;a href="tqt.html#WidgetFlags"&gt;widget flag&lt;/a&gt; &lt;a href="tqt.html#WidgetFlags-enum"&gt;WType_Popup&lt;/a&gt; to the widget constructor. A popup widget is also a
top-level widget.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#isTopLevel-prop"&gt;isTopLevel&lt;/a&gt;.
@@ -4683,7 +4683,7 @@ etc. If supported by the window manager, it will also have a
common taskbar entry with its parent.
&lt;p&gt; &lt;a href="tqdialog.html"&gt;TQDialog&lt;/a&gt; and &lt;a href="tqmainwindow.html"&gt;TQMainWindow&lt;/a&gt; widgets are by default top-level, even if
a parent widget is specified in the constructor. This behavior is
-specified by the &lt;a href="ntqt.html#WidgetFlags-enum"&gt;WType_TopLevel&lt;/a&gt; widget flag.
+specified by the &lt;a href="tqt.html#WidgetFlags-enum"&gt;WType_TopLevel&lt;/a&gt; widget flag.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#topLevelWidget"&gt;topLevelWidget&lt;/a&gt;(), &lt;a href="tqwidget.html#isDialog-prop"&gt;isDialog&lt;/a&gt;, &lt;a href="tqwidget.html#isModal-prop"&gt;isModal&lt;/a&gt;, &lt;a href="tqwidget.html#isPopup-prop"&gt;isPopup&lt;/a&gt;, &lt;a href="tqwidget.html#isDesktop-prop"&gt;isDesktop&lt;/a&gt;, and &lt;a href="tqwidget.html#parentWidget"&gt;parentWidget&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#isTopLevel"&gt;isTopLevel&lt;/a&gt;().
@@ -4879,7 +4879,7 @@ background and foreground appearance only.
convenience function that creates and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&lt;/a&gt;
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
-&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
+&lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a background pixmap (set using
&lt;a href="tqwidget.html#setPaletteBackgroundPixmap"&gt;setPaletteBackgroundPixmap&lt;/a&gt;()), then the return value of this
function is indeterminate.
@@ -4898,7 +4898,7 @@ function is indeterminate.
convenience function that creates and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&lt;/a&gt;
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
-&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the pixmap used for the palette's
+&lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the pixmap used for the palette's
&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a plain background color (set using
&lt;a href="tqwidget.html#setPaletteBackgroundColor"&gt;setPaletteBackgroundColor&lt;/a&gt;()), then this function returns 0.
@@ -4914,7 +4914,7 @@ widget's background mode. For example, if the background mode is
&lt;p&gt;setPaletteForegroundColor() is a convenience function that creates
and sets a modified &lt;a href="tqpalette.html"&gt;TQPalette&lt;/a&gt; with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is
modified according to the widget's &lt;em&gt;background mode&lt;/em&gt;. For
-example, if the background mode is &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the palette entry
+example, if the background mode is &lt;a href="tqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the palette entry
&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::ButtonText&lt;/a&gt; is set to color.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, &lt;a href="ntqapplication.html#setPalette"&gt;QApplication::setPalette&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, &lt;a href="tqwidget.html#foregroundColor"&gt;foregroundColor&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, and &lt;a href="tqwidget.html#setEraseColor"&gt;setEraseColor&lt;/a&gt;().