Qt-interest Archive, December 2007
changing the font and other appearances on windows
Message 1 in thread
Dear All,
Do you know how we can change the font and other appearances on windows? In Linux we can use qtconfig. The question is: what is the equivalent of qtconfig for Windows?
Thank you in advance
Send instant messages to your online friends http://uk.messenger.yahoo.com
Message 2 in thread
Hi,
> Do you know how we can change the font and other appearances on
> windows? In Linux we can use qtconfig. The question is: what is the
> equivalent of qtconfig for Windows?
There is no equivalent provided with Qt on Windows. Just use the native tools
provided with Windows, for example:
http://support.microsoft.com/kb/310543
If you want to change the font for a specific Qt application, you may do that
programmatically, for example using style sheets:
http://doc.trolltech.com/4.3/qapplication.html#setFont
http://doc.trolltech.com/4.3/stylesheet.html
--
[ signature omitted ]