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 | |
Constructs a new QUuid containing a copy of the uuid CFUUID | |
Constructs a new QUuid containing a copy of the uuid NSUUID | |
Creates a CFString from this QStringView | |
Creates a CFUUID from a QUuid | |
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 | |
Creates a NSUUID from a QUuid |