diff options
Diffstat (limited to 'doc/html/whatsthis')
-rw-r--r-- | doc/html/whatsthis | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 20cd5e2b2..107f7a004 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -15,7 +15,7 @@ Abstract item that a QLayout manipulates. | QLayoutItem Abstract user interface action that can appear both in menus and tool bars. | TQAction Abstraction for date and edit editors. | TQDateTimeEditBase Abstraction of Unicode text and the classic C '\0'-terminated char array. | TQString -Abstraction of objects which provide formatted data of a certain MIME type. | QMimeSource +Abstraction of objects which provide formatted data of a certain MIME type. | TQMimeSource Abstraction of the classic C zero-terminated char array (char *). | QCString Abstraction used by TQImageDecoder. | TQImageConsumer Access serialization between threads. | TQMutex @@ -102,12 +102,12 @@ Displays a number with LCD-like digits. | QLCDNumber Does low-level painting e.g. on widgets. | QPainter 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 colors. | TQColorDrag Drag and drop object for transferring images. | TQImageDrag Drag and drop object for transferring plain and Unicode text. | TQTextDrag -Drag object for a list of URI references. | QUriDrag +Drag object for a list of URI references. | TQUriDrag Ellipse or ellipse segment on a TQCanvas. | TQCanvasEllipse -Encapsulates MIME-based data transfer. | QDragObject +Encapsulates MIME-based data transfer. | TQDragObject Encapsulates a database record, i.e. a set of database fields. | TQSqlRecord Encapsulates a drag item. | TQIconDragItem Encapsulates a key sequence as used by accelerators. | QKeySequence @@ -123,12 +123,12 @@ Event parameters for paint events. | QPaintEvent Event parameters for resize events. | QResizeEvent Event parameters for widget focus events. | QFocusEvent Event which is sent after a widget is hidden. | QHideEvent -Event which is sent to the widget when a drag and drop first drags onto the widget. | QDragEnterEvent -Event which is sent to the widget when a drag and drop leaves the widget. | QDragLeaveEvent -Event which is sent when a drag and drop is completed. | QDropEvent +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 while a drag and drop is in progress. | QDragMoveEvent -Extensible provider of mime-typed data. | QMimeSourceFactory +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 Feedback on the progress of a slow operation. | QProgressDialog File previewing in QFileDialog. | QFilePreview @@ -218,8 +218,8 @@ Manages and lays out QDockWindows. | QDockArea Manages the GUI application's control flow and main settings. | QApplication Manages the event queue. | QEventLoop Manipulates the fields in SQL database tables and views. | TQSqlField -Maps open-standard MIME to Mac flavors. | QMacMime -Maps open-standard MIME to Window Clipboard formats. | QWindowsMime +Maps open-standard MIME to Mac flavors. | TQMacMime +Maps open-standard MIME to Window Clipboard formats. | TQWindowsMime Means of executing and manipulating SQL statements. | TQSqlQuery Means of using TQt Assistant as an application's help tool. | QAssistantClient Means of using comboboxes in QTables. | QComboTableItem @@ -297,7 +297,7 @@ Signals that a main icon drag has begun. | TQIconDragEvent Simple convenience dialog to get a single value from the user. | QInputDialog Simple description of any widget, i.e. answering the question "What's this?". | QWhatsThis Simple geometry management of its children. | QGrid -Simple stored-value drag object for arbitrary MIME data. | QStoredDrag +Simple stored-value drag object for arbitrary MIME data. | TQStoredDrag Simplifies locking and unlocking TQMutexes. | TQMutexLocker Single item in a TQIconView. | TQIconViewItem Small displayable piece of rich text. | QSimpleRichText |