<div dir="ltr">Hello,<br> <br>i&#39;m new for PyQt<br> <br>I created QTableWidget and some cells in it are DoubleSpins ( i used setCellWidget method)<br> <br>Now i created  pop-up menu by overloading:  def contextMenuEvent(self, event):<br>
 <br>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.<br> <br>How i do this?<br> <br>THanks, Nadav</div>