diff options
Diffstat (limited to 'doc/html/whatsthis')
-rw-r--r-- | doc/html/whatsthis | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 081d93c79..7dca78243 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -20,11 +20,11 @@ Abstraction of the classic C zero-terminated char array (char *). | TQCString Abstraction used by TQImageDecoder. | TQImageConsumer Access serialization between threads. | TQMutex Access to a selected area in a QTable. | QTableSelection -Access to directory structures and their contents in a platform-independent way. | QDir +Access to directory structures and their contents in a platform-independent way. | TQDir Access to screen information on multi-head systems. | QDesktopWidget Access to the platform audio facilities. | QSound Access to the session manager. | TQSessionManager -Access to the window system clipboard. | QClipboard +Access to the window system clipboard. | TQClipboard Acts like a union for the most common TQt data types. | QVariant Allows waiting/waking for conditions between threads. | TQWaitCondition Animated canvas item on a TQCanvas. | TQCanvasSprite @@ -34,17 +34,17 @@ Array of TQCanvasPixmaps. | TQCanvasPixmapArray Array of bits. | TQBitArray Array of bytes. | TQByteArray Array of points. | QPointArray -Asynchronous DNS lookups. | QDns +Asynchronous DNS lookups. | TQDns Base class for TQMenuBar and TQPopupMenu. | TQMenuData Base class for implementing TQTextEdit syntax highlighters. | QSyntaxHighlighter Basic functions for reading and writing text using a TQIODevice. | TQTextStream Blank space in a layout. | QSpacerItem Browsing and editing of SQL tables and views. | TQSqlCursor Browsing of general SQL SELECT statements. | TQSqlSelectCursor -Buffered TCP connection. | QSocket -Bundles signals from identifiable senders. | QSignalMapper +Buffered TCP connection. | TQSocket +Bundles signals from identifiable senders. | TQSignalMapper CDE look and feel. | QCDEStyle -Can be used to send signals for classes that don't inherit TQObject. | QSignal +Can be used to send signals for classes that don't inherit TQObject. | TQSignal Checkable list view items. | QCheckListItem Checkbox with a text label. | QCheckBox Checkboxes in QTables. | QCheckTableItem @@ -59,9 +59,9 @@ Column of tabbed widget items. | TQToolBox Combined button and popup list. | QComboBox Combines a TQDateEdit and TQTimeEdit widget into a single widget for editing datetimes. | TQDateTimeEdit Command button. | QPushButton -Common API for network protocols. | QNetworkProtocol -Common operations for network protocols. | QNetworkOperation -Common operations on URLs. | QUrlOperator +Common API for network protocols. | TQNetworkProtocol +Common operations for network protocols. | TQNetworkOperation +Common operations on URLs. | TQUrlOperator Const iterator for TQValueList. | TQValueListConstIterator Convenience class for input streams. | TQTextIStream Convenience class for output streams. | TQTextOStream @@ -97,7 +97,7 @@ Defines the size of a two-dimensional object. | TQSize Describes a key event. | QKeyEvent Dialog widget for selecting a font. | QFontDialog Dialog widget for specifying colors. | QColorDialog -Dialogs that allow users to select files or directories. | QFileDialog +Dialogs that allow users to select files or directories. | TQFileDialog Displays a number with LCD-like digits. | QLCDNumber Does low-level painting e.g. on widgets. | QPainter Doubly-linked list of char*. | TQStrList @@ -131,7 +131,7 @@ 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 +File previewing in TQFileDialog. | TQFilePreview Flexible SQL table widget that supports browsing and editing. | TQDataTable Flexible editable table widget. | QTable Font metrics information. | QFontMetrics @@ -145,7 +145,7 @@ Group of widget colors. | QColorGroup Groups actions together. | TQActionGroup Handles keyboard accelerator and shortcut keys. | QAccel Hardware-independent pixmap representation with direct access to the pixel data. | TQImage -Header information for HTTP. | QHttpHeader +Header information for HTTP. | TQHttpHeader Header row or column, e.g. for tables and listviews. | QHeader Helper class for TQString. | QCharRef Helper class for XML readers which want to include namespace support. | TQXmlNamespaceSupport @@ -153,14 +153,14 @@ Horizontal bar suitable for presenting status information. | TQStatusBar Horizontal geometry management for its child widgets. | QHBox Horizontal menu bar. | TQMenuBar Horizontal progress bar. | QProgressBar -I/O device that operates on a TQByteArray. | QBuffer -I/O device that operates on files. | QFile -IP address. | QHostAddress -Icons for QFileDialog to use. | QFileIconProvider -Implementation of a QNetworkProtocol that works on the local file system. | QLocalFs +I/O device that operates on a TQByteArray. | TQBuffer +I/O device that operates on files. | TQFile +IP address. | TQHostAddress +Icons for TQFileDialog to use. | TQFileIconProvider +Implementation of a TQNetworkProtocol that works on the local file system. | TQLocalFs Implementation of a simple XML reader (parser). | TQXmlSimpleReader -Implementation of the FTP protocol. | QFtp -Implementation of the HTTP protocol. | QHttp +Implementation of the FTP protocol. | TQFtp +Implementation of the HTTP protocol. | TQHttp Implements a list view item. | QListViewItem Implements a list/tree view. | QListView Implements a splitter widget. | QSplitter @@ -256,9 +256,9 @@ Parameters that describe a timer event. | TQTimerEvent Parameters that describe a wheel event. | QWheelEvent Pattern matching using regular expressions. | TQRegExp Per-thread data storage. | TQThreadStorage -Persistent platform-independent application settings. | QSettings +Persistent platform-independent application settings. | TQSettings Pixmaps for TQCanvasSprites. | TQCanvasPixmap -Platform-independent low-level socket API. | QSocketDevice +Platform-independent low-level socket API. | TQSocketDevice Platform-independent threads. | TQThread Polygon on a TQCanvas. | TQCanvasPolygon Polygonal canvas item on a TQCanvas. | TQCanvasPolygonalItem @@ -283,15 +283,15 @@ Represents an XML processing instruction. | TQDomProcessingInstruction Represents one attribute of a TQDomElement. | TQDomAttr Represents one element in the DOM tree. | TQDomElement Represents text data in the parsed XML document. | TQDomText -Request header information for HTTP. | QHttpRequestHeader -Response header information for HTTP. | QHttpResponseHeader +Request header information for HTTP. | TQHttpRequestHeader +Response header information for HTTP. | TQHttpResponseHeader Rich text browser with hypertext navigation. | TQTextBrowser Robust integer semaphore. | TQSemaphore Rounded range control (like a speedometer or potentiometer). | QDial SGI/Irix look and feel. | QSGIStyle SQL database error information. | TQSqlError Scrolling area with on-demand scroll bars. | QScrollView -Serialization of binary data to a TQIODevice. | QDataStream +Serialization of binary data to a TQIODevice. | TQDataStream Set of icons with different styles and sizes. | TQIconSet Signals that a main icon drag has begun. | TQIconDragEvent Simple convenience dialog to get a single value from the user. | QInputDialog @@ -308,16 +308,16 @@ Stack of tabbed widgets. | QTabWidget 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. | QUrlInfo +Stores information about URLs. | TQUrlInfo Stores meta data about a property. | QMetaProperty Stores meta data associated with a SQL field. | TQSqlFieldInfo Stream of data provided to a QNPInstance by the browser. | QNPStream String objects using constant Unicode data. | QConstString Support for custom events. | QCustomEvent -Support for socket callbacks. | QSocketNotifier +Support for socket callbacks. | TQSocketNotifier Supports drag and drop operations within a TQIconView. | TQIconDrag -System-independent file information. | QFileInfo -TCP-based server. | QServerSocket +System-independent file information. | TQFileInfo +TCP-based server. | TQServerSocket Tab bar, e.g. for use in tabbed dialogs. | QTabBar Template class that provides a cache based on TQString keys. | TQCache Template class that provides a cache based on char* keys. | TQAsciiCache @@ -363,7 +363,7 @@ Timer signals and single-shot timers. | TQTimer Tool tips (balloon help) for any widget or rectangular part of a widget. | TQToolTip Translator message and its properties. | QTranslatorMessage Tree of TQDomNodes which is not usually a complete TQDomDocument. | TQDomDocumentFragment -URL parser and simplifies working with URLs. | QUrl +URL parser and simplifies working with URLs. | TQUrl Used for installing custom colormaps into QGLWidgets. | QGLColormap Used to check a string against a regular expression. | TQRegExpValidator Used to create SQL database connections and to provide transaction handling. | TQSqlDatabase @@ -372,7 +372,7 @@ Used to create pixmaps for a TQIconSet. | TQIconFactory Used to create the editors used by TQDataTable and TQSqlForm. | TQSqlEditorFactory Used to map widgets to SQL fields. | TQSqlPropertyMap Used to report errors with the TQXmlErrorHandler interface. | TQXmlParseException -Used to start external programs and to communicate with them. | QProcess +Used to start external programs and to communicate with them. | TQProcess Validation of input text. | QValidator Validator which ensures that a string contains a valid integer within a specified range. | QIntValidator Value-based template class that provides a dictionary. | TQMap |