PDA

View Full Version : QWhatsThis text in QDockWidget



ike
11th February 2010, 01:05
Is it possible to use QWhatsThis text on a Qlabel widget that's in a QDockWidget? It doesn't work by default like it does in a QMainWindow or QDialog.

Apprecaite any advice.

mrvk
11th February 2010, 14:58
In the scenario, when you need to display the QWhatsThis text, are you sure that you are in the correct mode?
You can use, QWhatsThis::enterWhatsThisMode () to be in the correct mode and in this case, when you click on the label in the dock widget, you should be able to see the QWhatsThis text.