New Classes and Functions in Qt 5.8

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

New Member Functions

Class QBluetoothDeviceDiscoveryAgent:

lowEnergyDiscoveryTimeout() const
setLowEnergyDiscoveryTimeout(int timeout)
start(QBluetoothDeviceDiscoveryAgent::DiscoveryMethods methods)
supportedDiscoveryMethods()

Class QLowEnergyController:


New Enum Types

enum DiscoveryMethod { NoMethod, ClassicMethod, LowEnergyMethod }

Additions to Other Qt 5 Releases