the QRegion::Ellipe creates an ellipse, while in my case I need to make something like a rounded box
Maybe a rounded rect in a PainterPath seems more appropriate but I don't get how you convert a path to a mask exactly....the toPolygon() returns a QPolygon while you need a QRegion or QBitmap to apply a mask..
Bookmarks