summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs90
1 files changed, 45 insertions, 45 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index efed087fd..587e6962f 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -772,72 +772,72 @@ table. The default value is "True".
</doc>
</property>
<property>
- <name>QDateEdit::autoAdvance</name>
- <doc href="qdateedit.html#autoAdvance-prop">
+ <name>TQDateEdit::autoAdvance</name>
+ <doc href="tqdateedit.html#autoAdvance-prop">
&lt;p&gt;This property holds whether the editor automatically advances to the next section.
&lt;p&gt;If autoAdvance is TRUE, the editor will automatically advance
focus to the next date section if a user has completed a section.
The default is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="qdateedit.html#setAutoAdvance"&gt;setAutoAdvance&lt;/a&gt;() and get this property's value with &lt;a href="qdateedit.html#autoAdvance"&gt;autoAdvance&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdateedit.html#setAutoAdvance"&gt;setAutoAdvance&lt;/a&gt;() and get this property's value with &lt;a href="tqdateedit.html#autoAdvance"&gt;autoAdvance&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QDateEdit::date</name>
- <doc href="qdateedit.html#date-prop">
+ <name>TQDateEdit::date</name>
+ <doc href="tqdateedit.html#date-prop">
&lt;p&gt;This property holds the editor's date value.
&lt;p&gt;If the date property is not valid, the editor displays all zeroes
-and &lt;a href="qdateedit.html#date"&gt;QDateEdit::date&lt;/a&gt;() will return an invalid date. It is strongly
+and &lt;a href="tqdateedit.html#date"&gt;TQDateEdit::date&lt;/a&gt;() will return an invalid date. It is strongly
recommended that the editor is given a default date value (e.g.
currentDate()). That way, attempts to set the date property to an
invalid date will fail.
&lt;p&gt; When changing the date property, if the date is less than
-&lt;a href="qdateedit.html#minValue"&gt;minValue&lt;/a&gt;(), or is greater than &lt;a href="qdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;(), nothing happens.
+&lt;a href="tqdateedit.html#minValue"&gt;minValue&lt;/a&gt;(), or is greater than &lt;a href="tqdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;(), nothing happens.
-&lt;p&gt;Set this property's value with &lt;a href="qdateedit.html#setDate"&gt;setDate&lt;/a&gt;() and get this property's value with &lt;a href="qdateedit.html#date"&gt;date&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdateedit.html#setDate"&gt;setDate&lt;/a&gt;() and get this property's value with &lt;a href="tqdateedit.html#date"&gt;date&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QDateEdit::maxValue</name>
- <doc href="qdateedit.html#maxValue-prop">
+ <name>TQDateEdit::maxValue</name>
+ <doc href="tqdateedit.html#maxValue-prop">
&lt;p&gt;This property holds the editor's maximum value.
&lt;p&gt;Setting the maximum date value for the editor is equivalent to
-calling &lt;a href="qdateedit.html#setRange"&gt;QDateEdit::setRange&lt;/a&gt;( &lt;a href="qdateedit.html#minValue"&gt;minValue&lt;/a&gt;(), &lt;em&gt;d&lt;/em&gt; ), where &lt;em&gt;d&lt;/em&gt; is the
+calling &lt;a href="tqdateedit.html#setRange"&gt;TQDateEdit::setRange&lt;/a&gt;( &lt;a href="tqdateedit.html#minValue"&gt;minValue&lt;/a&gt;(), &lt;em&gt;d&lt;/em&gt; ), where &lt;em&gt;d&lt;/em&gt; is the
maximum date. The default maximum date is 8000-12-31.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qdateedit.html#minValue-prop"&gt;minValue&lt;/a&gt; and &lt;a href="qdateedit.html#setRange"&gt;setRange&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqdateedit.html#minValue-prop"&gt;minValue&lt;/a&gt; and &lt;a href="tqdateedit.html#setRange"&gt;setRange&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="qdateedit.html#setMaxValue"&gt;setMaxValue&lt;/a&gt;() and get this property's value with &lt;a href="qdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdateedit.html#setMaxValue"&gt;setMaxValue&lt;/a&gt;() and get this property's value with &lt;a href="tqdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QDateEdit::minValue</name>
- <doc href="qdateedit.html#minValue-prop">
+ <name>TQDateEdit::minValue</name>
+ <doc href="tqdateedit.html#minValue-prop">
&lt;p&gt;This property holds the editor's minimum value.
&lt;p&gt;Setting the minimum date value is equivalent to calling
-&lt;a href="qdateedit.html#setRange"&gt;QDateEdit::setRange&lt;/a&gt;( &lt;em&gt;d&lt;/em&gt;, &lt;a href="qdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;() ), where &lt;em&gt;d&lt;/em&gt; is the minimum
+&lt;a href="tqdateedit.html#setRange"&gt;TQDateEdit::setRange&lt;/a&gt;( &lt;em&gt;d&lt;/em&gt;, &lt;a href="tqdateedit.html#maxValue"&gt;maxValue&lt;/a&gt;() ), where &lt;em&gt;d&lt;/em&gt; is the minimum
date. The default minimum date is 1752-09-14.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qdateedit.html#maxValue-prop"&gt;maxValue&lt;/a&gt; and &lt;a href="qdateedit.html#setRange"&gt;setRange&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqdateedit.html#maxValue-prop"&gt;maxValue&lt;/a&gt; and &lt;a href="tqdateedit.html#setRange"&gt;setRange&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="qdateedit.html#setMinValue"&gt;setMinValue&lt;/a&gt;() and get this property's value with &lt;a href="qdateedit.html#minValue"&gt;minValue&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdateedit.html#setMinValue"&gt;setMinValue&lt;/a&gt;() and get this property's value with &lt;a href="tqdateedit.html#minValue"&gt;minValue&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QDateEdit::order</name>
- <doc href="qdateedit.html#order-prop">
+ <name>TQDateEdit::order</name>
+ <doc href="tqdateedit.html#order-prop">
&lt;p&gt;This property holds the order in which the year, month and day appear.
&lt;p&gt;The default order is locale dependent.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qdateedit.html#Order-enum"&gt;Order&lt;/a&gt;.
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqdateedit.html#Order-enum"&gt;Order&lt;/a&gt;.
-&lt;p&gt;Set this property's value with &lt;a href="qdateedit.html#setOrder"&gt;setOrder&lt;/a&gt;() and get this property's value with &lt;a href="qdateedit.html#order"&gt;order&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdateedit.html#setOrder"&gt;setOrder&lt;/a&gt;() and get this property's value with &lt;a href="tqdateedit.html#order"&gt;order&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QDateTimeEdit::dateTime</name>
- <doc href="ntqdatetimeedit.html#dateTime-prop">
+ <name>TQDateTimeEdit::dateTime</name>
+ <doc href="tqdatetimeedit.html#dateTime-prop">
&lt;p&gt;This property holds the editor's datetime value.
&lt;p&gt;The datetime edit's datetime which may be an invalid datetime.
-&lt;p&gt;Set this property's value with &lt;a href="ntqdatetimeedit.html#setDateTime"&gt;setDateTime&lt;/a&gt;() and get this property's value with &lt;a href="ntqdatetimeedit.html#dateTime"&gt;dateTime&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqdatetimeedit.html#setDateTime"&gt;setDateTime&lt;/a&gt;() and get this property's value with &lt;a href="tqdatetimeedit.html#dateTime"&gt;dateTime&lt;/a&gt;().
</doc>
</property>
<property>
@@ -4048,58 +4048,58 @@ text edit at which text should be wrapped.
</doc>
</property>
<property>
- <name>QTimeEdit::autoAdvance</name>
- <doc href="qtimeedit.html#autoAdvance-prop">
+ <name>TQTimeEdit::autoAdvance</name>
+ <doc href="tqtimeedit.html#autoAdvance-prop">
&lt;p&gt;This property holds whether the editor automatically advances to the next section.
&lt;p&gt;If autoAdvance is TRUE, the editor will automatically advance
focus to the next time section if a user has completed a section.
The default is FALSE.
-&lt;p&gt;Set this property's value with &lt;a href="qtimeedit.html#setAutoAdvance"&gt;setAutoAdvance&lt;/a&gt;() and get this property's value with &lt;a href="qtimeedit.html#autoAdvance"&gt;autoAdvance&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtimeedit.html#setAutoAdvance"&gt;setAutoAdvance&lt;/a&gt;() and get this property's value with &lt;a href="tqtimeedit.html#autoAdvance"&gt;autoAdvance&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTimeEdit::display</name>
- <doc href="qtimeedit.html#display-prop">
+ <name>TQTimeEdit::display</name>
+ <doc href="tqtimeedit.html#display-prop">
&lt;p&gt;This property holds the sections that are displayed in the time edit.
&lt;p&gt;The value can be any combination of the values in the Display enum.
By default, the widget displays hours, minutes and seconds.
-&lt;p&gt;Set this property's value with &lt;a href="qtimeedit.html#setDisplay"&gt;setDisplay&lt;/a&gt;() and get this property's value with &lt;a href="qtimeedit.html#display"&gt;display&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtimeedit.html#setDisplay"&gt;setDisplay&lt;/a&gt;() and get this property's value with &lt;a href="tqtimeedit.html#display"&gt;display&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTimeEdit::maxValue</name>
- <doc href="qtimeedit.html#maxValue-prop">
+ <name>TQTimeEdit::maxValue</name>
+ <doc href="tqtimeedit.html#maxValue-prop">
&lt;p&gt;This property holds the maximum time value.
&lt;p&gt;Setting the maximum time value is equivalent to calling
-&lt;a href="qtimeedit.html#setRange"&gt;QTimeEdit::setRange&lt;/a&gt;( &lt;a href="qtimeedit.html#minValue"&gt;minValue&lt;/a&gt;(), &lt;em&gt;t&lt;/em&gt; ), where &lt;em&gt;t&lt;/em&gt; is the maximum
+&lt;a href="tqtimeedit.html#setRange"&gt;TQTimeEdit::setRange&lt;/a&gt;( &lt;a href="tqtimeedit.html#minValue"&gt;minValue&lt;/a&gt;(), &lt;em&gt;t&lt;/em&gt; ), where &lt;em&gt;t&lt;/em&gt; is the maximum
time. The default maximum time is 23:59:59.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qtimeedit.html#minValue-prop"&gt;minValue&lt;/a&gt; and &lt;a href="qtimeedit.html#setRange"&gt;setRange&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtimeedit.html#minValue-prop"&gt;minValue&lt;/a&gt; and &lt;a href="tqtimeedit.html#setRange"&gt;setRange&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="qtimeedit.html#setMaxValue"&gt;setMaxValue&lt;/a&gt;() and get this property's value with &lt;a href="qtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtimeedit.html#setMaxValue"&gt;setMaxValue&lt;/a&gt;() and get this property's value with &lt;a href="tqtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTimeEdit::minValue</name>
- <doc href="qtimeedit.html#minValue-prop">
+ <name>TQTimeEdit::minValue</name>
+ <doc href="tqtimeedit.html#minValue-prop">
&lt;p&gt;This property holds the minimum time value.
&lt;p&gt;Setting the minimum time value is equivalent to calling
-&lt;a href="qtimeedit.html#setRange"&gt;QTimeEdit::setRange&lt;/a&gt;( &lt;em&gt;t&lt;/em&gt;, &lt;a href="qtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;() ), where &lt;em&gt;t&lt;/em&gt; is the minimum
+&lt;a href="tqtimeedit.html#setRange"&gt;TQTimeEdit::setRange&lt;/a&gt;( &lt;em&gt;t&lt;/em&gt;, &lt;a href="tqtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;() ), where &lt;em&gt;t&lt;/em&gt; is the minimum
time. The default minimum time is 00:00:00.
-&lt;p&gt; &lt;p&gt;See also &lt;a href="qtimeedit.html#maxValue-prop"&gt;maxValue&lt;/a&gt; and &lt;a href="qtimeedit.html#setRange"&gt;setRange&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqtimeedit.html#maxValue-prop"&gt;maxValue&lt;/a&gt; and &lt;a href="tqtimeedit.html#setRange"&gt;setRange&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="qtimeedit.html#setMinValue"&gt;setMinValue&lt;/a&gt;() and get this property's value with &lt;a href="qtimeedit.html#minValue"&gt;minValue&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtimeedit.html#setMinValue"&gt;setMinValue&lt;/a&gt;() and get this property's value with &lt;a href="tqtimeedit.html#minValue"&gt;minValue&lt;/a&gt;().
</doc>
</property>
<property>
- <name>QTimeEdit::time</name>
- <doc href="qtimeedit.html#time-prop">
+ <name>TQTimeEdit::time</name>
+ <doc href="tqtimeedit.html#time-prop">
&lt;p&gt;This property holds the editor's time value.
&lt;p&gt;When changing the time property, if the time is less than
-&lt;a href="qtimeedit.html#minValue"&gt;minValue&lt;/a&gt;(), or is greater than &lt;a href="qtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;(), nothing happens.
+&lt;a href="tqtimeedit.html#minValue"&gt;minValue&lt;/a&gt;(), or is greater than &lt;a href="tqtimeedit.html#maxValue"&gt;maxValue&lt;/a&gt;(), nothing happens.
-&lt;p&gt;Set this property's value with &lt;a href="qtimeedit.html#setTime"&gt;setTime&lt;/a&gt;() and get this property's value with &lt;a href="qtimeedit.html#time"&gt;time&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqtimeedit.html#setTime"&gt;setTime&lt;/a&gt;() and get this property's value with &lt;a href="tqtimeedit.html#time"&gt;time&lt;/a&gt;().
</doc>
</property>
<property>