Searched refs:QAction (Results 1 – 12 of 12) sorted by relevance
/glogg/glogg/src/ |
H A D | mainwindow.h |
|
H A D | menuactiontooltipbehavior.h |
|
H A D | mainwindow.cpp |
|
H A D | abstractlogview.h |
|
H A D | menuactiontooltipbehavior.cpp |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | mainwindow.h | 38 class QAction; variable 87 void encodingChanged( QAction* action ); 171 QAction *recentFileActions[MaxRecentFiles]; 173 QAction *separatorAction; 186 QAction *openAction; 187 QAction *closeAction; 188 QAction *closeAllAction; 189 QAction *exitAction; 190 QAction *copyAction; 191 QAction *selectAllAction; [all …]
|
H A D | menuactiontooltipbehavior.h | 26 class QAction; variable 39 MenuActionToolTipBehavior(QAction *action, QMenu *parentMenu, 54 QAction *action;
|
H A D | mainwindow.cpp | 252 openAction = new QAction(tr("&Open..."), this); in createActions() 258 closeAction = new QAction(tr("&Close"), this); in createActions() 263 closeAllAction = new QAction(tr("Close &All"), this); in createActions() 269 recentFileActions[i] = new QAction(this); in createActions() 275 exitAction = new QAction(tr("E&xit"), this); in createActions() 280 copyAction = new QAction(tr("&Copy"), this); in createActions() 285 selectAllAction = new QAction(tr("Select &All"), this); in createActions() 291 findAction = new QAction(tr("&Find..."), this); in createActions() 297 overviewVisibleAction = new QAction( tr("Matches &overview"), this ); in createActions() 304 new QAction( tr("Line &numbers in main view"), this ); in createActions() [all …]
|
H A D | abstractlogview.h | 38 class QAction; variable 352 QAction* copyAction_; 353 QAction* findNextAction_; 354 QAction* findPreviousAction_; 355 QAction* addToSearchAction_;
|
H A D | menuactiontooltipbehavior.cpp | 32 MenuActionToolTipBehavior::MenuActionToolTipBehavior(QAction *action, in MenuActionToolTipBehavior()
|
H A D | abstractlogview.cpp | 1355 copyAction_ = new QAction( tr("&Copy"), this ); in createMenu() 1362 findNextAction_ = new QAction(tr("Find &next"), this); in createMenu() 1368 findPreviousAction_ = new QAction( tr("Find &previous"), this ); in createMenu() 1374 addToSearchAction_ = new QAction( tr("&Add to search"), this ); in createMenu()
|