Is it possible to make change window decoration with a custom made, or maybe style it. Like window live messenger.
Is it possible to make change window decoration with a custom made, or maybe style it. Like window live messenger.
Yes, if you call QWidget::setWindowFlags(Qt::FramelessWindowHint) it will remove the system window. You can implement your own after that, however you want to do it. But you will have to do everything: moving the window when the user clicks and drags, resizing it when the user resizes, closing and minimizing...etc.
I know that it is a little bit old Threat, but is there a Tutorial or How To, which describes the way how to do this?
Can I use the "Simple Decoration Example" from the Qt Help, as starting point, or is this a Qt Embedded only Example?
Last edited by MaciekMucha; 10th July 2010 at 10:42.
It's embedded only. You can start by having a look at our wiki, there are examples (even complete solutions) on how to do that.
Here !!
Hint : ARGB widgets...
Bookmarks