diff options
author | Michele Calgaro <[email protected]> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/annotated.html | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/annotated.html')
-rw-r--r-- | doc/html/annotated.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index e7e88717c..57ac9aecf 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -100,11 +100,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="ntqdatastream.html">TQDataStream</a></b><td>Serialization of binary data to a TQIODevice <tr bgcolor=#f0f0f0><td><b><a href="tqdatatable.html">TQDataTable</a></b><td>Flexible SQL table widget that supports browsing and editing <tr bgcolor=#f0f0f0><td><b><a href="tqdataview.html">TQDataView</a></b><td>Read-only SQL forms -<tr bgcolor=#f0f0f0><td><b><a href="qdate.html">TQDate</a></b><td>Date functions -<tr bgcolor=#f0f0f0><td><b><a href="qdateedit.html">TQDateEdit</a></b><td>Date editor -<tr bgcolor=#f0f0f0><td><b><a href="ntqdatetime.html">TQDateTime</a></b><td>Date and time functions -<tr bgcolor=#f0f0f0><td><b><a href="ntqdatetimeedit.html">TQDateTimeEdit</a></b><td>Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes -<tr bgcolor=#f0f0f0><td><b><a href="qdatetimeeditbase.html">TQDateTimeEditBase</a></b><td>Abstraction for date and edit editors +<tr bgcolor=#f0f0f0><td><b><a href="tqdate.html">TQDate</a></b><td>Date functions +<tr bgcolor=#f0f0f0><td><b><a href="tqdateedit.html">TQDateEdit</a></b><td>Date editor +<tr bgcolor=#f0f0f0><td><b><a href="tqdatetime.html">TQDateTime</a></b><td>Date and time functions +<tr bgcolor=#f0f0f0><td><b><a href="tqdatetimeedit.html">TQDateTimeEdit</a></b><td>Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes +<tr bgcolor=#f0f0f0><td><b><a href="tqdatetimeeditbase.html">TQDateTimeEditBase</a></b><td>Abstraction for date and edit editors <tr bgcolor=#f0f0f0><td><b><a href="ntqdeepcopy.html">TQDeepCopy</a></b><td>Template class which ensures that <a href="shclass.html#implicitly-shared">implicitly shared</a> and <a href="shclass.html#explicitly-shared">explicitly shared</a> classes reference unique data <tr bgcolor=#f0f0f0><td><b><a href="ntqdesktopwidget.html">TQDesktopWidget</a></b><td>Access to screen information on multi-head systems <tr bgcolor=#f0f0f0><td><b><a href="ntqdial.html">TQDial</a></b><td>Rounded range control (like a speedometer or potentiometer) @@ -370,10 +370,10 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="tqtextstream.html">TQTextStream</a></b><td>Basic functions for reading and writing text using a TQIODevice <tr bgcolor=#f0f0f0><td><b><a href="ntqthread.html">TQThread</a></b><td>Platform-independent threads <tr bgcolor=#f0f0f0><td><b><a href="ntqthreadstorage.html">TQThreadStorage</a></b><td>Per-thread data storage -<tr bgcolor=#f0f0f0><td><b><a href="qtime.html">TQTime</a></b><td>Clock time functions -<tr bgcolor=#f0f0f0><td><b><a href="qtimeedit.html">TQTimeEdit</a></b><td>Time editor -<tr bgcolor=#f0f0f0><td><b><a href="ntqtimer.html">TQTimer</a></b><td>Timer signals and single-shot timers -<tr bgcolor=#f0f0f0><td><b><a href="qtimerevent.html">TQTimerEvent</a></b><td>Parameters that describe a timer event +<tr bgcolor=#f0f0f0><td><b><a href="tqtime.html">TQTime</a></b><td>Clock time functions +<tr bgcolor=#f0f0f0><td><b><a href="tqtimeedit.html">TQTimeEdit</a></b><td>Time editor +<tr bgcolor=#f0f0f0><td><b><a href="tqtimer.html">TQTimer</a></b><td>Timer signals and single-shot timers +<tr bgcolor=#f0f0f0><td><b><a href="tqtimerevent.html">TQTimerEvent</a></b><td>Parameters that describe a timer event <tr bgcolor=#f0f0f0><td><b><a href="ntqtoolbar.html">TQToolBar</a></b><td>Movable panel containing widgets such as tool buttons <tr bgcolor=#f0f0f0><td><b><a href="ntqtoolbox.html">TQToolBox</a></b><td>Column of tabbed widget items <tr bgcolor=#f0f0f0><td><b><a href="ntqtoolbutton.html">TQToolButton</a></b><td>Quick-access button to commands or options, usually used inside a TQToolBar |