How can I use the KDE style in a pure Qt application on Windows?
thank
At the command line, you can specify the style:
YourApp.exe -style plastique
I believe that plastique is the default style for Qt / X11 applications running under KDE.
Inside the code you can also use QApplication::setStyle.
QApplication::setStyle
Source: https://habr.com/ru/post/1780830/More articles:How to store attribute values of various types as EAV? - database-designmalloc calls SIGSEGV: segmentation error - cHow to use url as file name to upload? - urlMVC when developing in objective-C without using Interface Builder - design-patternsIdeas for reducing code length, JS size (load time) in GWT, GXT, SmartGwt, etc. - javaMath.Round for decimal in C # - mathDrag and Drop Canvas in HTML5 - html5https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1780833/slow-calls-to-clojure-proxy&usg=ALkJrhhj5wRh-IYj4reabGrmE1my0knMsgWhat is the point of re-declaring a class interface in an implementation file? - objective-cF # IEvent.create - f #All Articles