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

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -