#55 closed enhancement (fixed)
Implement window icons
Reported by: | Dmitry A. Kuminov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt Beta 4 |
Component: | QtGui | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
QWidgetPrivate::setWindowIcon_sys() is a stub now and must be implemented to make it possible to set window icons.
Change History (3)
comment:1 by , 15 years ago
Milestone: | Qt GA → Qt Beta4 |
---|---|
Priority: | blocker → major |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
By "other PM apps" I mean the standard PM window title bar and the XCenter in the first place. Strictly speaking, we may subclass the title bar class and do alpha blending there too and we can patch the relevant XCenter plugin for that as well. But that's a task for the future.
Note:
See TracTickets
for help on using tickets.
Done in r309. Please note the following things: