标签: c++ qt
有没有办法可以从应用程序自己的代码中设置应用程序主题?
例如,像这样的函数:
setApplicationTheme("Plastique");
答案 0 :(得分:7)
您可以使用此功能:
QStyle * QApplication::setStyle ( const QString & style );
看一下Qt文档:
Qt 5
Qt 4.8