Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h187 QAction *closeAction; variable
H A Dmainwindow.cpp258 closeAction = new QAction(tr("&Close"), this); in createActions()
259 closeAction->setShortcut(tr("Ctrl+W")); in createActions()
260 closeAction->setStatusTip(tr("Close document")); in createActions()
261 connect(closeAction, SIGNAL(triggered()), this, SLOT(closeTab())); in createActions()
368 fileMenu->addAction( closeAction ); in createMenus()