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:
Returns a QImage that is equivalent to the given hbitmap | |
Returns a QImage that is equivalent to the given icon | |
Creates a CGImage equivalent to this QImage | |
Creates a HBITMAP equivalent of the QImage | |
Creates a HICON equivalent of the QPixmap, applying the mask mask | |