hi,
i am developing app on windows, and dont want the title bar to appear on the app, how do i remove or hide the title bar and the blue line around my app, i dont want the frame in the app window
hi,
i am developing app on windows, and dont want the title bar to appear on the app, how do i remove or hide the title bar and the blue line around my app, i dont want the frame in the app window
Last edited by v-6; 2011-05-12 at 15:04. Reason: edited
got it setWindowFlags(Qt::FramelessWindowHint); thank you