I'm creating a window without a title bar with setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
and creating a 'custom' one
when previewing this window in Qt Designer (ctrl+r Visual Studio) is it possible to hide the window 'default' title bar?
I'm creating a window without a title bar with setWindowFlags(Qt::Window | Qt::FramelessWindowHint);
and creating a 'custom' one
when previewing this window in Qt Designer (ctrl+r Visual Studio) is it possible to hide the window 'default' title bar?