![]() Registered Member ![]()
|
In a nutshell I have a virtualised environment dedicated to a single QT application. I'd like the appearance and colours to be inline with my KDE host. How do I copy the theme over without installing all of KDE on the guest? I understand this isn't as trivial as copying some files from /usr/share/themes like it is with GTK.
Thankyou for any help |
![]() ![]()
|
What "theme"?
If it links kdelibs or even kdeworkspace, you'll require KDE. The stock Qt ui styles of course don't require KDE, neither do bespin, skulpture and QtCurve (latter iirc. depending on build flag) - oxygen requires kdelibs. |
![]() Registered Member ![]()
|
I think it's quite clear I'm not familiar with KDE terminology. Under System Settings-->Application Appearance-->Style/Colours I have specific settings. I want to set those same settings on another system without installing the entire System Settings GUI. Obviously the GUI is just a front end for some lower level configuration files somewhere or something, right? |
![]() ![]()
|
you can alter the GUI style and colors via "qtconfig" or edit
[qt] style=<stylename> Palette\active= Palette\inactive= Palette\disabled= in ~/.config/Trolltech.conf However, the style plugin must be installed, what holds for the stock styles and installed styles, limited by the dependency restrictions mentioned before. So [qt] style=oxygen will fail if you don't have oxygen installed, or the oxygen plugin library has unresolved (KDE) dependencies. And you don't want to edit the palette by hand (but copy it from the host configuration is of course possible) |
![]() Registered Member ![]()
|
Registered users: Baidu [Spider], Bing [Bot], Google [Bot]