diff options
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 |