Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h202 QAction *aboutQtAction; variable
H A Dmainwindow.cpp345 aboutQtAction = new QAction(tr("About &Qt"), this); in createActions()
346 aboutQtAction->setStatusTip(tr("Show the Qt library's About box")); in createActions()
347 connect( aboutQtAction, SIGNAL(triggered()), this, SLOT(aboutQt()) ); in createActions()