Home
last modified time | relevance | path

Searched refs:_exitAction (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kcachegrind/kcachegrind-21.12.3/qcachegrind/
H A Dqcgtoplevel.cpp392 _exitAction = new QAction(tr("E&xit"), this); in createActions()
393 _exitAction->setMenuRole(QAction::QuitRole); in createActions()
394 _exitAction->setShortcut(tr("Ctrl+Q")); in createActions()
395 _exitAction->setStatusTip(tr("Exit the application")); in createActions()
396 connect(_exitAction, &QAction::triggered, this, &QApplication::closeAllWindows); in createActions()
618 fileMenu->addAction(_exitAction); in createMenu()
652 fileMenu->addAction(_exitAction); in createMenu()
H A Dqcgtoplevel.h217 QAction *_exportAction, *_dumpToggleAction, *_exitAction; variable
/dports/graphics/gpxsee/GPXSee-7.32/src/GUI/
H A Dgui.h150 QAction *_exitAction; variable
H A Dgui.cpp204 _exitAction = new QAction(QIcon(QUIT_ICON), tr("Quit"), this); in createActions()
205 _exitAction->setShortcut(QUIT_SHORTCUT); in createActions()
206 _exitAction->setMenuRole(QAction::QuitRole); in createActions()
207 connect(_exitAction, SIGNAL(triggered()), this, SLOT(close())); in createActions()
208 addAction(_exitAction); in createActions()
508 fileMenu->addAction(_exitAction); in createMenus()