Widget color gradient
- 
- 
OS is the same, I don't see theme settings in *.cpp files of Calculator. 
 Main difference: Calculator is compiled by Qt Creator, and have .pro my application by CLion a have cmake.
- 
@mpergand said in Widget color gradient: qDebug()<<QStyleFactory::keys(); 
 qDebug()<<qApp->style()->objectName();Thanks, 
 Calculator example :("Windows", "Fusion") "fusion"My application: ("cleanlooks", "gtk2", "cde", "motif", "plastique", "qt5ct-style", "Windows", "Fusion") "qt5ct-style"I change style: qApp->setStyle("Fusion");and is OK 
 what if style Fusion will not available?
 

