Toolbar (text under icons) font size.
-
wrote on 2 Apr 2012, 23:51 last edited by
Hello!
Is there any common way to change font size and font family of text placed under icons on toolbars in Qt apps?
Just take a look into how GTK toolbars can be done (via css theming) compared to Qt app (Luminance HDR).http://dl.dropbox.com/u/12196364/screenshot.png
!http://dl.dropbox.com/u/12196364/screenshot.png(screenshot)!
-
wrote on 3 Apr 2012, 06:27 last edited by
Have you tried to modify the font size of QToolBar by "setting a style":http://qt-project.org/doc/qt-4.8/qwidget.html#styleSheet-prop ?
-
wrote on 3 Apr 2012, 06:35 last edited by
Have you tried setFont on the tool bar?
-
wrote on 3 Apr 2012, 08:24 last edited by
Also, Qt supports CSS-style theming as well. I bet it works on toolbars too!
3/4