diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/whatsthis | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index f50d3c366..45f012942 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -8,7 +8,7 @@ Abstract base for Qt/Embedded graphics driver plugins. | QGfxDriverPlugin Abstract base for Qt/Embedded keyboard driver plugins. | QKbdDriverPlugin Abstract base for Qt/Embedded mouse driver plugins. | QMouseDriverPlugin Abstract base for custom TQSqlDriver plugins. | TQSqlDriverPlugin -Abstract base for custom QStyle plugins. | QStylePlugin +Abstract base for custom TQStyle plugins. | TQStylePlugin Abstract base for custom TQTextCodec plugins. | TQTextCodecPlugin Abstract base for custom TQWidget plugins. | TQWidgetPlugin Abstract base for custom image format plugins. | TQImageFormatPlugin @@ -59,7 +59,7 @@ Checkboxes in QTables. | QCheckTableItem Clip region for a painter. | QRegion Clock time functions. | QTime Collection of nodes that can be accessed by name. | TQDomNamedNodeMap -Collection of styles for rich text rendering and a generator of tags. | QStyleSheet +Collection of styles for rich text rendering and a generator of tags. | TQStyleSheet Collects tool tips into related groups. | QToolTipGroup Color groups for each widget state. | QPalette Colors based on RGB or HSV values. | TQColor @@ -89,7 +89,7 @@ Conversion to and from visually ordered Hebrew. | QHebrewCodec Converts between numbers and their string representations in various languages. | QLocale Corner-grip for resizing a top-level window. | QSizeGrip Creates QScreen objects for Qt/Embedded. | QGfxDriverFactory -Creates QStyle objects. | QStyleFactory +Creates TQStyle objects. | TQStyleFactory Creates QWSKeyboardHandler objects for Qt/Embedded. | QKbdDriverFactory Creates QWSMouseHandler objects for Qt/Embedded. | QMouseDriverFactory Creates and manages data entry forms tied to SQL databases. | TQSqlForm @@ -128,7 +128,7 @@ Encapsulates a key sequence as used by accelerators. | QKeySequence Encapsulates a set of database field meta data. | TQSqlRecordInfo Encapsulates an OpenGL rendering context. | QGLContext Encapsulates the common Look and Feel of a GUI. | QCommonStyle -Encapsulation of a set of text styles. | QStyleSheetItem +Encapsulation of a set of text styles. | TQStyleSheetItem Enums and static functions relating to accessibility. | QAccessible Error message display dialog. | QErrorMessage Event parameters for child object events. | QChildEvent @@ -257,7 +257,7 @@ Namespace for miscellaneous identifiers that need to be global-like. | Qt Off-screen, pixel-based paint device. | QPixmap On-screen view of a TQCanvas. | TQCanvasView One-line text editor. | QLineEdit -Optional parameters for QStyle functions. | QStyleOption +Optional parameters for TQStyle functions. | TQStyleOption Organizes QButton widgets in a group. | QButtonGroup Organizes QButton widgets in a group with one horizontal row. | QHButtonGroup Organizes QButton widgets in a vertical column. | QVButtonGroup @@ -377,7 +377,7 @@ The basis of the Motif Extension. | QMotif The cell content for QTable cells. | QTableItem The display format of an OpenGL rendering context. | QGLFormat The input data for the TQXmlReader subclasses. | TQXmlInputSource -The look and feel of a GUI. | QStyle +The look and feel of a GUI. | TQStyle The main factory for plugin objects. | QNPlugin The representation of the DTD in the document tree. | TQDomDocumentType The structures in a QTabBar. | QTab |