Searched refs:stopAction (Results 1 – 4 of 4) sorted by relevance
328 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()
198 QAction *stopAction; variable