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 Classes
New Enum Types
| enum | VolumeScale { LinearVolumeScale, CubicVolumeScale, LogarithmicVolumeScale, DecibelVolumeScale } | 
New Type Aliases
| typedef | QModbusDataUnitMap | 
New QML Types
New QML Signals
| binaryMessageReceived(QString message) | 
New QML Methods
| real | convertVolume(real volume, VolumeScale from, VolumeScale to) | 
| void | sendBinaryMessage(ArrayBuffer message) |