Opened 15 years ago
Last modified 5 years ago
#57 new enhancement
Implement widget masks
Reported by: | Dmitry A. Kuminov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | QtGui | Version: | 4.5.1 Beta 1 |
Severity: | low | Keywords: | |
Cc: |
Description
This is QWidgetPrivate::setMask_sys() which is used to create non-rectangular widgets. Not marking it as blocker since it's quite rarely used in real applications.
Note:
See TracTickets
for help on using tickets.
This task is not really important. In real applications, widget masks are mostly used with top-level windows which is impossible on OS/2 anyway. Widget masks for child windows are doable (and Qt3 for OS/2 provides support for it) but in Qt4 it is not really relevant since Qt4 doesn't use child windows for child widgets (it does all composition on its own and flushes everything directly to the top-level window's presentation space).
Moving to Enhanced.