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
- New Classes
- New Macros
- New Enum Types
- New Type Aliases
- New Properties
- New QML Types
- New QML Properties
- New QML Signals
- New QML Methods
New Namespaces
| namespace | QWebSocketProtocol |
| namespace | QtAndroid |
New Classes
New Macros
| QVERIFY_EXCEPTION_THROWN(expression, exceptiontype) | |
| QVERIFY_EXCEPTION_THROWN(expression, exceptiontype) | |
| qCCritical(category, const char *message, ...) | |
| qCCritical(category, const char *message, ...) | |
| qCDebug(category, const char *message, ...) | |
| qCDebug(category, const char *message, ...) | |
| qCWarning(category, const char *message, ...) | |
| qCWarning(category, const char *message, ...) |
New Enum Types
| enum | Position { UnspecifiedPosition, BackFace, FrontFace } |
| enum | OpenGLModuleType { LibGL, LibGLES } |
| enum | SceneGraphError { ContextNotAvailable } |
| enum | FontPropertiesInheritanceBehavior { FontPropertiesSpecifiedOnly, FontPropertiesAll } |
| enum | MouseEventFlag { MouseEventCreatedDoubleClick, MouseEventFlagMask } |
| enum | MouseEventSource { MouseEventNotSynthesized, MouseEventSynthesizedBySystem, MouseEventSynthesizedByQt, MouseEventSynthesizedByApplication } |
New Type Aliases
| typedef | CategoryFunction |
New Properties
- showGroupSeparator : const
- placeholderText : const
- mousePressAndHoldInterval : const
- baseUrl : const
New QML Types
- D
- Dialog