diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdateedit.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdateedit.html')
-rw-r--r-- | doc/html/qdateedit.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qdateedit.html b/doc/html/qdateedit.html index 29ac63f63..b4f59d734 100644 --- a/doc/html/qdateedit.html +++ b/doc/html/qdateedit.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQDateEdit class provides a date editor. <a href="#details">More...</a> -<p><tt>#include <<a href="qdatetimeedit-h.html">qdatetimeedit.h</a>></tt> +<p><tt>#include <<a href="qdatetimeedit-h.html">ntqdatetimeedit.h</a>></tt> <p>Inherits <a href="qdatetimeeditbase.html">TQDateTimeEditBase</a>. <p><a href="qdateedit-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -120,7 +120,7 @@ character using TQDateTimeEditor::setSeparator(), by default the separator will be taken from the systems settings. If that is not possible, it defaults to "-". <p> <center><img src="datetimewidgets.png" alt="Date Time Widgets"></center> -<p> <p>See also <a href="qdate.html">TQDate</a>, <a href="qtimeedit.html">TQTimeEdit</a>, <a href="qdatetimeedit.html">TQDateTimeEdit</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="time.html">Time and Date</a>. +<p> <p>See also <a href="qdate.html">TQDate</a>, <a href="qtimeedit.html">TQTimeEdit</a>, <a href="ntqdatetimeedit.html">TQDateTimeEdit</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="time.html">Time and Date</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Order-enum"></a>TQDateEdit::Order</h3> @@ -135,12 +135,12 @@ date appear. not be used) </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDateEdit"></a>TQDateEdit::TQDateEdit ( <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDateEdit"></a>TQDateEdit::TQDateEdit ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty date editor which is a child of <em>parent</em> and called name <em>name</em>. -<h3 class=fn><a name="TQDateEdit-2"></a>TQDateEdit::TQDateEdit ( const <a href="qdate.html">TQDate</a> & date, <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDateEdit-2"></a>TQDateEdit::TQDateEdit ( const <a href="qdate.html">TQDate</a> & date, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Constructs a date editor with the initial value <em>date</em>, parent <em>parent</em> and called <em>name</em>. @@ -180,14 +180,14 @@ See the <a href="qdateedit.html#minValue-prop">"minValue"</a> property for detai <h3 class=fn><a href="qdateedit.html#Order-enum">Order</a> <a name="order"></a>TQDateEdit::order () const </h3><p>Returns the order in which the year, month and day appear. See the <a href="qdateedit.html#order-prop">"order"</a> property for details. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> </h3> Returns the formatted number for section <em>sec</em>. This will correspond to either the year, month or day section, depending on the current display order. <p> <p>See also <a href="#order-prop">order</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="separator"></a>TQDateEdit::separator () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="separator"></a>TQDateEdit::separator () const </h3> Returns the editor's separator. @@ -221,7 +221,7 @@ See the <a href="qdateedit.html#order-prop">"order"</a> property for details. Sets the valid input range for the editor to be from <em>min</em> to <em>max</em> inclusive. If <em>min</em> is invalid no minimum date will be set. Similarly, if <em>max</em> is invalid no maximum date will be set. -<h3 class=fn>void <a name="setSeparator"></a>TQDateEdit::setSeparator ( const <a href="qstring.html">TQString</a> & s )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSeparator"></a>TQDateEdit::setSeparator ( const <a href="ntqstring.html">TQString</a> & s )<tt> [virtual]</tt> </h3> Sets the separator to <em>s</em>. Note that currently only the first character of <em>s</em> is used. |