amin-ahmadi.com
How to Make a Frameless Qt Window - Amin
Frame in a window is the part of window that is crated and managed by the OS. It contains usually contains all borders and title bar of the window. To remove the frame of any window using Qt you need to use the following piece of code: Note that this will also cause the title … Continue reading "How to Make a Frameless Qt Window"
Amin