qt - See which style of stylesheet is applied to particular element -
i use stylesheets (qss
) qt application. there way see style applied particular element (widget)? can use trial , error, easier if see style used / applied.
the stylesheet
property empty. there way debug style stylesheet applied?
you can stylesheets applied yourself. qt doesn't operate stylesheets. use qstyle
+ qpalette
customization. may through code , understand how widgets painted.
Comments
Post a Comment