Home
last modified time | relevance | path

Searched refs:showHistoryAct (Results 1 – 2 of 2) sorted by relevance

/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DShellWindow.py914 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)
/dports/net/spoofer/spoofer-1.4.7/manager/gui/
H A Dmainwindow.cpp435 QAction *showHistoryAct = new QAction(QSL("Show Result &History"), this); in init() local
436 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()