Type Conversions
Many of Qt's basic data types, such as QString, QPoint, or QImage, provide conversions to and from the native equivalent types.
The following list enumerates all of the available type conversions:
Creates a QRectF from CGPoint point | |
Creates a QRectF from CGRect rect | |
Creates a QRectF from size | |
Creates a CFString from this QStringView | |
Creates a CGPoint from a QPoint | |
Creates a CGPoint from a QPointF | |
Creates a CGRect from a QRect | |
Creates a CGRect from a QRectF | |
Creates a CGSize from a QSize | |
Creates a CGSize from a QSizeF | |
Creates an NSString from this QStringView |