Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h201 QAction *aboutAction; variable
H A Dmainwindow.cpp341 aboutAction = new QAction(tr("&About"), this); in createActions()
342 aboutAction->setStatusTip(tr("Show the About box")); in createActions()
343 connect( aboutAction, SIGNAL(triggered()), this, SLOT(about()) ); in createActions()
410 helpMenu->addAction( aboutAction ); in createMenus()