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?
qspinbox
qscrollbar

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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -