Hello everyone,

I've got a question or well let's say im interesting in modifing my Qt Window. (such things as close button, maximize etc.)

I know , Qt has a lot of WindowStates/Flags but that's not what I am looking for. For example Google Chrome, they modify their whole window especially the title bar.

I don't know but I think the title bar is not drawn by Qt. It's a job for the underlying system (Windows, Unix etc.) isn't it?

So my question, do I have any possibilities to change the Window Title bar (with Qt)? Or could someone give me a hint how to do it?

(Example: Chrome with the color, Skype with another button and so on.)

Regards,