diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 90 |
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"> <p>This property holds whether the editor automatically advances to the next section. <p>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. -<p>Set this property's value with <a href="qdateedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="qdateedit.html#autoAdvance">autoAdvance</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqdateedit.html#autoAdvance">autoAdvance</a>(). </doc> </property> <property> - <name>QDateEdit::date</name> - <doc href="qdateedit.html#date-prop"> + <name>TQDateEdit::date</name> + <doc href="tqdateedit.html#date-prop"> <p>This property holds the editor's date value. <p>If the date property is not valid, the editor displays all zeroes -and <a href="qdateedit.html#date">QDateEdit::date</a>() will return an invalid date. It is strongly +and <a href="tqdateedit.html#date">TQDateEdit::date</a>() 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. <p> When changing the date property, if the date is less than -<a href="qdateedit.html#minValue">minValue</a>(), or is greater than <a href="qdateedit.html#maxValue">maxValue</a>(), nothing happens. +<a href="tqdateedit.html#minValue">minValue</a>(), or is greater than <a href="tqdateedit.html#maxValue">maxValue</a>(), nothing happens. -<p>Set this property's value with <a href="qdateedit.html#setDate">setDate</a>() and get this property's value with <a href="qdateedit.html#date">date</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setDate">setDate</a>() and get this property's value with <a href="tqdateedit.html#date">date</a>(). </doc> </property> <property> - <name>QDateEdit::maxValue</name> - <doc href="qdateedit.html#maxValue-prop"> + <name>TQDateEdit::maxValue</name> + <doc href="tqdateedit.html#maxValue-prop"> <p>This property holds the editor's maximum value. <p>Setting the maximum date value for the editor is equivalent to -calling <a href="qdateedit.html#setRange">QDateEdit::setRange</a>( <a href="qdateedit.html#minValue">minValue</a>(), <em>d</em> ), where <em>d</em> is the +calling <a href="tqdateedit.html#setRange">TQDateEdit::setRange</a>( <a href="tqdateedit.html#minValue">minValue</a>(), <em>d</em> ), where <em>d</em> is the maximum date. The default maximum date is 8000-12-31. -<p> <p>See also <a href="qdateedit.html#minValue-prop">minValue</a> and <a href="qdateedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqdateedit.html#minValue-prop">minValue</a> and <a href="tqdateedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qdateedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="qdateedit.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqdateedit.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QDateEdit::minValue</name> - <doc href="qdateedit.html#minValue-prop"> + <name>TQDateEdit::minValue</name> + <doc href="tqdateedit.html#minValue-prop"> <p>This property holds the editor's minimum value. <p>Setting the minimum date value is equivalent to calling -<a href="qdateedit.html#setRange">QDateEdit::setRange</a>( <em>d</em>, <a href="qdateedit.html#maxValue">maxValue</a>() ), where <em>d</em> is the minimum +<a href="tqdateedit.html#setRange">TQDateEdit::setRange</a>( <em>d</em>, <a href="tqdateedit.html#maxValue">maxValue</a>() ), where <em>d</em> is the minimum date. The default minimum date is 1752-09-14. -<p> <p>See also <a href="qdateedit.html#maxValue-prop">maxValue</a> and <a href="qdateedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqdateedit.html#maxValue-prop">maxValue</a> and <a href="tqdateedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qdateedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="qdateedit.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqdateedit.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QDateEdit::order</name> - <doc href="qdateedit.html#order-prop"> + <name>TQDateEdit::order</name> + <doc href="tqdateedit.html#order-prop"> <p>This property holds the order in which the year, month and day appear. <p>The default order is locale dependent. -<p> <p>See also <a href="qdateedit.html#Order-enum">Order</a>. +<p> <p>See also <a href="tqdateedit.html#Order-enum">Order</a>. -<p>Set this property's value with <a href="qdateedit.html#setOrder">setOrder</a>() and get this property's value with <a href="qdateedit.html#order">order</a>(). +<p>Set this property's value with <a href="tqdateedit.html#setOrder">setOrder</a>() and get this property's value with <a href="tqdateedit.html#order">order</a>(). </doc> </property> <property> - <name>QDateTimeEdit::dateTime</name> - <doc href="ntqdatetimeedit.html#dateTime-prop"> + <name>TQDateTimeEdit::dateTime</name> + <doc href="tqdatetimeedit.html#dateTime-prop"> <p>This property holds the editor's datetime value. <p>The datetime edit's datetime which may be an invalid datetime. -<p>Set this property's value with <a href="ntqdatetimeedit.html#setDateTime">setDateTime</a>() and get this property's value with <a href="ntqdatetimeedit.html#dateTime">dateTime</a>(). +<p>Set this property's value with <a href="tqdatetimeedit.html#setDateTime">setDateTime</a>() and get this property's value with <a href="tqdatetimeedit.html#dateTime">dateTime</a>(). </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"> <p>This property holds whether the editor automatically advances to the next section. <p>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. -<p>Set this property's value with <a href="qtimeedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="qtimeedit.html#autoAdvance">autoAdvance</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="tqtimeedit.html#autoAdvance">autoAdvance</a>(). </doc> </property> <property> - <name>QTimeEdit::display</name> - <doc href="qtimeedit.html#display-prop"> + <name>TQTimeEdit::display</name> + <doc href="tqtimeedit.html#display-prop"> <p>This property holds the sections that are displayed in the time edit. <p>The value can be any combination of the values in the Display enum. By default, the widget displays hours, minutes and seconds. -<p>Set this property's value with <a href="qtimeedit.html#setDisplay">setDisplay</a>() and get this property's value with <a href="qtimeedit.html#display">display</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setDisplay">setDisplay</a>() and get this property's value with <a href="tqtimeedit.html#display">display</a>(). </doc> </property> <property> - <name>QTimeEdit::maxValue</name> - <doc href="qtimeedit.html#maxValue-prop"> + <name>TQTimeEdit::maxValue</name> + <doc href="tqtimeedit.html#maxValue-prop"> <p>This property holds the maximum time value. <p>Setting the maximum time value is equivalent to calling -<a href="qtimeedit.html#setRange">QTimeEdit::setRange</a>( <a href="qtimeedit.html#minValue">minValue</a>(), <em>t</em> ), where <em>t</em> is the maximum +<a href="tqtimeedit.html#setRange">TQTimeEdit::setRange</a>( <a href="tqtimeedit.html#minValue">minValue</a>(), <em>t</em> ), where <em>t</em> is the maximum time. The default maximum time is 23:59:59. -<p> <p>See also <a href="qtimeedit.html#minValue-prop">minValue</a> and <a href="qtimeedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqtimeedit.html#minValue-prop">minValue</a> and <a href="tqtimeedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qtimeedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="qtimeedit.html#maxValue">maxValue</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setMaxValue">setMaxValue</a>() and get this property's value with <a href="tqtimeedit.html#maxValue">maxValue</a>(). </doc> </property> <property> - <name>QTimeEdit::minValue</name> - <doc href="qtimeedit.html#minValue-prop"> + <name>TQTimeEdit::minValue</name> + <doc href="tqtimeedit.html#minValue-prop"> <p>This property holds the minimum time value. <p>Setting the minimum time value is equivalent to calling -<a href="qtimeedit.html#setRange">QTimeEdit::setRange</a>( <em>t</em>, <a href="qtimeedit.html#maxValue">maxValue</a>() ), where <em>t</em> is the minimum +<a href="tqtimeedit.html#setRange">TQTimeEdit::setRange</a>( <em>t</em>, <a href="tqtimeedit.html#maxValue">maxValue</a>() ), where <em>t</em> is the minimum time. The default minimum time is 00:00:00. -<p> <p>See also <a href="qtimeedit.html#maxValue-prop">maxValue</a> and <a href="qtimeedit.html#setRange">setRange</a>(). +<p> <p>See also <a href="tqtimeedit.html#maxValue-prop">maxValue</a> and <a href="tqtimeedit.html#setRange">setRange</a>(). -<p>Set this property's value with <a href="qtimeedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="qtimeedit.html#minValue">minValue</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setMinValue">setMinValue</a>() and get this property's value with <a href="tqtimeedit.html#minValue">minValue</a>(). </doc> </property> <property> - <name>QTimeEdit::time</name> - <doc href="qtimeedit.html#time-prop"> + <name>TQTimeEdit::time</name> + <doc href="tqtimeedit.html#time-prop"> <p>This property holds the editor's time value. <p>When changing the time property, if the time is less than -<a href="qtimeedit.html#minValue">minValue</a>(), or is greater than <a href="qtimeedit.html#maxValue">maxValue</a>(), nothing happens. +<a href="tqtimeedit.html#minValue">minValue</a>(), or is greater than <a href="tqtimeedit.html#maxValue">maxValue</a>(), nothing happens. -<p>Set this property's value with <a href="qtimeedit.html#setTime">setTime</a>() and get this property's value with <a href="qtimeedit.html#time">time</a>(). +<p>Set this property's value with <a href="tqtimeedit.html#setTime">setTime</a>() and get this property's value with <a href="tqtimeedit.html#time">time</a>(). </doc> </property> <property> |