Hello, i'm new for PyQt
I created QTableWidget and some cells in it are DoubleSpins ( i used setCellWidget method) Now i created pop-up menu by overloading: def contextMenuEvent(self, event): The problem that my custom popup menu created only when user make right-click over the Table, but over DoubleSpins i need to add my custom actions to existing menu. How i do this? THanks, Nadav
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
