diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/annotated.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/annotated.html')
-rw-r--r-- | doc/html/annotated.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index a0105ef73..4bad6ca06 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -427,11 +427,11 @@ body { background: #ffffff; color: black; } <tr bgcolor=#f0f0f0><td><b><a href="ntqwaitcondition.html">TQWaitCondition</a></b><td>Allows waiting/waking for conditions between threads <tr bgcolor=#f0f0f0><td><b><a href="ntqwhatsthis.html">TQWhatsThis</a></b><td>Simple description of any widget, i.e. answering the question "What's this?" <tr bgcolor=#f0f0f0><td><b><a href="qwheelevent.html">TQWheelEvent</a></b><td>Parameters that describe a wheel event -<tr bgcolor=#f0f0f0><td><b><a href="ntqwidget.html">TQWidget</a></b><td>The base class of all user interface objects -<tr bgcolor=#f0f0f0><td><b><a href="ntqwidgetfactory.html">TQWidgetFactory</a></b><td>For the dynamic creation of widgets from TQt Designer .ui files -<tr bgcolor=#f0f0f0><td><b><a href="qwidgetitem.html">TQWidgetItem</a></b><td>Layout item that represents a widget -<tr bgcolor=#f0f0f0><td><b><a href="ntqwidgetplugin.html">TQWidgetPlugin</a></b><td>Abstract base for custom TQWidget plugins -<tr bgcolor=#f0f0f0><td><b><a href="ntqwidgetstack.html">TQWidgetStack</a></b><td>Stack of widgets of which only the top widget is user-visible +<tr bgcolor=#f0f0f0><td><b><a href="tqwidget.html">TQWidget</a></b><td>The base class of all user interface objects +<tr bgcolor=#f0f0f0><td><b><a href="tqwidgetfactory.html">TQWidgetFactory</a></b><td>For the dynamic creation of widgets from TQt Designer .ui files +<tr bgcolor=#f0f0f0><td><b><a href="tqwidgetitem.html">TQWidgetItem</a></b><td>Layout item that represents a widget +<tr bgcolor=#f0f0f0><td><b><a href="tqwidgetplugin.html">TQWidgetPlugin</a></b><td>Abstract base for custom TQWidget plugins +<tr bgcolor=#f0f0f0><td><b><a href="tqwidgetstack.html">TQWidgetStack</a></b><td>Stack of widgets of which only the top widget is user-visible <tr bgcolor=#f0f0f0><td><b><a href="qwindowsmime.html">TQWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats <tr bgcolor=#f0f0f0><td><b><a href="ntqwindowsstyle.html">TQWindowsStyle</a></b><td>Microsoft Windows-like look and feel <tr bgcolor=#f0f0f0><td><b><a href="ntqwizard.html">TQWizard</a></b><td>Framework for wizard dialogs |