Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dtab_deck_editor.h136 QAction *aAddCard, *aAddCardToSideboard, *aRemoveCard, *aIncrement, *aDecrement; variable
H A Dtab_deck_editor.cpp428 aAddCard = new QAction(QString(), this); in createCentralFrame()
429 aAddCard->setIcon(QPixmap("theme:icons/arrow_right_green")); in createCentralFrame()
430 connect(aAddCard, SIGNAL(triggered()), this, SLOT(actAddCard())); in createCentralFrame()
432 tbAddCard->setDefaultAction(aAddCard); in createCentralFrame()
647 aAddCard->setText(tr("Add card to &maindeck")); in retranslateUi()