summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/propertydocs
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs66
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 880ccbf5f..cc448070f 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -143,7 +143,7 @@ appear at all.
action. The text may contain rich text (HTML-like tags -- see
&lt;a href="tqstylesheet.html"&gt;TQStyleSheet&lt;/a&gt; for the list of supported tags). There is no default
"What's This" text.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqwhatsthis.html"&gt;QWhatsThis&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwhatsthis.html"&gt;TQWhatsThis&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="tqaction.html#setWhatsThis"&gt;setWhatsThis&lt;/a&gt;() and get this property's value with &lt;a href="tqaction.html#whatsThis"&gt;whatsThis&lt;/a&gt;().
</doc>
@@ -1834,29 +1834,29 @@ of 0.
</doc>
</property>
<property>
- <name>QLabel::alignment</name>
- <doc href="ntqlabel.html#alignment-prop">
+ <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 QLabel.
+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
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="ntqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="ntqlabel.html#text-prop"&gt;text&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;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="ntqlabel.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#alignment"&gt;alignment&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>
</property>
<property>
- <name>QLabel::indent</name>
- <doc href="ntqlabel.html#indent-prop">
+ <name>TQLabel::indent</name>
+ <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="ntqlabel.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="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;p&gt; If indent is negative, or if no indent has been set, the label
@@ -1864,69 +1864,69 @@ computes the effective indent as follows: If &lt;a href="ntqframe.html#frameWidt
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="ntqlabel.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="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;Set this property's value with &lt;a href="ntqlabel.html#setIndent"&gt;setIndent&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#indent"&gt;indent&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>
</property>
<property>
- <name>QLabel::pixmap</name>
- <doc href="ntqlabel.html#pixmap-prop">
+ <name>TQLabel::pixmap</name>
+ <doc href="tqlabel.html#pixmap-prop">
&lt;p&gt;This property holds the label's pixmap.
&lt;p&gt;If no pixmap has been set this will return an invalid pixmap.
&lt;p&gt; Setting the pixmap clears any previous content, and resizes the
-label if &lt;a href="ntqlabel.html#autoResize"&gt;QLabel::autoResize&lt;/a&gt;() is TRUE. The buddy accelerator,
+label if &lt;a href="tqlabel.html#autoResize"&gt;TQLabel::autoResize&lt;/a&gt;() is TRUE. The buddy accelerator,
if any, is disabled.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlabel.html#setPixmap"&gt;setPixmap&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#pixmap"&gt;pixmap&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setPixmap"&gt;setPixmap&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#pixmap"&gt;pixmap&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QLabel::scaledContents</name>
- <doc href="ntqlabel.html#scaledContents-prop">
+ <name>TQLabel::scaledContents</name>
+ <doc href="tqlabel.html#scaledContents-prop">
&lt;p&gt;This property holds whether the label will scale its contents to fill all available space.
&lt;p&gt;When enabled and the label shows a pixmap, it will scale the
pixmap to fill the available space.
&lt;p&gt; This property's default is FALSE.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlabel.html#scaledContents-prop"&gt;scaledContents&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlabel.html#scaledContents-prop"&gt;scaledContents&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlabel.html#setScaledContents"&gt;setScaledContents&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#hasScaledContents"&gt;hasScaledContents&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setScaledContents"&gt;setScaledContents&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#hasScaledContents"&gt;hasScaledContents&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QLabel::text</name>
- <doc href="ntqlabel.html#text-prop">
+ <name>TQLabel::text</name>
+ <doc href="tqlabel.html#text-prop">
&lt;p&gt;This property holds the label's text.
&lt;p&gt;If no text has been set this will return an empty string. Setting
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="ntqlabel.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. QLabel will try to
+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
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.
&lt;p&gt; The label resizes itself if auto-resizing is enabled.
-&lt;p&gt; Note that Qlabel is well-suited to display small rich text
+&lt;p&gt; Note that TQLabel is well-suited to display small rich text
documents, i.e. those small documents that get their document
specific settings (font, text color, link color) from the label's
palette and font properties. For large documents, use &lt;a href="tqtextedit.html"&gt;TQTextEdit&lt;/a&gt;
in read-only mode instead. TQTextEdit will flicker less on resize
and can also provide a scrollbar when necessary.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlabel.html#textFormat-prop"&gt;textFormat&lt;/a&gt;, &lt;a href="ntqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="ntqlabel.html#alignment-prop"&gt;alignment&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqlabel.html#textFormat-prop"&gt;textFormat&lt;/a&gt;, &lt;a href="tqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="tqlabel.html#alignment-prop"&gt;alignment&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="ntqlabel.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#text"&gt;text&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqlabel.html#setText"&gt;setText&lt;/a&gt;() and get this property's value with &lt;a href="tqlabel.html#text"&gt;text&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QLabel::textFormat</name>
- <doc href="ntqlabel.html#textFormat-prop">
+ <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
options.
&lt;p&gt; The default format is &lt;a href="ntqt.html#TextFormat-enum"&gt;AutoText&lt;/a&gt;.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqlabel.html#text-prop"&gt;text&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="ntqlabel.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="ntqlabel.html#textFormat"&gt;textFormat&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;().
</doc>
</property>
<property>
@@ -4414,12 +4414,12 @@ on top-level widgets.
which means the widget will not receive any events in Whats This
mode.
&lt;p&gt; The widget may leave What's This mode by calling
-&lt;a href="ntqwhatsthis.html#leaveWhatsThisMode"&gt;QWhatsThis::leaveWhatsThisMode&lt;/a&gt;(), with or without actually
+&lt;a href="tqwhatsthis.html#leaveWhatsThisMode"&gt;TQWhatsThis::leaveWhatsThisMode&lt;/a&gt;(), with or without actually
displaying any help text.
&lt;p&gt; You can also reimplement customWhatsThis() if your widget is a
"passive interactor" supposed to work under all circumstances.
-Simply don't call QWhatsThis::leaveWhatsThisMode() in that case.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqwhatsthis.html#inWhatsThisMode"&gt;QWhatsThis::inWhatsThisMode&lt;/a&gt;() and &lt;a href="ntqwhatsthis.html#leaveWhatsThisMode"&gt;QWhatsThis::leaveWhatsThisMode&lt;/a&gt;().
+Simply don't call TQWhatsThis::leaveWhatsThisMode() in that case.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwhatsthis.html#inWhatsThisMode"&gt;TQWhatsThis::inWhatsThisMode&lt;/a&gt;() and &lt;a href="tqwhatsthis.html#leaveWhatsThisMode"&gt;TQWhatsThis::leaveWhatsThisMode&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="tqwidget.html#customWhatsThis"&gt;customWhatsThis&lt;/a&gt;().
</doc>