Home
last modified time | relevance | path

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

/glogg/glogg/src/ !
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/ !
H A Dmainwindow.h200 QAction *optionsAction; variable
H A Dmainwindow.cpp337 optionsAction = new QAction(tr("&Options..."), this); in createActions()
338 optionsAction->setStatusTip(tr("Show the Options box")); in createActions()
339 connect( optionsAction, SIGNAL(triggered()), this, SLOT(options()) ); in createActions()
398 toolsMenu->addAction( optionsAction ); in createMenus()