Re: Remove Window title bar
If you want a frameless window use the Qt::FramelessWindowHint Option. Now to handle the resizing, a frame is required or you will have to write the codes for resizing. You could have some widgets that acts as a grip and dagging that should essentially resize your Frameless widget
Re: Remove Window title bar
thanks for answering,
well, basically the normal window woul be good to me, I just want to remove the (usually blue on XP) window title, having read the docs it seems to me that's impossible to have unless implementi a custom widget that behaves like that.
bye
Re: Remove Window title bar
Qt does not handle the Frames. the underlying window manager does it. So for a title bar. I think you have to paint it yourself