New Classes and Functions in Qt 5.10

This page contains a comprehensive list of all new classes and functions introduced in Qt 5.10. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.

New Classes

New Member Functions

Class QGeoPath:

int size() const

Class QGeoPolygon:

int size() const

Class QX11Info:

qint32 generatePeekerId()
bool peekEventQueue(QX11Info::PeekerCallback peeker, void *peekerData, QX11Info::PeekOptions option, qint32 peekerId)
bool removePeekerId(qint32 peekerId)

New Enum Types

enum PeekOption { PeekDefault, PeekFromCachedIndex }

New Type Aliases

typedef PeekerCallback

New QML Types

New QML Properties

New QML Methods

Additions to Other Qt 5 Releases