New Classes and Functions in Qt 5.5
This page contains a comprehensive list of all new classes and functions introduced in Qt 5.5. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.
New Classes
New Global Functions
| operator!=(const int &lhs, const int &rhs) |
New Macros
| Q_ENUM( ...) | |
| Q_FLAG( ...) | |
| qCInfo(category, const char *message, ...) | |
| qCInfo(category) | |
| qInfo(const char *message, ...) |
New Enum Types
| enum | TabFocusBehavior { NoTabFocus, TabFocusTextControls, TabFocusListControls, TabFocusAllControls } |