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): |