How can I access Qt's used border color for use in qtstylesheets widget styling (via QPalette)?

769 views Asked by At

I can use different colors used in a Qt application via QPalette to style widgets via qtstylesheets, e. g. something like background-color: palette(base). However, I didn't find the color used for drawing the border of some widgets like QGroupBox or QFrame.

It it possible to access this color (via QPalette?) as well for use in qtstylesheets widget styling?

0

There are 0 answers