Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Ddlg_create_token.cpp77 chooseTokenFromDeckRadioButton = new QRadioButton(tr("Show tokens from this &deck")); in DlgCreateToken()
78 …connect(chooseTokenFromDeckRadioButton, SIGNAL(toggled(bool)), this, SLOT(actChooseTokenFromDeck(b… in DlgCreateToken()
104 chooseTokenFromDeckRadioButton->setDisabled(true); // No tokens in deck = no need for option in DlgCreateToken()
106 chooseTokenFromDeckRadioButton->setChecked(true); in DlgCreateToken()
116 tokenChooseLayout->addWidget(chooseTokenFromDeckRadioButton); in DlgCreateToken()
H A Ddlg_create_token.h49 QRadioButton *chooseTokenFromAllRadioButton, *chooseTokenFromDeckRadioButton; variable