Add groupbox borders, reorder Base stylesheet (#810)
All threads resolved!
paintEvent(QPaintEvent *)
function should be implemented for custom class derived from QWidgetFor this I added QssWidget
class which is now base for CollapsibleGroupBox
and StaticGroupBox
. Now stylesheets for these classes work as expected.
Some QGroupBox
used in GUI are replaced with StaticGroupBox
.
CollapsibleGroupBox
and StaticGroupBox
got borders.
To ease the navigation and understanding of Base.stylesheet
, I grouped settings by widget type.
Resolves #810 (closed)