diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 | 
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/whatsthis | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e1630fe1f..1264bf28e 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -118,9 +118,9 @@ Encapsulation of a set of text styles. | TQStyleSheetItem  Enums and static functions relating to accessibility. | TQAccessible  Error message display dialog. | TQErrorMessage  Event parameters for child object events. | TQChildEvent -Event parameters for move events. | QMoveEvent +Event parameters for move events. | TQMoveEvent  Event parameters for paint events. | TQPaintEvent -Event parameters for resize events. | QResizeEvent +Event parameters for resize events. | TQResizeEvent  Event parameters for widget focus events. | TQFocusEvent  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 @@ -164,7 +164,7 @@ Implementation of the HTTP protocol. | TQHttp  Implements a list view item. | TQListViewItem  Implements a list/tree view. | TQListView  Implements a splitter widget. | QSplitter -Implements an Appearance Manager style. | QMacStyle +Implements an Appearance Manager style. | TQMacStyle  Implements parts of the TQAccessibleInterface for TQObjects. | TQAccessibleObject  Incremental image decoder for a specific image format. | TQImageFormat  Incremental image decoder for all supported image formats. | TQImageDecoder @@ -172,7 +172,7 @@ Incremental loading of animations or images, signalling as it progresses. | TQMo  Information about a paint device. | TQPaintDeviceMetrics  Information about the features of the DOM implementation. | TQDomImplementation  Information about the fonts available in the underlying window system. | TQFontDatabase -Integer value within a range. | QRangeControl +Integer value within a range. | TQRangeControl  Interface for XML readers (i.e. parsers). | TQXmlReader  Interface to report DTD content of XML data. | TQXmlDTDHandler  Interface to report declaration content of XML data. | TQXmlDeclHandler @@ -223,9 +223,9 @@ 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. | TQAssistantClient  Means of using comboboxes in TQTables. | TQComboTableItem -Meta information about TQt objects. | QMetaObject +Meta information about TQt objects. | TQMetaObject  Microsoft Windows-like look and feel. | TQWindowsStyle -Modal dialog with a short message, an icon, and some buttons. | QMessageBox +Modal dialog with a short message, an icon, and some buttons. | TQMessageBox  Monochrome (1-bit depth) pixmaps. | TQBitmap  More sophisticated Motif-ish look and feel. | TQMotifPlusStyle  Motif look and feel. | TQMotifStyle @@ -251,7 +251,7 @@ Parameters for loading and saving images. | TQImageIO  Parameters that describe a Tablet event. | TQTabletEvent  Parameters that describe a close event. | TQCloseEvent  Parameters that describe a context menu event. | TQContextMenuEvent -Parameters that describe a mouse event. | QMouseEvent +Parameters that describe a mouse event. | TQMouseEvent  Parameters that describe a timer event. | TQTimerEvent  Parameters that describe a wheel event. | QWheelEvent  Pattern matching using regular expressions. | TQRegExp @@ -264,9 +264,9 @@ Polygon on a TQCanvas. | TQCanvasPolygon  Polygonal canvas item on a TQCanvas. | TQCanvasPolygonalItem  Popup menu widget. | TQPopupMenu  Powerful single-page rich text editor. | TQTextEdit -TQObject that is a web browser plugin. | QNPInstance +TQObject that is a web browser plugin. | TQNPInstance  TQPtrList of TQObjects. | TQObjectList -TQWidget that is a web browser plugin window. | QNPWidget +TQWidget that is a web browser plugin window. | TQNPWidget  Quick-access button to commands or options, usually used inside a TQToolBar. | TQToolButton  Radio button with a text or pixmap label. | TQRadioButton  Range checking of floating-point numbers. | TQDoubleValidator @@ -309,9 +309,9 @@ Stack of widgets of which only the top widget is user-visible. | TQWidgetStack  State-based decoder. | TQTextDecoder  State-based encoder. | TQTextEncoder  Stores information about URLs. | TQUrlInfo -Stores meta data about a property. | QMetaProperty +Stores meta data about a property. | TQMetaProperty  Stores meta data associated with a SQL field. | TQSqlFieldInfo -Stream of data provided to a QNPInstance by the browser. | QNPStream +Stream of data provided to a TQNPInstance by the browser. | TQNPStream  String objects using constant Unicode data. | TQConstString  Support for custom events. | TQCustomEvent  Support for socket callbacks. | TQSocketNotifier @@ -355,7 +355,7 @@ The cell content for TQTable cells. | TQTableItem  The display format of an OpenGL rendering context. | TQGLFormat  The input data for the TQXmlReader subclasses. | TQXmlInputSource  The look and feel of a GUI. | TQStyle -The main factory for plugin objects. | QNPlugin +The main factory for plugin objects. | TQNPlugin  The representation of the DTD in the document tree. | TQDomDocumentType  The structures in a TQTabBar. | TQTab  Time editor. | TQTimeEdit | 
