Python Forum
[PyQt] cannot get tooltips to work - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] cannot get tooltips to work (/thread-12362.html)



cannot get tooltips to work - rocket777 - Aug-21-2018

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?


RE: cannot get tooltips to work - Axel_Erfurt - Aug-21-2018

Show the code that Qt Designer created.