Opened 15 years ago
Closed 15 years ago
#53 closed enhancement (fixed)
Finish QPixmap
Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
---|---|---|---|
Priority: | blocker | Milestone: | Qt Beta 5 |
Component: | QtGui | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
There are a few unimplemented platform-dependent methods in QPixmap that deal with converting to and from system HBITMAPs.
Change History (7)
comment:1 by , 15 years ago
Priority: | major → blocker |
---|
comment:2 by , 15 years ago
Milestone: | Qt GA → Qt Beta2 |
---|
comment:3 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:4 by , 15 years ago
Milestone: | Qt Beta 2 → Qt GA |
---|
Moving back to GA since basic cursor shapes didn't need it (OK for the beta). See also #73.
comment:5 by , 15 years ago
Most stuff (converting pixmaps to HBITMAPs and to HPOINTERs) was done within #44.
The only thing left is QPixmap::grabWindow() that takes a screenshot of the given PM window (quite easy).
comment:6 by , 15 years ago
Milestone: | Qt GA → Qt Beta5 |
---|
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
QPixmap::grabWindow() is done in #348. That's all for QPixmap for now.
Note:
See TracTickets
for help on using tickets.
A must for GA.