diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtimeedit.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtimeedit.html')
-rw-r--r-- | doc/html/qtimeedit.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qtimeedit.html b/doc/html/qtimeedit.html index 169c9c472..b05af88ef 100644 --- a/doc/html/qtimeedit.html +++ b/doc/html/qtimeedit.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQTimeEdit class provides a time 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="qtimeedit-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -109,7 +109,7 @@ for the hour, minute and second. You can change the separator character using <a href="#setSeparator">setSeparator</a>(), by default the separator is read from the system's settings. <p> <center><img src="datetimewidgets.png" alt="Date Time Widgets"></center> -<p> <p>See also <a href="qtime.html">TQTime</a>, <a href="qdateedit.html">TQDateEdit</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="qtime.html">TQTime</a>, <a href="qdateedit.html">TQDateEdit</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="Display-enum"></a>TQTimeEdit::Display</h3> @@ -123,11 +123,11 @@ from the system's settings. </ul><p> The values can be or'ed together to show any combination. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTimeEdit"></a>TQTimeEdit::TQTimeEdit ( <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTimeEdit"></a>TQTimeEdit::TQTimeEdit ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs an empty time edit with parent <em>parent</em> and called <em>name</em>. -<h3 class=fn><a name="TQTimeEdit-2"></a>TQTimeEdit::TQTimeEdit ( const <a href="qtime.html">TQTime</a> & time, <a href="qwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQTimeEdit-2"></a>TQTimeEdit::TQTimeEdit ( const <a href="qtime.html">TQTime</a> & time, <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 time edit with the initial time value, <em>time</em>, @@ -149,13 +149,13 @@ See the <a href="qtimeedit.html#maxValue-prop">"maxValue"</a> property for detai <h3 class=fn><a href="qtime.html">TQTime</a> <a name="minValue"></a>TQTimeEdit::minValue () const </h3><p>Returns the minimum time value. See the <a href="qtimeedit.html#minValue-prop">"minValue"</a> property for details. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="sectionFormattedText"></a>TQTimeEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQTimeEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> </h3> Returns the formatted number for section <em>sec</em>. This will correspond to either the hour, minute or second section, depending on <em>sec</em>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="separator"></a>TQTimeEdit::separator () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="separator"></a>TQTimeEdit::separator () const </h3> Returns the editor's separator. @@ -191,7 +191,7 @@ Similarly, if <em>max</em> is invalid no maximum time is set. Sets the second to <em>s</em>, which must be a valid second, i.e. in the range 0..59. -<h3 class=fn>void <a name="setSeparator"></a>TQTimeEdit::setSeparator ( const <a href="qstring.html">TQString</a> & s )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSeparator"></a>TQTimeEdit::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. |