Re: [Interest] How to set tooltip for close button in title bar

2013-06-11 Thread Ing. Rayner Pupo Gomez
You must create your own title bar and set it to a QDockWidget subclass, by using QStyleOption... you can build a title bar that looks like a real one plus custom tooltips for each button http://www.uci.cu___ Interest mailing list Interest@qt-project.

[Interest] How to set tooltip for close button in title bar?

2013-06-10 Thread Mansy Ghafari
Hi, I need to set my own tooltip to the close button of the title bar in my application, in a QMdiSubWindow or QMainWindow classes, and also in a QDockWidget. But there are are difficulties. I have investigated in this regard, the result is: * To set tooltip for close button of a dock