Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h188 QAction *closeAllAction; variable
H A Dmainwindow.cpp263 closeAllAction = new QAction(tr("Close &All"), this); in createActions()
264 closeAllAction->setStatusTip(tr("Close all documents")); in createActions()
265 connect(closeAllAction, SIGNAL(triggered()), this, SLOT(closeAll())); in createActions()
369 fileMenu->addAction( closeAllAction ); in createMenus()