Hi all,
I'd like to remove the window title bar on the top of a window,
I tried Qt::WindowTitleHint but that just removes the butttons on the bar, I could also use a Qt::FramelessWindowHint but that dosen't allow me to manually resize the window.
Any help is appreciated
Thanks in advance
bye