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 Classes
New Member Functions
Class QByteArray:
| fromCFData(CFDataRef data) | |
| fromNSData(const NSData *data) | |
| fromRawCFData(CFDataRef data) | |
| fromRawNSData(const NSData *data) | |
| toCFData() const | |
| toNSData() const | |
| toRawCFData() const | |
| toRawNSData() const |
New Macros
| QVERIFY_EXCEPTION_THROWN(expression, exceptiontype) |
New Enum Types
| enum | MouseEventFlag { MouseEventCreatedDoubleClick, MouseEventFlagMask } |
| enum | MouseEventSource { MouseEventNotSynthesized, MouseEventSynthesizedBySystem, MouseEventSynthesizedByQt, MouseEventSynthesizedByApplication } |