Home
last modified time | relevance | path

Searched refs:mActRestartGame (Results 1 – 2 of 2) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dcolorcode.cpp330 mActRestartGame = new QAction(tr("&Restart Game"), this); in InitActions()
331 mActRestartGame->setIcon(QIcon(":/img/view-refresh.png")); in InitActions()
332 mActRestartGame->setShortcut(tr("Ctrl+Shift+R")); in InitActions()
528 mMenuGame->addAction(mActRestartGame); in InitMenus()
613 mMenuRowContext->addAction(mActRestartGame); in InitMenus()
629 mGameToolbar->addAction(mActRestartGame); in InitToolBars()
844 mActRestartGame->setEnabled(false); in UpdateActions()
866 mActRestartGame->setEnabled(true); in UpdateActions()
873 mActRestartGame->setEnabled(false); in UpdateActions()
894 mActRestartGame->setEnabled(true); in UpdateActions()
[all …]
H A Dcolorcode.h288 QAction* mActRestartGame; variable