[Interest] Unable to create QDialog popup with resizeable border but no title bar

2014-01-20 Thread Philipp Kursawe
In Win32 thats pretty easy to achieve. However I found no way to create a resizable popup dialog in Qt. Specifying the Popup style does not even generate the WM_NCHITTEST Win32 messages I would need to add resizing behaviour. But I would also be happy to use the system provided thick resize frame

Re: [Interest] Unable to create QDialog popup with resizeable border but no title bar

2014-01-20 Thread Tony Rietwyk
Hi Philipp, Have you tried adding Qt::CustomizeWindowHint without Qt::WindowTitleHint in your window flags? Regards, Tony Sent: Tuesday, 21 January 2014 9:27 AM In Win32 thats pretty easy to achieve. However I found no way to create a resizable popup dialog in Qt.