For my application, I created a GUI in Qt Designer and converted it to python code (2.6).
In some of the QPushButton (created using the constructor), I want to add a right-click context menu. Menu options depend on the status of the application.
How to implement such a context menu?
python qt contextmenu pyqt pyqt4
Artdijk
source share