Ignore:
Timestamp:
Nov 23, 2009, 11:35:40 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/image: Added QPixmap fromPmHBITMAP() to convert an OS/2 BITMAP to a QPixmap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/image/qpixmap.h

    r267 r342  
    151151#if defined(Q_WS_PM)
    152152    HBITMAP toPmHBITMAP(HBITMAP *mask = 0, bool embedRealAlpha = false) const;
     153    static QPixmap fromPmHBITMAP(HBITMAP hbm);
    153154    static HPOINTER toPmHPOINTER(const QIcon &icon, bool isPointer = false,
    154155                                 int hotX = 0, int hotY = 0,
Note: See TracChangeset for help on using the changeset viewer.