Showing posts with label qt. Show all posts
Showing posts with label qt. Show all posts

Wednesday, October 24, 2018

Qt styles

to make qt5 style uniform with gtk,
export QT_QPA_PLATFORMTHEME=gtk2
in ~/.profile

to change qt4 style (e.g. quartus) append ~/.config/Trolltech.conf with

[Qt]
style=cleanlooks

source:

https://wiki.archlinux.org/index.php/qt#Appearance