Home
last modified time | relevance | path

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

/dports/games/colorcode/ColorCode-0.8.5/
H A Dcolorcode.cpp320 mActSelectGame = new QAction(tr("&Start particular Game"), this); in InitActions()
321 mActSelectGame->setIcon(QIcon(":/img/document-new.png")); in InitActions()
322 mActSelectGame->setShortcut(tr("Ctrl+Alt+N")); in InitActions()
323 connect(mActSelectGame, SIGNAL(triggered()), mGameTablesDialog, SLOT(ShowInputSlot())); in InitActions()
527 mMenuGame->addAction(mActSelectGame); in InitMenus()
841 mActSelectGame->setEnabled(true); in UpdateActions()
852 mActSelectGame->setVisible(true); in UpdateActions()
853 mActSelectGame->setEnabled(true); in UpdateActions()
880 mActSelectGame->setVisible(false); in UpdateActions()
881 mActSelectGame->setEnabled(false); in UpdateActions()
H A Dcolorcode.h286 QAction* mActSelectGame; variable