diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-28 18:25:42 +0900 |
commit | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch) | |
tree | fb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/whatsthis | |
parent | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff) | |
download | tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip |
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/whatsthis')
-rw-r--r-- | doc/html/whatsthis | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index fbf74ee06..481a976c4 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -21,7 +21,7 @@ Abstraction used by TQImageDecoder. | TQImageConsumer Access serialization between threads. | TQMutex Access to a selected area in a QTable. | QTableSelection Access to directory structures and their contents in a platform-independent way. | TQDir -Access to screen information on multi-head systems. | QDesktopWidget +Access to screen information on multi-head systems. | TQDesktopWidget Access to the platform audio facilities. | QSound Access to the session manager. | TQSessionManager Access to the window system clipboard. | TQClipboard @@ -181,7 +181,7 @@ Interface to report the lexical content of XML data. | TQXmlLexicalHandler Interface to report the logical content of XML data. | TQXmlContentHandler Interface to resolve external entities contained in XML data. | TQXmlEntityResolver Internal class, used with TQBitArray. | TQBitVal -Internationalization support for text output. | QTranslator +Internationalization support for text output. | TQTranslator Iterator for TQAsciiCache collections. | TQAsciiCacheIterator Iterator for TQAsciiDict collections. | TQAsciiDictIterator Iterator for TQCache collections. | TQCacheIterator @@ -216,7 +216,7 @@ Main application window, with a menu bar, dock windows (e.g. for toolbars), and Maintains the list of widgets in the focus chain. | QFocusData Manages and lays out QDockWindows. | QDockArea Manages the GUI application's control flow and main settings. | QApplication -Manages the event queue. | QEventLoop +Manages the event queue. | TQEventLoop Manipulates the fields in SQL database tables and views. | TQSqlField Maps open-standard MIME to Mac flavors. | TQMacMime Maps open-standard MIME to Window Clipboard formats. | TQWindowsMime @@ -342,7 +342,7 @@ The abstract base class of button widgets, providing functionality common to but The base class for all the nodes in a DOM tree. | TQDomNode The base class of I/O devices. | TQIODevice The base class of all TQt objects. | TQObject -The base class of all event classes. Event objects contain event parameters. | QEvent +The base class of all event classes. Event objects contain event parameters. | TQEvent The base class of all list box items. | QListBoxItem The base class of all user interface objects. | TQWidget The base class of dialog windows. | QDialog @@ -361,7 +361,7 @@ The structures in a QTabBar. | QTab Time editor. | TQTimeEdit Timer signals and single-shot timers. | TQTimer Tool tips (balloon help) for any widget or rectangular part of a widget. | TQToolTip -Translator message and its properties. | QTranslatorMessage +Translator message and its properties. | TQTranslatorMessage Tree of TQDomNodes which is not usually a complete TQDomDocument. | TQDomDocumentFragment URL parser and simplifies working with URLs. | TQUrl Used for installing custom colormaps into TQGLWidgets. | TQGLColormap |