c++ - Qt5 ignores setStyle -
if have exact same problem this person having, except i'm using qt5.
i tried setting applications (and widget's) style sheet doing this:
a_.setstyle(qstylefactory::create("windowsvista")); and compiles fine, ignores command , shows usual style. made sure windowsvista in "keys" list.
is there else might missing / have do?
edit: forgot link thread referring to.
Comments
Post a Comment