Implicitly Shared Classes

How to maximize resource usage by implicit data sharing.

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

QDebug

The QDebug class provides an output stream for debugging information.

PySide2.QtCore.QDir

The QDir class provides access to directory structures and their contents.

PySide2.QtCore.QFileInfo

The QFileInfo class provides system-independent file information.

PySide2.QtCore.QProcessEnvironment

The QProcessEnvironment class holds the environment variables that can be passed to a program.

PySide2.QtCore.QStorageInfo

Provides information about currently mounted storage and drives.

PySide2.QtCore.QUrl

The QUrl class provides a convenient interface for working with URLs.

PySide2.QtCore.QUrlQuery

The QUrlQuery class provides a way to manipulate a key-value pairs in a URL’s query.

PySide2.QtCore.QPersistentModelIndex

The QPersistentModelIndex class is used to locate data in a data model.

PySide2.QtCore.QVariant

The QVariant class acts like a union for the most common Qt data types.

PySide2.QtCore.QMimeType

The QMimeType class describes types of file or data, represented by a MIME type string.

PySide2.QtCore.QJsonArray

The QJsonArray class encapsulates a JSON array.

PySide2.QtCore.QJsonDocument

The QJsonDocument class provides a way to read and write JSON documents.

PySide2.QtCore.QJsonObject

The QJsonObject class encapsulates a JSON object.

PySide2.QtCore.QJsonParseError

The QJsonParseError class is used to report errors during JSON parsing.

PySide2.QtCore.QJsonValue

The QJsonValue class encapsulates a value in JSON.

PySide2.QtCore.QByteArray

The QByteArray class provides an array of bytes.

QByteArrayList

The QByteArrayList class provides a list of byte arrays.

PySide2.QtCore.QCollator

The QCollator class compares strings according to a localized collation algorithm.

PySide2.QtCore.QCollatorSortKey

The QCollatorSortKey class can be used to speed up string collation.

PySide2.QtCore.QLocale

The QLocale class converts between numbers and their string representations in various languages.

PySide2.QtCore.QRegExp

The QRegExp class provides pattern matching using regular expressions.

PySide2.QtCore.QRegularExpression

The QRegularExpression class provides pattern matching using regular expressions.

PySide2.QtCore.QRegularExpressionMatch

The QRegularExpressionMatch class provides the results of a matching a QRegularExpression against a string.

PySide2.QtCore.QRegularExpressionMatchIterator

The QRegularExpressionMatchIterator class provides an iterator on the results of a global match of a QRegularExpression object against a string.

PySide2.QtCore.QString

The QString class provides a Unicode character string.

The QStringBuilder class is a template class that provides a facility to build up QStrings and QByteArrays from smaller chunks.

PySide2.QtCore.QStringList

The QStringList class provides a list of strings.

PySide2.QtCore.QTextBoundaryFinder

The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string.

PySide2.QtCore.QDateTime

The QDateTime class provides date and time functions.

PySide2.QtCore.QBitArray

The QBitArray class provides an array of bits.

QCache

The QCache class is a template class that provides a cache.

PySide2.QtCore.QCommandLineOption

The QCommandLineOption class defines a possible command-line option.

QContiguousCache

The QContiguousCache class is a template class that provides a contiguous cache.

QHash

The QHash class is a template class that provides a hash-table-based dictionary.

QMultiHash

The QMultiHash class is a convenience QHash subclass that provides multi-valued hashes.

QLinkedList

The QLinkedList class is a template class that provides linked lists.

QList

The QList class is a template class that provides lists.

QMap

The QMap class is a template class that provides a red-black-tree-based dictionary.

QMultiMap

The QMultiMap class is a convenience QMap subclass that provides multi-valued maps.

QQueue

The QQueue class is a generic container that provides a queue.

QSet

The QSet class is a template class that provides a hash-table-based set.

QStack

The QStack class is a template class that provides a stack.

QVector

The QVector class is a template class that provides a dynamic array.

PySide2.QtGui.QBitmap

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

PySide2.QtGui.QIcon

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

PySide2.QtGui.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.

PySide2.QtGui.QPicture

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

PySide2.QtGui.QPixmap

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

PySide2.QtGui.QCursor

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

PySide2.QtGui.QKeySequence

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

PySide2.QtGui.QPalette

The QPalette class contains color groups for each widget state.

PySide2.QtGui.QOpenGLDebugMessage

The QOpenGLDebugMessage class wraps an OpenGL debug message.

PySide2.QtGui.QBrush

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

PySide2.QtGui.QGradient

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

PySide2.QtGui.QPainterPath

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

PySide2.QtGui.QPen

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

PySide2.QtGui.QPolygon

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

PySide2.QtGui.QPolygonF

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

PySide2.QtGui.QRegion

The QRegion class specifies a clip region for a painter.

PySide2.QtGui.QFont

The QFont class specifies a query for a font used for drawing text.

PySide2.QtGui.QFontInfo

The QFontInfo class provides general information about fonts.

PySide2.QtGui.QFontMetrics

The QFontMetrics class provides font metrics information.

PySide2.QtGui.QFontMetricsF

The QFontMetricsF class provides font metrics information.

QGlyphRun

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

PySide2.QtGui.QRawFont

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

PySide2.QtGui.QStaticText

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

PySide2.QtGui.QTextCursor

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

PySide2.QtGui.QTextDocumentFragment

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

PySide2.QtGui.QTextFormat

The QTextFormat class provides formatting information for a QTextDocument.

PySide2.QtGui.QTextCharFormat

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

PySide2.QtGui.QTextBlockFormat

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

PySide2.QtGui.QTextListFormat

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

PySide2.QtGui.QTextFrameFormat

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

PySide2.QtGui.QTextTableFormat

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

PySide2.QtGui.QTextImageFormat

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

PySide2.QtGui.QTextTableCellFormat

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

PySide2.QtNetwork.QNetworkCacheMetaData

The QNetworkCacheMetaData class provides cache information.

QHttp2Configuration

The QHttp2Configuration class controls HTTP/2 parameters and settings.

PySide2.QtNetwork.QHttpPart

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

PySide2.QtNetwork.QNetworkCookie

The QNetworkCookie class holds one network cookie.

PySide2.QtNetwork.QNetworkRequest

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

PySide2.QtNetwork.QNetworkConfiguration

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

PySide2.QtNetwork.QDnsDomainNameRecord

The QDnsDomainNameRecord class stores information about a domain name record.

PySide2.QtNetwork.QDnsHostAddressRecord

The QDnsHostAddressRecord class stores information about a host address record.

PySide2.QtNetwork.QDnsMailExchangeRecord

The QDnsMailExchangeRecord class stores information about a DNS MX record.

PySide2.QtNetwork.QDnsServiceRecord

The QDnsServiceRecord class stores information about a DNS SRV record.

PySide2.QtNetwork.QDnsTextRecord

The QDnsTextRecord class stores information about a DNS TXT record.

PySide2.QtNetwork.QHostAddress

The QHostAddress class provides an IP address.

PySide2.QtNetwork.QNetworkAddressEntry

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

PySide2.QtNetwork.QNetworkInterface

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

PySide2.QtNetwork.QNetworkProxy

The QNetworkProxy class provides a network layer proxy.

PySide2.QtNetwork.QNetworkProxyQuery

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

PySide2.QtNetwork.QSslCertificate

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

PySide2.QtNetwork.QSslCertificateExtension

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

PySide2.QtNetwork.QSslCipher

The QSslCipher class represents an SSL cryptographic cipher.

PySide2.QtNetwork.QSslConfiguration

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

PySide2.QtNetwork.QSslDiffieHellmanParameters

The QSslDiffieHellmanParameters class provides an interface for Diffie-Hellman parameters for servers.

PySide2.QtNetwork.QSslError

The QSslError class provides an SSL error.

PySide2.QtNetwork.QSslKey

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

PySide2.QtNetwork.QSslPreSharedKeyAuthenticator

The QSslPreSharedKeyAuthenticator class provides authentication data for pre shared keys (PSK) ciphersuites.

PySide2.QtOpenGL.QGLColormap

The QGLColormap class is used for installing custom colormaps into a QGLWidget.

PySide2.QtSql.QSqlField

The QSqlField class manipulates the fields in SQL database tables and views.

PySide2.QtSql.QSqlQuery

The QSqlQuery class provides a means of executing and manipulating SQL statements.

PySide2.QtSql.QSqlRecord

The QSqlRecord class encapsulates a database record.