<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I am sub classing QGraphicsView &amp; QGraphicsItem.<br><br>I do have a contextMenuEvent in both of them. How ever while right clicking on item creates the menu of view. It's not creating the menu defined in item.<br><br>If I disable the menu of view, item's menu is working fine.<br><br>How do I ignore this clashing?<br><br>Here is code of Item's contextMenuEvent<br><br>def contextMenuEvent(self, event):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; menu = QtGui.QMenu()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; menu.addAction("Copy")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; menu.addAction("Paste")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; menu.exec_(event.screenPos())<br><br>Code of view's contextMenuEvent<br>&nbsp;&nbsp;&nbsp; <br>def contextMenuEvent(self,
 event):<br>&nbsp;&nbsp;&nbsp; menu = .....<br>&nbsp;&nbsp;&nbsp; .....<br>&nbsp;&nbsp;&nbsp; menu.exec_(event.globalPos())<br><br><br>Prashant<br><br><br>qt-sdk-win-opensource-2009.03.1.exe<br>Python 2.6.3<br>PyQt-Py2.6-gpl-4.6-1<br>Win XP, 32 Bit <br></div></div><br>



      <!--10--><hr size=1></hr> Add whatever you love to the Yahoo! India homepage. <a href="http://in.rd.yahoo.com/tagline_metro_3/*http://in.yahoo.com/trynew" target="_blank">Try now!</a></body></html>