Hello all,
I'm new to Qt and have a question about a customized palette for a QLabel, see picture. I would like to change the font for this Qlabel, how do I do that ?
Please help
Per
Hello all,
I'm new to Qt and have a question about a customized palette for a QLabel, see picture. I would like to change the font for this Qlabel, how do I do that ?
Please help
Per
Font is not part of the palette.
Use (or manipulate the font property from within Designer).
Thanks wysota for the answer.
Yes I forgot to say that I would like to change the font from the designer. But how is it done, I can not find [MS Shell Dlg 2, -1] from the font list ? And the Point Size is 1 ?
Thanks
Per
Since the property is marked bold, it means you have changed it. So don't ask me why you set the font size to "1". As for the face, MS Shell Dlg is a pseudo-face that will be substituted with the default system font.
I have not done the design myself, the person that have done it no longer working for the company. But how is it possible to get this: [MS Shell Dlg 2, -1] with a -1 ? I can not change the Point Size either, it is locked in some way I do not know...
If I choose a QLabel I can not get this font what ever I do ....
Reset the property to its default value by clicking on the right end of the property value field.
Thanks !!
Bookmarks