Implicitly Shared Classes
These Qt Core classes provides a safe and efficient way of sharing and manipulating data by implicitly sharing data.
The QDBusPendingCall class refers to one pending asynchronous call | |
The QDBusUnixFileDescriptor class holds one Unix file descriptor. | |
The QBitmap class provides monochrome (1-bit depth) pixmaps. | |
The QIcon class provides scalable icons in different modes and states. | |
The QImage class provides a hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device. | |
The QPicture class is a paint device that records and replays QPainter commands. | |
The QPixmap class is an off-screen image representation that can be used as a paint device. | |
The QCursor class provides a mouse cursor with an arbitrary shape. | |
The QKeySequence class encapsulates a key sequence as used by shortcuts. | |
The QPalette class contains color groups for each widget state. | |
The QOpenGLDebugMessage class wraps an OpenGL debug message. | |
The QBrush class defines the fill pattern of shapes drawn by QPainter. | |
The QGradient class is used in combination with QBrush to specify gradient fills. | |
The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused. | |
The QPen class defines how a QPainter should draw lines and outlines of shapes. | |
The QPolygon class provides a vector of points using integer precision. | |
The QPolygonF class provides a vector of points using floating point precision. | |
The QRegion class specifies a clip region for a painter. | |
The QFont class specifies a font used for drawing text. | |
The QFontInfo class provides general information about fonts. | |
The QFontMetrics class provides font metrics information. | |
The QFontMetricsF class provides font metrics information. | |
The QGlyphRun class provides direct access to the internal glyphs in a font. | |
The QRawFont class provides access to a single physical instance of a font. | |
The QStaticText class enables optimized drawing of text when the text and its layout is updated rarely. | |
The QTextCursor class offers an API to access and modify QTextDocuments. | |
The QTextDocumentFragment class represents a piece of formatted text from a QTextDocument. | |
The QTextBlockFormat class provides formatting information for blocks of text in a QTextDocument. | |
The QTextCharFormat class provides formatting information for characters in a QTextDocument. | |
The QTextFormat class provides formatting information for a QTextDocument. | |
The QTextFrameFormat class provides formatting information for frames in a QTextDocument. | |
The QTextImageFormat class provides formatting information for images in a QTextDocument. | |
The QTextListFormat class provides formatting information for lists in a QTextDocument. | |
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. | |
The QTextTableFormat class provides formatting information for tables in a QTextDocument. | |
The QNetworkCacheMetaData class provides cache information. | |
The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message. | |
The QNetworkCookie class holds one network cookie. | |
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager. | |
The QNetworkConfiguration class provides an abstraction of one or more access point configurations. | |
The QDnsDomainNameRecord class stores information about a domain name record. | |
The QDnsHostAddressRecord class stores information about a host address record. | |
The QDnsMailExchangeRecord class stores information about a DNS MX record. | |
The QDnsServiceRecord class stores information about a DNS SRV record. | |
The QDnsTextRecord class stores information about a DNS TXT record. | |
The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address. | |
The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces. | |
The QNetworkProxy class provides a network layer proxy. | |
The QNetworkProxyQuery class is used to query the proxy settings for a socket. | |
The QSslCertificate class provides a convenient API for an X509 certificate. | |
The QSslCertificateExtension class provides an API for accessing the extensions of an X509 certificate. | |
The QSslCipher class represents an SSL cryptographic cipher. | |
The QSslConfiguration class holds the configuration and state of an SSL connection | |
The QSslError class provides an SSL error. | |
The QSslKey class provides an interface for private and public keys. | |
Output stream for debugging information | |
Access to directory structures and their contents | |
System-independent file information | |
Holds the environment variables that can be passed to a program | |
Convenient interface for working with URLs | |
Way to manipulate a key-value pairs in a URL's query | |
Used to locate data in a data model | |
Acts like a union for the most common Qt data types | |
Describes types of file or data, represented by a MIME type string | |
Array of bits | |
Array of bytes | |
Template class that provides a cache | |
Compares strings according to a localized collation algorithm | |
Can be used to speed up string collation | |
Defines a possible command-line option | |
Template class that provides a contiguous cache | |
Date and time functions | |
Template class that provides a hash-table-based dictionary | |
Convenience QHash subclass that provides multi-valued hashes | |
Template class that provides linked lists | |
Template class that provides lists | |
Converts between numbers and their string representations in various languages | |
Template class that provides a red-black-tree-based dictionary | |
Convenience QMap subclass that provides multi-valued maps | |
Generic container that provides a queue | |
Pattern matching using regular expressions | |
Pattern matching using regular expressions | |
The results of a matching a QRegularExpression against a string | |
Iterator on the results of a global match of a QRegularExpression object against a string | |
Template class that provides a hash-table-based set | |
Template class that provides a stack | |
Unicode character string | |
List of strings | |
Way of finding Unicode text boundaries in a string | |
Template class that provides a dynamic array |