Searched refs:showHistoryAct (Results 1 – 2 of 2) sorted by relevance
914 self.showHistoryAct = E5Action(920 self.showHistoryAct.setStatusTip(self.tr(922 self.showHistoryAct.triggered.connect(self.__shell.showHistory)1181 self.__historyMenu.addAction(self.showHistoryAct)1255 self.__historyToolbar.addAction(self.showHistoryAct)
435 QAction *showHistoryAct = new QAction(QSL("Show Result &History"), this); in init() local436 setActionTip(showHistoryAct, QSL("Show results of previous tests")); in init()437 connect(showHistoryAct, &QAction::triggered, historyWidget, &QTableWidget::show); in init()609 new ActionButton(hideHistoryAct, showHistoryAct, this) : in init()610 new ActionButton(showHistoryAct, hideHistoryAct, this); in init()