New Classes and Functions in Qt 5.9

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

New Classes

New Member Functions

Class QGeoCodeReply:


Class QGeoRouteReply:


Class QGeoCameraCapabilities:

maximumFieldOfView() const
minimumFieldOfView() const
overzoomEnabled() const
setMaximumFieldOfView(double maximumFieldOfView)
setMinimumFieldOfView(double minimumFieldOfView)
setOverzoomEnabled(bool overzoomEnabled)

Class QPlaceReply:


Class QNearFieldTarget:

disconnect()
keepConnection() const
maxCommandLength() const
setKeepConnection(bool isPersistent)

Class QGeoCircle:

extendCircle(const QGeoCoordinate &coordinate)

Class QGeoRectangle:

extendRectangle(const QGeoCoordinate &coordinate)

Class QGeoShape:


New QML Properties

New QML Methods

Additions to Other Qt 5 Releases