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?