Searched refs:openAction (Results 1 – 4 of 4) sorted by relevance
252 openAction = new QAction(tr("&Open..."), this); in createActions()253 openAction->setShortcut(QKeySequence::Open); in createActions()254 openAction->setIcon( QIcon( ":/images/open14.png" ) ); in createActions()255 openAction->setStatusTip(tr("Open a file")); in createActions()256 connect(openAction, SIGNAL(triggered()), this, SLOT(open())); in createActions()367 fileMenu->addAction( openAction ); in createMenus()428 toolBar->addAction( openAction ); in createToolBars()
186 QAction *openAction; variable