Package qt3-doc-man
- lrelease(1qt338d) β generate Qt message files from Qt Linguist translation files
- lupdate(1qt338d) β update Qt Linguist translation files
- moc(1qt338d) β generate Qt meta object support code
- qaccel(3qt338d) β Handles keyboard accelerator and shortcut keys
- qaccessible(3qt338d) β Enums and static functions relating to accessibility
- qaccessibleinterface(3qt338d) β Defines an interface that exposes information about accessible objects
- qaccessibleobject(3qt338d) β Implements parts of the QAccessibleInterface for QObjects
- qaction(3qt338d) β Abstract user interface action that can appear both in menus and tool bars
- qactiongroup(3qt338d) β Groups actions together
- qapplication(3qt338d) β Manages the GUI application's control flow and main settings
- qasciicache(3qt338d) β Template class that provides a cache based on char* keys
- qasciicacheiterator(3qt338d) β Iterator for QAsciiCache collections
- qasciidict(3qt338d) β Template class that provides a dictionary based on char* keys
- qasciidictiterator(3qt338d) β Iterator for QAsciiDict collections
- qassistantclient(3qt338d) β Means of using Qt Assistant as an application's help tool
- qaxaggregated(3qt338d) β Abstract base class for implementations of additional COM interfaces
- qaxbase(3qt338d) β Abstract class that provides an API to initalize and access a COM object
- qaxbindable(3qt338d) β Interface between a QWidget and an ActiveX client
- qaxfactory(3qt338d) β Defines a factory for the creation of COM components
- qaxobject(3qt338d) β QObject that wraps a COM object
- qaxscript(3qt338d) β Wrapper around script code
- qaxscriptengine(3qt338d) β Wrapper around a script engine
- qaxscriptmanager(3qt338d) β Bridge between application objects and script code
- qaxwidget(3qt338d) β QWidget that wraps an ActiveX control
- qbig5codec(3qt338d) β Conversion to and from the Big5 encoding
- qbig5hkscscodec(3qt338d) β Conversion to and from the Big5-HKSCS encoding
- qbitarray(3qt338d) β Array of bits
- qbitmap(3qt338d) β Monochrome (1-bit depth) pixmaps
- qbitval(3qt338d) β Internal class, used with QBitArray
- qboxlayout(3qt338d) β Lines up child widgets horizontally or vertically
- qbrush(3qt338d) β Defines the fill pattern of shapes drawn by a QPainter
- qbuffer(3qt338d) β I/O device that operates on a QByteArray
- qbutton(3qt338d) β The abstract base class of button widgets, providing functionality common to buttons
- qbuttongroup(3qt338d) β Organizes QButton widgets in a group
- qbytearray(3qt338d) β Array of bytes
- qcache(3qt338d) β Template class that provides a cache based on QString keys
- qcacheiterator(3qt338d) β Iterator for QCache collections
- qcanvas(3qt338d) β 2D area that can contain QCanvasItem objects
- qcanvasellipse(3qt338d) β Ellipse or ellipse segment on a QCanvas
- qcanvasitem(3qt338d) β Abstract graphic object on a QCanvas
- qcanvasitemlist(3qt338d) β List of QCanvasItems
- qcanvasline(3qt338d) β Line on a QCanvas
- qcanvaspixmap(3qt338d) β Pixmaps for QCanvasSprites
- qcanvaspixmaparray(3qt338d) β Array of QCanvasPixmaps
- qcanvaspolygon(3qt338d) β Polygon on a QCanvas
- qcanvaspolygonalitem(3qt338d) β Polygonal canvas item on a QCanvas
- qcanvasrectangle(3qt338d) β Rectangle on a QCanvas
- qcanvasspline(3qt338d) β Multi-bezier splines on a QCanvas
- qcanvassprite(3qt338d) β Animated canvas item on a QCanvas
- qcanvastext(3qt338d) β Text object on a QCanvas
- qcanvasview(3qt338d) β On-screen view of a QCanvas
- qcdestyle(3qt338d) β CDE look and feel
- qchar(3qt338d) β Lightweight Unicode character
- qcharref(3qt338d) β Helper class for QString
- qcheckbox(3qt338d) β Checkbox with a text label
- qchecklistitem(3qt338d) β Checkable list view items
- qchecktableitem(3qt338d) β Checkboxes in QTables
- qchildevent(3qt338d) β Event parameters for child object events
- qclipboard(3qt338d) β Access to the window system clipboard
- qcloseevent(3qt338d) β Parameters that describe a close event
- qcolor(3qt338d) β Colors based on RGB or HSV values
- qcolordialog(3qt338d) β Dialog widget for specifying colors
- qcolordrag(3qt338d) β Drag and drop object for transferring colors
- qcolorgroup(3qt338d) β Group of widget colors
- qcombobox(3qt338d) β Combined button and popup list
- qcombotableitem(3qt338d) β Means of using comboboxes in QTables
- qcommonstyle(3qt338d) β Encapsulates the common Look and Feel of a GUI
- qconststring(3qt338d) β String objects using constant Unicode data
- qcontextmenuevent(3qt338d) β Parameters that describe a context menu event
- qcopchannel(3qt338d) β Communication capabilities between several clients
- qcstring(3qt338d) β Abstraction of the classic C zero-terminated char array (char *)
- qcursor(3qt338d) β Mouse cursor with an arbitrary shape
- qcustomevent(3qt338d) β Support for custom events
- qcustommenuitem(3qt338d) β Abstract base class for custom menu items in popup menus
- qdatabrowser(3qt338d) β Data manipulation and navigation for data entry forms
- qdatastream(3qt338d) β Serialization of binary data to a QIODevice
- qdatatable(3qt338d) β Flexible SQL table widget that supports browsing and editing
- qdataview(3qt338d) β Read-only SQL forms
- qdate(3qt338d) β Date functions
- qdateedit(3qt338d) β Date editor
- qdatetime(3qt338d) β Date and time functions
- qdatetimeedit(3qt338d) β Combines a QDateEdit and QTimeEdit widget into a single widget for editing datetimes
- qdatetimeeditbase(3qt338d) β Abstraction for date and edit editors
- qdeepcopy(3qt338d) β Template class which ensures that
- qdesktopwidget(3qt338d) β Access to screen information on multi-head systems
- qdial(3qt338d) β Rounded range control (like a speedometer or potentiometer)
- qdialog(3qt338d) β The base class of dialog windows
- qdict(3qt338d) β Template class that provides a dictionary based on QString keys
- qdictiterator(3qt338d) β Iterator for QDict collections
- qdir(3qt338d) β Access to directory structures and their contents in a platform-independent way
- qdirectpainter(3qt338d) β Direct access to the video hardware
- qdns(3qt338d) β Asynchronous DNS lookups
- qdockarea(3qt338d) β Manages and lays out QDockWindows
- qdockwindow(3qt338d) β Widget which can be docked inside a QDockArea or floated as a top level window on the desktop
- qdomattr(3qt338d) β Represents one attribute of a QDomElement
- qdomcdatasection(3qt338d) β Represents an XML CDATA section
- qdomcharacterdata(3qt338d) β Represents a generic string in the DOM
- qdomcomment(3qt338d) β Represents an XML comment
- qdomdocument(3qt338d) β Represents an XML document
- qdomdocumentfragment(3qt338d) β Tree of QDomNodes which is not usually a complete QDomDocument
- qdomdocumenttype(3qt338d) β The representation of the DTD in the document tree
- qdomelement(3qt338d) β Represents one element in the DOM tree
- qdomentity(3qt338d) β Represents an XML entity
- qdomentityreference(3qt338d) β Represents an XML entity reference
- qdomimplementation(3qt338d) β Information about the features of the DOM implementation
- qdomnamednodemap(3qt338d) β Collection of nodes that can be accessed by name
- qdomnode(3qt338d) β The base class for all the nodes in a DOM tree
- qdomnodelist(3qt338d) β List of QDomNode objects
- qdomnotation(3qt338d) β Represents an XML notation
- qdomprocessinginstruction(3qt338d) β Represents an XML processing instruction
- qdomtext(3qt338d) β Represents text data in the parsed XML document
- qdoublevalidator(3qt338d) β Range checking of floating-point numbers
- qdragenterevent(3qt338d) β Event which is sent to the widget when a drag and drop first drags onto the widget
- qdragleaveevent(3qt338d) β Event which is sent to the widget when a drag and drop leaves the widget
- qdragmoveevent(3qt338d) β Event which is sent while a drag and drop is in progress
- qdragobject(3qt338d) β Encapsulates MIME-based data transfer
- qdropevent(3qt338d) β Event which is sent when a drag and drop is completed
- qeditorfactory(3qt338d) β Used to create editor widgets for QVariant data types
- qerrormessage(3qt338d) β Error message display dialog
- qeucjpcodec(3qt338d) β Conversion to and from EUC-JP character sets
- qeuckrcodec(3qt338d) β Conversion to and from EUC-KR character sets
- qevent(3qt338d) β The base class of all event classes. Event objects contain event parameters
- qeventloop(3qt338d) β Manages the event queue
- qfile(3qt338d) β I/O device that operates on files
- qfiledialog(3qt338d) β Dialogs that allow users to select files or directories
- qfileiconprovider(3qt338d) β Icons for QFileDialog to use
- qfileinfo(3qt338d) β System-independent file information
- qfilepreview(3qt338d) β File previewing in QFileDialog
- qfocusdata(3qt338d) β Maintains the list of widgets in the focus chain
- qfocusevent(3qt338d) β Event parameters for widget focus events
- qfont(3qt338d) β Font used for drawing text
- qfontdatabase(3qt338d) β Information about the fonts available in the underlying window system
- qfontdialog(3qt338d) β Dialog widget for selecting a font
- qfontinfo(3qt338d) β General information about fonts
- qfontmanager(3qt338d) β Implements font management in Qt/Embedded
- qfontmetrics(3qt338d) β Font metrics information
- qframe(3qt338d) β The base class of widgets that can have a frame
- qftp(3qt338d) β Implementation of the FTP protocol
- qgb18030codec(3qt338d) β Conversion to and from the Chinese GB18030/GBK/GB2312 encoding
- qgb2312codec(3qt338d) β Conversion to and from the Chinese GB2312 encoding
- qgbkcodec(3qt338d) β Conversion to and from the Chinese GBK encoding
- qgfxdriverfactory(3qt338d) β Creates QScreen objects for Qt/Embedded
- qgfxdriverplugin(3qt338d) β Abstract base for Qt/Embedded graphics driver plugins
- qgl(3qt338d) β Namespace for miscellaneous identifiers in the Qt OpenGL module
- qglayoutiterator(3qt338d) β Abstract base class of internal layout iterators
- qglcolormap(3qt338d) β Used for installing custom colormaps into QGLWidgets
- qglcontext(3qt338d) β Encapsulates an OpenGL rendering context
- qglformat(3qt338d) β The display format of an OpenGL rendering context
- qglwidget(3qt338d) β Widget for rendering OpenGL graphics
- qgrid(3qt338d) β Simple geometry management of its children
- qgridlayout(3qt338d) β Lays out widgets in a grid
- qgridview(3qt338d) β Abstract base for fixed-size grids
- qgroupbox(3qt338d) β Group box frame with a title
- qguardedptr(3qt338d) β Template class that provides guarded pointers to QObjects
- qhbox(3qt338d) β Horizontal geometry management for its child widgets
- qhboxlayout(3qt338d) β Lines up widgets horizontally
- qhbuttongroup(3qt338d) β Organizes QButton widgets in a group with one horizontal row
- qheader(3qt338d) β Header row or column, e.g. for tables and listviews
- qhebrewcodec(3qt338d) β Conversion to and from visually ordered Hebrew
- qhgroupbox(3qt338d) β Organizes widgets in a group with one horizontal row
- qhideevent(3qt338d) β Event which is sent after a widget is hidden
- qhostaddress(3qt338d) β IP address
- qhttp(3qt338d) β Implementation of the HTTP protocol
- qhttpheader(3qt338d) β Header information for HTTP
- qhttprequestheader(3qt338d) β Request header information for HTTP
- qhttpresponseheader(3qt338d) β Response header information for HTTP
- qicondrag(3qt338d) β Supports drag and drop operations within a QIconView
- qicondragevent(3qt338d) β Signals that a main icon drag has begun
- qicondragitem(3qt338d) β Encapsulates a drag item
- qiconfactory(3qt338d) β Used to create pixmaps for a QIconSet
- qiconset(3qt338d) β Set of icons with different styles and sizes
- qiconview(3qt338d) β Area with movable labelled icons
- qiconviewitem(3qt338d) β Single item in a QIconView
- qimage(3qt338d) β Hardware-independent pixmap representation with direct access to the pixel data
- qimageconsumer(3qt338d) β Abstraction used by QImageDecoder
- qimagedecoder(3qt338d) β Incremental image decoder for all supported image formats
- qimagedrag(3qt338d) β Drag and drop object for transferring images
- qimageformat(3qt338d) β Incremental image decoder for a specific image format
- qimageformatplugin(3qt338d) β Abstract base for custom image format plugins
- qimageformattype(3qt338d) β Factory that makes QImageFormat objects
- qimageio(3qt338d) β Parameters for loading and saving images
- qimevent(3qt338d) β Parameters for input method events
- qinputdialog(3qt338d) β Simple convenience dialog to get a single value from the user
- qintcache(3qt338d) β Template class that provides a cache based on long keys
- qintcacheiterator(3qt338d) β Iterator for QIntCache collections
- qintdict(3qt338d) β Template class that provides a dictionary based on long keys
- qintdictiterator(3qt338d) β Iterator for QIntDict collections
- qintvalidator(3qt338d) β Validator which ensures that a string contains a valid integer within a specified range
- qiodevice(3qt338d) β The base class of I/O devices
- qjiscodec(3qt338d) β Conversion to and from JIS character sets
- qkbddriverfactory(3qt338d) β Creates QWSKeyboardHandler objects for Qt/Embedded
- qkbddriverplugin(3qt338d) β Abstract base for Qt/Embedded keyboard driver plugins
- qkeyevent(3qt338d) β Describes a key event
- qkeysequence(3qt338d) β Encapsulates a key sequence as used by accelerators
- qlabel(3qt338d) β Text or image display
- qlayout(3qt338d) β The base class of geometry managers
- qlayoutitem(3qt338d) β Abstract item that a QLayout manipulates
- qlayoutiterator(3qt338d) β Iterators over QLayoutItem
- qlcdnumber(3qt338d) β Displays a number with LCD-like digits
- qlibrary(3qt338d) β Wrapper for handling shared libraries
- qlineedit(3qt338d) β One-line text editor
- qlistbox(3qt338d) β List of selectable, read-only items
- qlistboxitem(3qt338d) β The base class of all list box items
- qlistboxpixmap(3qt338d) β List box items with a pixmap and optional text
- qlistboxtext(3qt338d) β List box items that display text
- qlistview(3qt338d) β Implements a list/tree view
- qlistviewitem(3qt338d) β Implements a list view item
- qlistviewitemiterator(3qt338d) β Iterator for collections of QListViewItems
- qlocale(3qt338d) β Converts between numbers and their string representations in various languages
- qlocalfs(3qt338d) β Implementation of a QNetworkProtocol that works on the local file system
- qmacmime(3qt338d) β Maps open-standard MIME to Mac flavors
- qmacstyle(3qt338d) β Implements an Appearance Manager style
- qmainwindow(3qt338d) β Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar
- qmap(3qt338d) β Value-based template class that provides a dictionary
- qmapconstiterator(3qt338d) β Iterator for QMap
- qmapiterator(3qt338d) β Iterator for QMap
- qmemarray(3qt338d) β Template class that provides arrays of simple types
- qmenubar(3qt338d) β Horizontal menu bar
- qmenudata(3qt338d) β Base class for QMenuBar and QPopupMenu
- qmessagebox(3qt338d) β Modal dialog with a short message, an icon, and some buttons
- qmetaobject(3qt338d) β Meta information about Qt objects
- qmetaproperty(3qt338d) β Stores meta data about a property
- qmimesource(3qt338d) β Abstraction of objects which provide formatted data of a certain MIME type
- qmimesourcefactory(3qt338d) β Extensible provider of mime-typed data
- qmotif(3qt338d) β The basis of the
- qmotifdialog(3qt338d) β The QDialog API for Motif-based dialogs
- qmotifplusstyle(3qt338d) β More sophisticated Motif-ish look and feel
- qmotifstyle(3qt338d) β Motif look and feel
- qmotifwidget(3qt338d) β The QWidget API for Xt/Motif widgets
- qmousedriverfactory(3qt338d) β Creates QWSMouseHandler objects for Qt/Embedded
- qmousedriverplugin(3qt338d) β Abstract base for Qt/Embedded mouse driver plugins
- qmouseevent(3qt338d) β Parameters that describe a mouse event
- qmoveevent(3qt338d) β Event parameters for move events
- qmovie(3qt338d) β Incremental loading of animations or images, signalling as it progresses
- qmutex(3qt338d) β Access serialization between threads
- qmutexlocker(3qt338d) β Simplifies locking and unlocking QMutexes
- qnetworkoperation(3qt338d) β Common operations for network protocols
- qnetworkprotocol(3qt338d) β Common API for network protocols
- qnpinstance(3qt338d) β QObject that is a web browser plugin
- qnplugin(3qt338d) β The main factory for plugin objects
- qnpstream(3qt338d) β Stream of data provided to a QNPInstance by the browser
- qnpwidget(3qt338d) β QWidget that is a web browser plugin window
- qobject(3qt338d) β The base class of all Qt objects
- qobjectcleanuphandler(3qt338d) β Watches the lifetime of multiple QObjects
- qobjectlist(3qt338d) β QPtrList of QObjects
- qobjectlistiterator(3qt338d) β Iterator for QObjectLists
- qpaintdevice(3qt338d) β The base class of objects that can be painted
- qpaintdevicemetrics(3qt338d) β Information about a paint device
- qpainter(3qt338d) β Does low-level painting e.g. on widgets
- qpaintevent(3qt338d) β Event parameters for paint events
- qpair(3qt338d) β Value-based template class that provides a pair of elements
- qpalette(3qt338d) β Color groups for each widget state
- qpen(3qt338d) β Defines how a QPainter should draw lines and outlines of shapes
- qpicture(3qt338d) β Paint device that records and replays QPainter commands
- qpixmap(3qt338d) β Off-screen, pixel-based paint device
- qpixmapcache(3qt338d) β Application-global cache for pixmaps
- qplatinumstyle(3qt338d) β Mac/Platinum look and feel
- qpngimagepacker(3qt338d) β Creates well-compressed PNG animations
- qpoint(3qt338d) β Defines a point in the plane
- qpointarray(3qt338d) β Array of points
- qpopupmenu(3qt338d) β Popup menu widget
- qprinter(3qt338d) β Paint device that paints on a printer
- qprocess(3qt338d) β Used to start external programs and to communicate with them
- qprogressbar(3qt338d) β Horizontal progress bar
- qprogressdialog(3qt338d) β Feedback on the progress of a slow operation
- qptrcollection(3qt338d) β The base class of most pointer-based Qt collections
- qptrdict(3qt338d) β Template class that provides a dictionary based on void* keys
- qptrdictiterator(3qt338d) β Iterator for QPtrDict collections
- qptrlist(3qt338d) β Template class that provides a list
- qptrlistiterator(3qt338d) β Iterator for QPtrList collections
- qptrqueue(3qt338d) β Template class that provides a queue
- qptrstack(3qt338d) β Template class that provides a stack
- qptrvector(3qt338d) β Template collection class that provides a vector (array)
- qpushbutton(3qt338d) β Command button
- qradiobutton(3qt338d) β Radio button with a text or pixmap label
- qrangecontrol(3qt338d) β Integer value within a range
- qrect(3qt338d) β Defines a rectangle in the plane
- qregexp(3qt338d) β Pattern matching using regular expressions
- qregexpvalidator(3qt338d) β Used to check a string against a
- qregion(3qt338d) β Clip region for a painter
- qresizeevent(3qt338d) β Event parameters for resize events
- qscreen(3qt338d) β And its descendants manage the framebuffer and palette
- qscrollbar(3qt338d) β Vertical or horizontal scroll bar
- qscrollview(3qt338d) β Scrolling area with on-demand scroll bars
- qsemaphore(3qt338d) β Robust integer semaphore
- qserversocket(3qt338d) β TCP-based server
- qsessionmanager(3qt338d) β Access to the session manager
- qsettings(3qt338d) β Persistent platform-independent application settings
- qsgistyle(3qt338d) β SGI/Irix look and feel
- qshowevent(3qt338d) β Event which is sent when a widget is shown
- qsignal(3qt338d) β Can be used to send signals for classes that don't inherit QObject
- qsignalmapper(3qt338d) β Bundles signals from identifiable senders
- qsimplerichtext(3qt338d) β Small displayable piece of rich text
- qsize(3qt338d) β Defines the size of a two-dimensional object
- qsizegrip(3qt338d) β Corner-grip for resizing a top-level window
- qsizepolicy(3qt338d) β Layout attribute describing horizontal and vertical resizing policy
- qsjiscodec(3qt338d) β Conversion to and from Shift-JIS
- qslider(3qt338d) β Vertical or horizontal slider
- qsocket(3qt338d) β Buffered TCP connection
- qsocketdevice(3qt338d) β Platform-independent low-level socket API
- qsocketnotifier(3qt338d) β Support for socket callbacks
- qsound(3qt338d) β Access to the platform audio facilities
- qspaceritem(3qt338d) β Blank space in a layout
- qspinbox(3qt338d) β Spin box widget (spin button)
- qsplashscreen(3qt338d) β Splash screen that can be shown during application startup
- qsplitter(3qt338d) β Implements a splitter widget
- qsql(3qt338d) β Namespace for Qt SQL identifiers that need to be global-like
- qsqlcursor(3qt338d) β Browsing and editing of SQL tables and views
- qsqldatabase(3qt338d) β Used to create SQL database connections and to provide transaction handling
- qsqldriver(3qt338d) β Abstract base class for accessing SQL databases
- qsqldriverplugin(3qt338d) β Abstract base for custom QSqlDriver plugins
- qsqleditorfactory(3qt338d) β Used to create the editors used by QDataTable and QSqlForm
- qsqlerror(3qt338d) β SQL database error information
- qsqlfield(3qt338d) β Manipulates the fields in SQL database tables and views
- qsqlfieldinfo(3qt338d) β Stores meta data associated with a SQL field
- qsqlform(3qt338d) β Creates and manages data entry forms tied to SQL databases
- qsqlindex(3qt338d) β Functions to manipulate and describe QSqlCursor and QSqlDatabase indexes
- qsqlpropertymap(3qt338d) β Used to map widgets to SQL fields
- qsqlquery(3qt338d) β Means of executing and manipulating SQL statements
- qsqlrecord(3qt338d) β Encapsulates a database record, i.e. a set of database fields
- qsqlrecordinfo(3qt338d) β Encapsulates a set of database field meta data
- qsqlresult(3qt338d) β Abstract interface for accessing data from SQL databases
- qsqlselectcursor(3qt338d) β Browsing of general SQL SELECT statements
- qstatusbar(3qt338d) β Horizontal bar suitable for presenting status information
- qstoreddrag(3qt338d) β Simple stored-value drag object for arbitrary MIME data
- qstrilist(3qt338d) β Doubly-linked list of char* with case-insensitive comparison
- qstring(3qt338d) β Abstraction of Unicode text and the classic C '\0'-terminated char array
- qstringlist(3qt338d) β List of strings
- qstrlist(3qt338d) β Doubly-linked list of char*
- qstrlistiterator(3qt338d) β Iterator for the QStrList and QStrIList classes
- qstyle(3qt338d) β The look and feel of a GUI
- qstylefactory(3qt338d) β Creates QStyle objects
- qstyleoption(3qt338d) β Optional parameters for QStyle functions
- qstyleplugin(3qt338d) β Abstract base for custom QStyle plugins
- qstylesheet(3qt338d) β Collection of styles for rich text rendering and a generator of tags
- qstylesheetitem(3qt338d) β Encapsulation of a set of text styles
- qsyntaxhighlighter(3qt338d) β Base class for implementing QTextEdit syntax highlighters
- qt(3qt338d) β Namespace for miscellaneous identifiers that need to be global-like
- qtab(3qt338d) β The structures in a QTabBar
- qtabbar(3qt338d) β Tab bar, e.g. for use in tabbed dialogs
- qtabdialog(3qt338d) β Stack of tabbed widgets
- qtable(3qt338d) β Flexible editable table widget
- qtableitem(3qt338d) β The cell content for QTable cells
- qtableselection(3qt338d) β Access to a selected area in a QTable
- qtabletevent(3qt338d) β Parameters that describe a Tablet event
- qtabwidget(3qt338d) β Stack of tabbed widgets
- qtextbrowser(3qt338d) β Rich text browser with hypertext navigation
- qtextcodec(3qt338d) β Conversion between text encodings
- qtextcodecplugin(3qt338d) β Abstract base for custom QTextCodec plugins
- qtextdecoder(3qt338d) β State-based decoder
- qtextdrag(3qt338d) β Drag and drop object for transferring plain and Unicode text
- qtextedit(3qt338d) β Powerful single-page rich text editor
- qtextencoder(3qt338d) β State-based encoder
- qtextistream(3qt338d) β Convenience class for input streams
- qtextostream(3qt338d) β Convenience class for output streams
- qtextstream(3qt338d) β Basic functions for reading and writing text using a QIODevice
- qthread(3qt338d) β Platform-independent threads
- qthreadstorage(3qt338d) β Per-thread data storage
- qtime(3qt338d) β Clock time functions
- qtimeedit(3qt338d) β Time editor
- qtimer(3qt338d) β Timer signals and single-shot timers
- qtimerevent(3qt338d) β Parameters that describe a timer event
- qtoolbar(3qt338d) β Movable panel containing widgets such as tool buttons
- qtoolbox(3qt338d) β Column of tabbed widget items
- qtoolbutton(3qt338d) β Quick-access button to commands or options, usually used inside a QToolBar
- qtooltip(3qt338d) β Tool tips (balloon help) for any widget or rectangular part of a widget
- qtooltipgroup(3qt338d) β Collects tool tips into related groups
- qtranslator(3qt338d)
- qtranslatormessage(3qt338d) β Translator message and its properties
- qtsciicodec(3qt338d) β Conversion to and from the Tamil TSCII encoding
- quridrag(3qt338d) β Drag object for a list of URI references
- qurl(3qt338d) β URL parser and simplifies working with URLs
- qurlinfo(3qt338d) β Stores information about URLs
- qurloperator(3qt338d) β Common operations on URLs
- quuid(3qt338d) β Defines a Universally Unique Identifier (UUID)
- qvalidator(3qt338d) β Validation of input text
- qvaluelist(3qt338d) β Value-based template class that provides lists
- qvaluelistconstiterator(3qt338d) β Const iterator for QValueList
- qvaluelistiterator(3qt338d) β Iterator for QValueList
- qvaluestack(3qt338d) β Value-based template class that provides a stack
- qvaluevector(3qt338d) β Value-based template class that provides a dynamic array
- qvariant(3qt338d) β Acts like a union for the most common Qt data types
- qvbox(3qt338d) β Vertical geometry management of its child widgets
- qvboxlayout(3qt338d) β Lines up widgets vertically
- qvbuttongroup(3qt338d) β Organizes QButton widgets in a vertical column
- qvgroupbox(3qt338d) β Organizes a group of widgets in a vertical column
- qwaitcondition(3qt338d) β Allows waiting/waking for conditions between threads
- qwhatsthis(3qt338d) β Simple description of any widget, i.e. answering the question What's this?
- qwheelevent(3qt338d) β Parameters that describe a wheel event
- qwidget(3qt338d) β The base class of all user interface objects
- qwidgetfactory(3qt338d) β For the dynamic creation of widgets from Qt Designer .ui files
- qwidgetitem(3qt338d) β Layout item that represents a widget
- qwidgetplugin(3qt338d) β Abstract base for custom QWidget plugins
- qwidgetstack(3qt338d) β Stack of widgets of which only the top widget is user-visible
- qwindowsmime(3qt338d) β Maps open-standard MIME to Window Clipboard formats
- qwindowsstyle(3qt338d) β Microsoft Windows-like look and feel
- qwizard(3qt338d) β Framework for wizard dialogs
- qwmatrix(3qt338d) β 2D transformations of a coordinate system
- qworkspace(3qt338d) β Workspace window that can contain decorated windows, e.g. for MDI
- qwsdecoration(3qt338d) β Allows the appearance of the Qt/Embedded Window Manager to be customized
- qwsinputmethod(3qt338d) β International input methods for Qt/Embedded
- qwskeyboardhandler(3qt338d) β Implements the keyboard driver for Qt/Embedded
- qwsmousehandler(3qt338d) β Mouse driver for Qt/Embedded
- qwsserver(3qt338d) β Server-specific functionality in Qt/Embedded
- qwswindow(3qt338d) β Server-specific functionality in Qt/Embedded
- qxmlattributes(3qt338d) β XML attributes
- qxmlcontenthandler(3qt338d) β Interface to report the logical content of XML data
- qxmldeclhandler(3qt338d) β Interface to report declaration content of XML data
- qxmldefaulthandler(3qt338d) β Default implementation of all the XML handler classes
- qxmldtdhandler(3qt338d) β Interface to report DTD content of XML data
- qxmlentityresolver(3qt338d) β Interface to resolve external entities contained in XML data
- qxmlerrorhandler(3qt338d) β Interface to report errors in XML data
- qxmlinputsource(3qt338d) β The input data for the QXmlReader subclasses
- qxmllexicalhandler(3qt338d) β Interface to report the lexical content of XML data
- qxmllocator(3qt338d) β The XML handler classes with information about the parsing position within a file
- qxmlnamespacesupport(3qt338d) β Helper class for XML readers which want to include namespace support
- qxmlparseexception(3qt338d) β Used to report errors with the QXmlErrorHandler interface
- qxmlreader(3qt338d) β Interface for XML readers (i.e. parsers)
- qxmlsimplereader(3qt338d) β Implementation of a simple XML reader (parser)
- uic(1qt338d) β Qt user interface compiler