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 QPoint:
toCGPoint() const |
Class QPointF:
fromCGPoint(CGPoint point) | |
toCGPoint() const |
Class QRect:
toCGRect() const |
Class QRectF:
fromCGRect(CGRect rect) | |
toCGRect() const |
Class QSize:
toCGSize() const |
Class QSizeF:
fromCGSize(CGSize size) | |
toCGSize() const |
Class QQuickStyle:
setFallbackStyle(const QString &style) |