Implicitly Shared Classes

These Qt Core classes provides a safe and efficient way of sharing and manipulating data by implicitly sharing data.

QDBusPendingCall

The QDBusPendingCall class refers to one pending asynchronous call

QDBusUnixFileDescriptor

The QDBusUnixFileDescriptor class holds one Unix file descriptor.

QBitmap

The QBitmap class provides monochrome (1-bit depth) pixmaps.

QIcon

The QIcon class provides scalable icons in different modes and states.

QImage

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.

QPicture

The QPicture class is a paint device that records and replays QPainter commands.

QPixmap

The QPixmap class is an off-screen image representation that can be used as a paint device.

QCursor

The QCursor class provides a mouse cursor with an arbitrary shape.

QKeySequence

The QKeySequence class encapsulates a key sequence as used by shortcuts.

QPalette

The QPalette class contains color groups for each widget state.

QOpenGLDebugMessage

The QOpenGLDebugMessage class wraps an OpenGL debug message.

QBrush

The QBrush class defines the fill pattern of shapes drawn by QPainter.

QGradient

The QGradient class is used in combination with QBrush to specify gradient fills.

QPainterPath

The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused.

QPen

The QPen class defines how a QPainter should draw lines and outlines of shapes.

QPolygon

The QPolygon class provides a vector of points using integer precision.

QPolygonF

The QPolygonF class provides a vector of points using floating point precision.

QRegion

The QRegion class specifies a clip region for a painter.

QFont

The QFont class specifies a font used for drawing text.

QFontInfo

The QFontInfo class provides general information about fonts.

QFontMetrics

The QFontMetrics class provides font metrics information.

QFontMetricsF

The QFontMetricsF class provides font metrics information.

QGlyphRun

The QGlyphRun class provides direct access to the internal glyphs in a font.

QRawFont

The QRawFont class provides access to a single physical instance of a font.

QStaticText

The QStaticText class enables optimized drawing of text when the text and its layout is updated rarely.

QTextCursor

The QTextCursor class offers an API to access and modify QTextDocuments.

QTextDocumentFragment

The QTextDocumentFragment class represents a piece of formatted text from a QTextDocument.

QTextBlockFormat

The QTextBlockFormat class provides formatting information for blocks of text in a QTextDocument.

QTextCharFormat

The QTextCharFormat class provides formatting information for characters in a QTextDocument.

QTextFormat

The QTextFormat class provides formatting information for a QTextDocument.

QTextFrameFormat

The QTextFrameFormat class provides formatting information for frames in a QTextDocument.

QTextImageFormat

The QTextImageFormat class provides formatting information for images in a QTextDocument.

QTextListFormat

The QTextListFormat class provides formatting information for lists in a QTextDocument.

QTextTableCellFormat

The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument.

QTextTableFormat

The QTextTableFormat class provides formatting information for tables in a QTextDocument.

QNetworkCacheMetaData

The QNetworkCacheMetaData class provides cache information.

QHttpPart

The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message.

QNetworkCookie

The QNetworkCookie class holds one network cookie.

QNetworkRequest

The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.

QNetworkConfiguration

The QNetworkConfiguration class provides an abstraction of one or more access point configurations.

QDnsDomainNameRecord

The QDnsDomainNameRecord class stores information about a domain name record.

QDnsHostAddressRecord

The QDnsHostAddressRecord class stores information about a host address record.

QDnsMailExchangeRecord

The QDnsMailExchangeRecord class stores information about a DNS MX record.

QDnsServiceRecord

The QDnsServiceRecord class stores information about a DNS SRV record.

QDnsTextRecord

The QDnsTextRecord class stores information about a DNS TXT record.

QNetworkAddressEntry

The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.

QNetworkInterface

The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.

QNetworkProxy

The QNetworkProxy class provides a network layer proxy.

QNetworkProxyQuery

The QNetworkProxyQuery class is used to query the proxy settings for a socket.

QSslCertificate

The QSslCertificate class provides a convenient API for an X509 certificate.

QSslCertificateExtension

The QSslCertificateExtension class provides an API for accessing the extensions of an X509 certificate.

QSslCipher

The QSslCipher class represents an SSL cryptographic cipher.

QSslConfiguration

The QSslConfiguration class holds the configuration and state of an SSL connection

QSslError

The QSslError class provides an SSL error.

QSslKey

The QSslKey class provides an interface for private and public keys.

QDebug

Output stream for debugging information

QDir

Access to directory structures and their contents

QFileInfo

System-independent file information

QProcessEnvironment

Holds the environment variables that can be passed to a program

QUrl

Convenient interface for working with URLs

QUrlQuery

Way to manipulate a key-value pairs in a URL's query

QPersistentModelIndex

Used to locate data in a data model

QVariant

Acts like a union for the most common Qt data types

QMimeType

Describes types of file or data, represented by a MIME type string

QBitArray

Array of bits

QByteArray

Array of bytes

QCache

Template class that provides a cache

QCollator

Compares strings according to a localized collation algorithm

QCollatorSortKey

Can be used to speed up string collation

QCommandLineOption

Defines a possible command-line option

QContiguousCache

Template class that provides a contiguous cache

QDateTime

Date and time functions

QHash

Template class that provides a hash-table-based dictionary

QMultiHash

Convenience QHash subclass that provides multi-valued hashes

QLinkedList

Template class that provides linked lists

QList

Template class that provides lists

QLocale

Converts between numbers and their string representations in various languages

QMap

Template class that provides a red-black-tree-based dictionary

QMultiMap

Convenience QMap subclass that provides multi-valued maps

QQueue

Generic container that provides a queue

QRegExp

Pattern matching using regular expressions

QRegularExpression

Pattern matching using regular expressions

QRegularExpressionMatch

The results of a matching a QRegularExpression against a string

QRegularExpressionMatchIterator

Iterator on the results of a global match of a QRegularExpression object against a string

QSet

Template class that provides a hash-table-based set

QStack

Template class that provides a stack

QString

Unicode character string

QStringList

List of strings

QTextBoundaryFinder

Way of finding Unicode text boundaries in a string

QVector

Template class that provides a dynamic array