[#35 state:fixed] base qt: Added contextual menu to the main window (the Actions menu).

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4090
This commit is contained in:
hsoft 2009-06-19 11:32:58 +00:00
parent 8946ad02ac
commit 018f2a03dc
1 changed files with 3 additions and 0 deletions

View File

@ -287,6 +287,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
h.setSectionHidden(colid, not h.isSectionHidden(colid))
self._update_column_actions_status()
def contextMenuEvent(self, event):
self.actionActions.menu().exec_(event.globalPos())
def dupeMarkingChanged(self):
self._redraw_results()
self._update_status_line()