PDA

View Full Version : Italic Qdialog title



mourad
5th January 2016, 15:30
Hello everybody,

I need to write my QDialog title with italic style. I've searched and tried a lot but I think this is no possible.

Can anyone confirm this or tell me how to do to resolve this problem.

Many thanks in advance.

Best regards

anda_skoa
5th January 2016, 15:59
The window title is part of the window decoration which is often provided by the windowing system, not the application.

Sp depending on the platform and/or windowing system, this might be something that the application can do, or something the application can request the system to do, or something that is not possible at all.

Cheers,
_

mourad
5th January 2016, 17:50
Many thanks pour your reply.

So I can conclude that on Windows it's impossible to change the window decoration title ?

anda_skoa
5th January 2016, 18:38
Not necessarily, you could check if the Windows native API has calls for that.

Cheers,
_