Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.cpp
H A Dmainwindow.h
/glogg/src/
H A Dmainwindow.cpp328 stopAction = new QAction( tr("&Stop"), this ); in createActions()
329 stopAction->setIcon( QIcon(":/images/stop14.png") ); in createActions()
330 stopAction->setEnabled( true ); in createActions()
331 signalMux_.connect( stopAction, SIGNAL(triggered()), SLOT(stopLoading()) ); in createActions()
431 toolBar->addAction( stopAction ); in createToolBars()
614 stopAction->setEnabled( true ); in updateLoadingProgress()
632 stopAction->setEnabled( false ); in handleLoadingFinished()
H A Dmainwindow.h198 QAction *stopAction; variable