New Classes and Functions in Qt 5.3

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

New Namespaces

namespace QWebSocketProtocol

New Classes

New Member Functions

Class QBluetoothLocalDevice:

QList<QBluetoothAddress> connectedDevices() const
void deviceConnected(const QBluetoothAddress &address)
void deviceDisconnected(const QBluetoothAddress &address)

Class QMediaServiceProviderHint:

QCamera::Position cameraPosition() const

Class QNmeaPositionInfoSource:

void setUserEquivalentRangeError(double uere)
double userEquivalentRangeError() const

Class QSerialPortInfo:

QString serialNumber() const

New Enum Types

enum Position { UnspecifiedPosition, BackFace, FrontFace }

New QML Types

New QML Properties

Additions to Other Qt 5 Releases