Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.cpp
H A Dmainwindow.h
/glogg/src/
H A Dmainwindow.cpp252 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()
H A Dmainwindow.h186 QAction *openAction; variable