Python Forum

Full Version: cannot get tooltips to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm new to python. I am using WinPython64-3.6.6.1Qt5 on windows 10 and inside the top directory there is a program called Qt Designer.exe - I hope this is the same as PyQt, but I'm not sure.

I created a new main window and dragged a pushbutton and a checkbox into the window. Then I select these two widgets and for each I put in text in the property editor under toolTip, in the comment field.

I then do preview and hover the mouse pointer over these two widgets and nothing happens. I was expecting a tooltip to show up.

Do I have this right?
Show the code that Qt Designer created.