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 QMetaObject:

invokeMethod(QObject *context, Functor function, FunctorReturnType *ret)
invokeMethod(QObject *context, Functor function, Qt::ConnectionType type, FunctorReturnType *ret)

Class QPlatformCursor:

virtual clearOverrideCursor()
virtual setOverrideCursor(const int &)

New Enum Types

enum Capability { OverrideCursor }

New QML Types

New QML Properties

New QML Methods

Additions to Other Qt 5 Releases