amin-ahmadi.com
How to Create Custom Shaped Windows in Qt - Amin
By default every window you create has a rectangular shape but in case you want to have a window which is non-rectangular (such as ellipse or triangle or any shape you prefer) then you can use the approach below. In this example I’ll create an ellipse window (as seen below) but the approach is correct … Continue reading "How to Create Custom Shaped Windows in Qt"
Amin