Difference between revisions of "Set all Qt app's to use GTK+ font & theme settings"

imported>Handy
imported>Handy
Line 21: Line 21:
Then copy the following into your text editor's new empty file:
Then copy the following into your text editor's new empty file:


  ## Following was created to make Qt app's use GTK+
  ## Following was created to make Qt app's use GTK2
  ## font & theme settings:
  ## font & theme settings:
   
   
  export QT_STYLE_OVERRIDE=GTK+
  export QT_STYLE_OVERRIDE='gtk2'
   
   
'''Save''' the file & '''reboot'''.
'''Save''' the file & '''reboot'''.
Anonymous user