PDA

View Full Version : Hide titlebar and let widget be resizeable



munna
6th February 2009, 09:38
Hi!

Is there a way by which I can hide a widget's title bar but still let it be resizeable.

I tried using the following window flags but it didn't help much.

Qt::Popup
Qt::FramelessWindowHint
Qt::CustomizeWindowHint

Please help

Thanks a lot!
Mithin

jpn
6th February 2009, 14:25
Hi. You have to implement resizing and moving yourself if you disable window frames. QSizeGrip and Moving widgets might help.