Widget color gradient
Unsolved
General and Desktop
-
-
@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?