diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/whatsthis | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 2acba2da4..24dcf0c30 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -114,8 +114,8 @@ Dialogs that allow users to select files or directories. | QFileDialog Direct access to the video hardware. | QDirectPainter Displays a number with LCD-like digits. | QLCDNumber Does low-level painting e.g. on widgets. | QPainter -Doubly-linked list of char*. | QStrList -Doubly-linked list of char* with case-insensitive comparison. | QStrIList +Doubly-linked list of char*. | TQStrList +Doubly-linked list of char* with case-insensitive comparison. | TQStrIList Drag and drop object for transferring colors. | QColorDrag Drag and drop object for transferring images. | TQImageDrag Drag and drop object for transferring plain and Unicode text. | QTextDrag @@ -213,7 +213,7 @@ Iterator for TQPtrDict collections. | TQPtrDictIterator Iterator for TQPtrList collections. | TQPtrListIterator Iterator for TQValueList. | TQValueListIterator Iterator for collections of QListViewItems. | QListViewItemIterator -Iterator for the QStrList and QStrIList classes. | QStrListIterator +Iterator for the TQStrList and TQStrIList classes. | TQStrListIterator Iterators over QLayoutItem. | QLayoutIterator Layout attribute describing horizontal and vertical resizing policy. | QSizePolicy Layout item that represents a widget. | TQWidgetItem @@ -228,7 +228,7 @@ List box items with a pixmap and optional text. | QListBoxPixmap List of TQCanvasItems. | TQCanvasItemList List of TQDomNode objects. | TQDomNodeList List of selectable, read-only items. | QListBox -List of strings. | QStringList +List of strings. | TQStringList Mac/Platinum look and feel. | QPlatinumStyle Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar. | QMainWindow Maintains the list of widgets in the focus chain. | QFocusData |