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