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

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

Class QGeoCodeReply:

void aborted()

Class QGeoRouteReply:

void aborted()

Class QPlaceReply:

void aborted()

Class QNearFieldTarget:

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

Class QGeoCircle:

void extendCircle(const QGeoCoordinate &coordinate)

Class QGeoRectangle:

void extendRectangle(const QGeoCoordinate &coordinate)

Class QGeoShape:

QGeoRectangle boundingGeoRectangle() const

Class QQuickStyle:

QStringList availableStyles()

Class QWebSocketServer:

void handleConnection(QTcpSocket *socket) const

New QML Types

New QML Properties

New QML Methods

Additions to Other Qt 5 Releases