Hi. I've got a question. How can I create irregular window shape using Qt? I mean, not this usual XP window (for Windows, of course) but something different, e.g. like in media player, we've got rounded tops of a window. Regards
Hi. I've got a question. How can I create irregular window shape using Qt? I mean, not this usual XP window (for Windows, of course) but something different, e.g. like in media player, we've got rounded tops of a window. Regards
QWidget::setMask and
http://doc.trolltech.com/4.2/widgets-shapedclock.html
should be a good place to start.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Thanks. I'll read it![]()
Bookmarks