qt - Setting QWidget background color artifacts -
i have parent qwidget contains child widgets managed layout. when set parent's backgound color doesn't cover area near child - example rounded qscrollbar , frame around qspinbox. there way make parent's backgound cover child's content-free area fully?


change objects border.
http://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qspinbox
http://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider
has examples on changing appearances using style sheets.
Comments
Post a Comment