summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/html/propertydocs
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 09f37cb2..c1defe37 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -3,7 +3,7 @@
<name>QAction::accel</name>
<doc href="ntqaction.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;Qt::Key&lt;/a&gt; and &lt;a href="ntqt.html#Modifier-enum"&gt;Qt::Modifier&lt;/a&gt;. There
+&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
is no default accelerator key.
&lt;p&gt;Set this property's value with &lt;a href="ntqaction.html#setAccel"&gt;setAccel&lt;/a&gt;() and get this property's value with &lt;a href="ntqaction.html#accel"&gt;accel&lt;/a&gt;().
@@ -737,7 +737,7 @@ update operations occur immediately.
<doc href="ntqdatatable.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;Qt::LocalDate&lt;/a&gt;.
+the table. The default value is &lt;a href="ntqt.html#DateFormat-enum"&gt;TQt::LocalDate&lt;/a&gt;.
&lt;p&gt;Set this property's value with &lt;a href="ntqdatatable.html#setDateFormat"&gt;setDateFormat&lt;/a&gt;() and get this property's value with &lt;a href="ntqdatatable.html#dateFormat"&gt;dateFormat&lt;/a&gt;().
</doc>
@@ -1470,7 +1470,7 @@ usually to the left.
&lt;li&gt; &lt;a href="ntqt.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;Qt::AlignmentFlags&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;Set this property's value with &lt;a href="ntqgroupbox.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="ntqgroupbox.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
@@ -1894,7 +1894,7 @@ of 0.
<name>QLabel::alignment</name>
<doc href="ntqlabel.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;Qt::AlignmentFlags&lt;/a&gt; and &lt;a href="ntqt.html#TextFlags-enum"&gt;Qt::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;
+&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.
@@ -1903,7 +1903,7 @@ 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;Qt::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="ntqlabel.html#setBuddy"&gt;setBuddy&lt;/a&gt;(), and &lt;a href="ntqlabel.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;().
</doc>
@@ -1978,7 +1978,7 @@ and can also provide a scrollbar when necessary.
<name>QLabel::textFormat</name>
<doc href="ntqlabel.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;Qt::TextFormat&lt;/a&gt; enum for an explanation of the possible
+&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;.
@@ -2032,10 +2032,10 @@ should not override the widget's spacing.
<name>QLineEdit::alignment</name>
<doc href="ntqlineedit.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;Qt::AlignAuto&lt;/a&gt;, &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;Qt::AlignLeft&lt;/a&gt;, &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;Qt::AlignRight&lt;/a&gt; and &lt;a href="ntqt.html#AlignmentFlags-enum"&gt;Qt::AlignHCenter&lt;/a&gt;.
+&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; 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;Qt::AlignmentFlags&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;Set this property's value with &lt;a href="ntqlineedit.html#setAlignment"&gt;setAlignment&lt;/a&gt;() and get this property's value with &lt;a href="ntqlineedit.html#alignment"&gt;alignment&lt;/a&gt;().
</doc>
@@ -2697,7 +2697,7 @@ the message box will try to auto-detect the format of the text.
<name>QMessageBox::textFormat</name>
<doc href="ntqmessagebox.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;Qt::TextFormat&lt;/a&gt; enum for an explanation of the possible options.
+&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; &lt;p&gt;See also &lt;a href="ntqmessagebox.html#text-prop"&gt;text&lt;/a&gt;.
@@ -2709,7 +2709,7 @@ the message box will try to auto-detect the format of the text.
<doc href="ntqmultilineedit.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;Qt::AlignmentFlags&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;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;().
</doc>
@@ -3060,7 +3060,7 @@ adjusted if necessary to ensure that the range remains valid.
<name>QScrollBar::orientation</name>
<doc href="ntqscrollbar.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;Qt::Vertical&lt;/a&gt; (the default) or &lt;a href="ntqt.html#Orientation-enum"&gt;Qt::Horizontal&lt;/a&gt;.
+&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;Set this property's value with &lt;a href="ntqscrollbar.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="ntqscrollbar.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>
@@ -3233,7 +3233,7 @@ if necessary, to ensure that the range remains valid.
<name>QSlider::orientation</name>
<doc href="ntqslider.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;Qt::Vertical&lt;/a&gt; (the default) or &lt;a href="ntqt.html#Orientation-enum"&gt;Qt::Horizontal&lt;/a&gt;.
+&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;Set this property's value with &lt;a href="ntqslider.html#setOrientation"&gt;setOrientation&lt;/a&gt;() and get this property's value with &lt;a href="ntqslider.html#orientation"&gt;orientation&lt;/a&gt;().
</doc>