How to Hide the TitleBar ?
Hi All,
I have QMdiArea in which i am adding subwindow(QMainWindow) which is displayed when i click a button.The subwindow is displayed with Titlebar.How can i hide the TitleBar of SubWindow and Display it in QMdiArea ?.
Waiting for your replies.....
With Regards,
vasant
Re: How to Hide the TitleBar ?
Re: How to Hide the TitleBar ?
Thanks nikhil for the reply....But still it showing the TitleBar of subwindow !!. when i use Qt::FramelessWindowHint Flag it is showing effect in Parent window but not in SubWindow.pls let me know how it can take effect for SubWindows inside QMdiArea.
~Vasant
Re: How to Hide the TitleBar ?
Could you post the code snippet what you did.