Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Windows 下的纯 Qt 应用程序中使用 KDE 风格?
谢谢
从命令行,您可以指定样式:
YourApp.exe -style plastique
我相信 plastique 是在 KDE 下运行的 Qt/X11 应用程序的默认样式。
在代码中,您还可以使用QApplication::setStyle.
QApplication::setStyle