Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.2
-
None
Description
The line of a flat QGroupBox is hidden at the widget's minimum height when used on OSX. With other styles the line is always visible.
A Workaround is to set the QGroupBox's minimumSize - height property of the QGroupBox widget to 18. This will make the line always visible.