RadonMetrics/CyclomaticComplexityDialog.py

branch
eric7
changeset 111
897c71cbc967
parent 110
261babeb7cc6
child 126
9ecce748f0ac
equal deleted inserted replaced
110:261babeb7cc6 111:897c71cbc967
602 602
603 def __showContextMenu(self, coord): 603 def __showContextMenu(self, coord):
604 """ 604 """
605 Private slot to show the context menu of the resultlist. 605 Private slot to show the context menu of the resultlist.
606 606
607 @param coord the position of the mouse pointer (QPoint) 607 @param coord the position of the mouse pointer
608 @type QPoint
608 """ 609 """
609 if self.resultList.topLevelItemCount() > 0: 610 if self.resultList.topLevelItemCount() > 0:
610 self.__menu.popup(self.mapToGlobal(coord)) 611 self.__menu.popup(self.mapToGlobal(coord))
611 612
612 def __resultCollapse(self): 613 def __resultCollapse(self):

eric ide

mercurial