How do i change fonts and interface for Qt applications running in Gnome

Asked by feedfish

I would know if it is possible to change the display of gnome's applications or there is no way? You know Qt apps running in gnome have a different look, and i would know if there is a tool for customizing these apps display?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
feedfish
Solved:
Last query:
Last reply:
Revision history for this message
Ufuk (ufukkilicaslan) said :
#1

You can install two packages to configure Qt apps look on your Gnome desktop. One for Qt 3 apps and one for Qt 4 apps. Search and install them through synaptic or terminal. They are qt3-config and qt4-config.

sudo apt-get install qt3-config qt4-config

Revision history for this message
feedfish (anonymous4478) said :
#2

Ok Ufux you solved my problem
The packages are named qt3-qtconfig and qt4-qtconfig