QtWindowSystemMenuHint
QtWindowSystemMenuHint is an enumeration within the Qt framework that controls the behavior of the window's system menu. The system menu, also known as the application menu or window menu, is typically accessed by clicking the application icon in the top-left corner of a window on many desktop operating systems. This menu usually provides options like moving, resizing, minimizing, maximizing, and closing the window.
The QtWindowSystemMenuHint enumeration allows developers to customize which of these standard system menu actions are displayed
The flags within QtWindowSystemMenuHint are designed to be combined using the bitwise OR operator, enabling granular