Searched refs:closeAllAction (Results 1 – 4 of 4) sorted by relevance
188 QAction *closeAllAction; variable
263 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()