Home
last modified time | relevance | path

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

/glogg/glogg/src/ !
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/ !
H A Dmainwindow.h199 QAction *filtersAction; variable
H A Dmainwindow.cpp333 filtersAction = new QAction(tr("&Filters..."), this); in createActions()
334 filtersAction->setStatusTip(tr("Show the Filters box")); in createActions()
335 connect( filtersAction, SIGNAL(triggered()), this, SLOT(filters()) ); in createActions()
396 toolsMenu->addAction( filtersAction ); in createMenus()