Window title font height

Littorio

05-07-2010 16:43:37

I have tried to change the font height of the title of a window

window->setFontName("my_font");
window->setFontHeight(100);

but without effect

Altren

05-07-2010 17:58:56

try

window->getCaptionWidget()->setFontHeight(100);

Littorio

05-07-2010 20:51:21

It works but the title bar don't get resized

my.name

06-07-2010 09:29:40

create own skin for window.