Re: Set specific font's face
Something like:
setStyleSheet("*{font: bold 10pt \"Arial\";}") should work on all objects.
I guess you'll have to have the font installed on you machine? and you'll need to call it from the top window (use the window() method)?
Re: Set specific font's face
Thank you for "*" and "window()" methods!
And as for first question, how to set specific face of the font?
Re: Set specific font's face
Cucumber > maybe it would work if you use the code of your first post after added the font to the database http://doc.qt.nokia.com/latest/qfont...pplicationFont