diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 | 
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/whatsthis | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* 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 | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 1264bf28e..c59f6aa89 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -22,10 +22,10 @@ Access serialization between threads. | TQMutex  Access to a selected area in a TQTable. | TQTableSelection  Access to directory structures and their contents in a platform-independent way. | TQDir  Access to screen information on multi-head systems. | TQDesktopWidget -Access to the platform audio facilities. | QSound +Access to the platform audio facilities. | TQSound  Access to the session manager. | TQSessionManager  Access to the window system clipboard. | TQClipboard -Acts like a union for the most common TQt data types. | QVariant +Acts like a union for the most common TQt data types. | TQVariant  Allows waiting/waking for conditions between threads. | TQWaitCondition  Animated canvas item on a TQCanvas. | TQCanvasSprite  Application-global cache for pixmaps. | TQPixmapCache @@ -87,7 +87,7 @@ Date and time functions. | TQDateTime  Date editor. | TQDateEdit  Date functions. | TQDate  Default implementation of all the XML handler classes. | TQXmlDefaultHandler -Defines a Universally Unique Identifier (UUID). | QUuid +Defines a Universally Unique Identifier (UUID). | TQUuid  Defines a point in the plane. | TQPoint  Defines a rectangle in the plane. | TQRect  Defines an interface that exposes information about accessible objects. | TQAccessibleInterface @@ -126,7 +126,7 @@ Event which is sent after a widget is hidden. | TQHideEvent  Event which is sent to the widget when a drag and drop first drags onto the widget. | TQDragEnterEvent  Event which is sent to the widget when a drag and drop leaves the widget. | TQDragLeaveEvent  Event which is sent when a drag and drop is completed. | TQDropEvent -Event which is sent when a widget is shown. | QShowEvent +Event which is sent when a widget is shown. | TQShowEvent  Event which is sent while a drag and drop is in progress. | TQDragMoveEvent  Extensible provider of mime-typed data. | TQMimeSourceFactory  Factory that makes TQImageFormat objects. | TQImageFormatType @@ -163,7 +163,7 @@ Implementation of the FTP protocol. | TQFtp  Implementation of the HTTP protocol. | TQHttp  Implements a list view item. | TQListViewItem  Implements a list/tree view. | TQListView -Implements a splitter widget. | QSplitter +Implements a splitter widget. | TQSplitter  Implements an Appearance Manager style. | TQMacStyle  Implements parts of the TQAccessibleInterface for TQObjects. | TQAccessibleObject  Incremental image decoder for a specific image format. | TQImageFormat @@ -302,7 +302,7 @@ Simplifies locking and unlocking TQMutexes. | TQMutexLocker  Single item in a TQIconView. | TQIconViewItem  Small displayable piece of rich text. | TQSimpleRichText  Spin box widget (spin button). | TQSpinBox -Splash screen that can be shown during application startup. | QSplashScreen +Splash screen that can be shown during application startup. | TQSplashScreen  Stack of tabbed widgets. | TQTabDialog  Stack of tabbed widgets. | TQTabWidget  Stack of widgets of which only the top widget is user-visible. | TQWidgetStack @@ -367,7 +367,7 @@ URL parser and simplifies working with URLs. | TQUrl  Used for installing custom colormaps into TQGLWidgets. | TQGLColormap  Used to check a string against a regular expression. | TQRegExpValidator  Used to create SQL database connections and to provide transaction handling. | TQSqlDatabase -Used to create editor widgets for QVariant data types. | TQEditorFactory +Used to create editor widgets for TQVariant data types. | TQEditorFactory  Used to create pixmaps for a TQIconSet. | TQIconFactory  Used to create the editors used by TQDataTable and TQSqlForm. | TQSqlEditorFactory  Used to map widgets to SQL fields. | TQSqlPropertyMap | 
