简体   繁体   中英

Using KDE style in pure Qt app under Windows

How can i use KDE style in pure Qt app's under Windows?

Thanks

From the command line, you can specify the style:

YourApp.exe -style plastique

I believe plastique is the default style for Qt/X11 applications running under KDE.

Within code, you can also use QApplication::setStyle .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM