mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 15:13:55 -07:00
Add shortcut for next phase with action (#3548)
* Add shortcut for next phase with action * zach cleanup Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * cleanup and niceties * clangify * rename cleanup Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
c1d25bf58b
commit
2bf444e4b7
7 changed files with 304 additions and 253 deletions
|
|
@ -246,12 +246,14 @@ public:
|
|||
SequenceEdit *TabGame_phase10;
|
||||
QLabel *lbl_TabGame_aNextTurn;
|
||||
SequenceEdit *TabGame_aNextPhase;
|
||||
QLabel *lbl_TabGame_aNextPhaseAction;
|
||||
SequenceEdit *TabGame_aNextPhaseAction;
|
||||
|
||||
SequenceEdit *TabGame_aNextTurn;
|
||||
QGroupBox *groupBox_13;
|
||||
QGridLayout *gridLayout_13;
|
||||
QLabel *lbl_Player_aTap;
|
||||
SequenceEdit *Player_aTap;
|
||||
SequenceEdit *Player_aUntap;
|
||||
QLabel *lbl_Player_aUntapAll;
|
||||
SequenceEdit *Player_aUntapAll;
|
||||
QLabel *lbl_Player_aDoesntUntap;
|
||||
|
|
@ -1249,6 +1251,11 @@ public:
|
|||
|
||||
gridLayout_5->addWidget(lbl_TabGame_aNextPhase, 11, 0, 1, 1);
|
||||
|
||||
lbl_TabGame_aNextPhaseAction = new QLabel(groupBox_8);
|
||||
lbl_TabGame_aNextPhaseAction->setObjectName("lbl_TabGame_aNextPhaseAction");
|
||||
|
||||
gridLayout_5->addWidget(lbl_TabGame_aNextPhaseAction, 12, 0, 1, 1);
|
||||
|
||||
TabGame_phase10 = new SequenceEdit("Player/phase10", groupBox_8);
|
||||
TabGame_phase10->setObjectName("TabGame_phase10");
|
||||
|
||||
|
|
@ -1257,17 +1264,22 @@ public:
|
|||
lbl_TabGame_aNextTurn = new QLabel(groupBox_8);
|
||||
lbl_TabGame_aNextTurn->setObjectName("lbl_TabGame_aNextTurn");
|
||||
|
||||
gridLayout_5->addWidget(lbl_TabGame_aNextTurn, 12, 0, 1, 1);
|
||||
gridLayout_5->addWidget(lbl_TabGame_aNextTurn, 13, 0, 1, 1);
|
||||
|
||||
TabGame_aNextPhase = new SequenceEdit("Player/aNextPhase", groupBox_8);
|
||||
TabGame_aNextPhase->setObjectName("TabGame_aNextPhase");
|
||||
|
||||
gridLayout_5->addWidget(TabGame_aNextPhase, 11, 1, 1, 1);
|
||||
|
||||
TabGame_aNextPhaseAction = new SequenceEdit("Player/aNextPhaseAction", groupBox_8);
|
||||
TabGame_aNextPhaseAction->setObjectName("TabGame_aaNextPhaseAction");
|
||||
|
||||
gridLayout_5->addWidget(TabGame_aNextPhaseAction, 12, 1, 1, 1);
|
||||
|
||||
TabGame_aNextTurn = new SequenceEdit("Player/aNextTurn", groupBox_8);
|
||||
TabGame_aNextTurn->setObjectName("TabGame_aNextTurn");
|
||||
|
||||
gridLayout_5->addWidget(TabGame_aNextTurn, 12, 1, 1, 1);
|
||||
gridLayout_5->addWidget(TabGame_aNextTurn, 13, 1, 1, 1);
|
||||
|
||||
gridLayout_17->addWidget(groupBox_8, 0, 0, 1, 1);
|
||||
|
||||
|
|
@ -1766,7 +1778,7 @@ public:
|
|||
gridLayout_20->addItem(verticalSpacer_3, 2, 1, 1, 1);
|
||||
tabWidget->addTab(tab_3, QString());
|
||||
tab_4 = new QWidget(tabWidget);
|
||||
QGridLayout *grid = new QGridLayout(tab_4);
|
||||
auto *grid = new QGridLayout(tab_4);
|
||||
grid->addWidget(groupBox_3);
|
||||
grid->addItem(new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding), 1, 0);
|
||||
|
||||
|
|
@ -1782,7 +1794,7 @@ public:
|
|||
btnResetAll->setIcon(QPixmap("theme:icons/update"));
|
||||
btnClearAll->setIcon(QPixmap("theme:icons/clearsearch"));
|
||||
|
||||
QHBoxLayout *buttonsLayout = new QHBoxLayout(shortcutsTab);
|
||||
auto *buttonsLayout = new QHBoxLayout(shortcutsTab);
|
||||
buttonsLayout->addWidget(btnClearAll);
|
||||
buttonsLayout->addWidget(btnResetAll);
|
||||
|
||||
|
|
@ -1822,181 +1834,180 @@ public:
|
|||
|
||||
void retranslateUi(QWidget * /*shortcutsTab */)
|
||||
{
|
||||
groupBox->setTitle(QApplication::translate("shortcutsTab", "Main Window", 0));
|
||||
lbl_MainWindow_aDeckEditor->setText(QApplication::translate("shortcutsTab", "Deck editor", 0));
|
||||
lbl_MainWindow_aSinglePlayer->setText(QApplication::translate("shortcutsTab", "Local gameplay", 0));
|
||||
lbl_MainWindow_aWatchReplay->setText(QApplication::translate("shortcutsTab", "Watch replay", 0));
|
||||
lbl_MainWindow_aConnect->setText(QApplication::translate("shortcutsTab", "Connect", 0));
|
||||
lbl_MainWindow_aRegister->setText(QApplication::translate("shortcutsTab", "Register", 0));
|
||||
lbl_MainWindow_aFullScreen->setText(QApplication::translate("shortcutsTab", "Full screen", 0));
|
||||
lbl_MainWindow_aSettings->setText(QApplication::translate("shortcutsTab", "Settings", 0));
|
||||
lbl_MainWindow_aCheckCardUpdates->setText(QApplication::translate("shortcutsTab", "Check for card updates", 0));
|
||||
lbl_MainWindow_aDisconnect->setText(QApplication::translate("shortcutsTab", "Disconnect", 0));
|
||||
lbl_MainWindow_aExit->setText(QApplication::translate("shortcutsTab", "Exit", 0));
|
||||
groupBox_2->setTitle(QApplication::translate("shortcutsTab", "Deck Editor", 0));
|
||||
lbl_TabDeckEditor_aAnalyzeDeck->setText(QApplication::translate("shortcutsTab", "Analyze deck", 0));
|
||||
groupBox->setTitle(QApplication::translate("shortcutsTab", "Main Window"));
|
||||
lbl_MainWindow_aDeckEditor->setText(QApplication::translate("shortcutsTab", "Deck editor"));
|
||||
lbl_MainWindow_aSinglePlayer->setText(QApplication::translate("shortcutsTab", "Local gameplay"));
|
||||
lbl_MainWindow_aWatchReplay->setText(QApplication::translate("shortcutsTab", "Watch replay"));
|
||||
lbl_MainWindow_aConnect->setText(QApplication::translate("shortcutsTab", "Connect"));
|
||||
lbl_MainWindow_aRegister->setText(QApplication::translate("shortcutsTab", "Register"));
|
||||
lbl_MainWindow_aFullScreen->setText(QApplication::translate("shortcutsTab", "Full screen"));
|
||||
lbl_MainWindow_aSettings->setText(QApplication::translate("shortcutsTab", "Settings"));
|
||||
lbl_MainWindow_aCheckCardUpdates->setText(QApplication::translate("shortcutsTab", "Check for card updates"));
|
||||
lbl_MainWindow_aDisconnect->setText(QApplication::translate("shortcutsTab", "Disconnect"));
|
||||
lbl_MainWindow_aExit->setText(QApplication::translate("shortcutsTab", "Exit"));
|
||||
groupBox_2->setTitle(QApplication::translate("shortcutsTab", "Deck Editor"));
|
||||
lbl_TabDeckEditor_aAnalyzeDeck->setText(QApplication::translate("shortcutsTab", "Analyze deck"));
|
||||
lbl_TabDeckEditor_aLoadDeckFromClipboard->setText(
|
||||
QApplication::translate("shortcutsTab", "Load deck (clipboard)", 0));
|
||||
lbl_TabDeckEditor_aClearFilterAll->setText(QApplication::translate("shortcutsTab", "Clear all filters", 0));
|
||||
lbl_TabDeckEditor_aNewDeck->setText(QApplication::translate("shortcutsTab", "New deck", 0));
|
||||
lbl_TabDeckEditor_aClearFilterOne->setText(QApplication::translate("shortcutsTab", "Clear selected filter", 0));
|
||||
lbl_TabDeckEditor_aOpenCustomFolder->setText(
|
||||
QApplication::translate("shortcutsTab", "Open custom pic folder", 0));
|
||||
lbl_TabDeckEditor_aClose->setText(QApplication::translate("shortcutsTab", "Close", 0));
|
||||
lbl_TabDeckEditor_aPrintDeck->setText(QApplication::translate("shortcutsTab", "Print deck", 0));
|
||||
lbl_TabDeckEditor_aManageSets->setText(QApplication::translate("shortcutsTab", "Manage sets", 0));
|
||||
lbl_TabDeckEditor_aRemoveCard->setText(QApplication::translate("shortcutsTab", "Delete card", 0));
|
||||
lbl_TabDeckEditor_aEditTokens->setText(QApplication::translate("shortcutsTab", "Edit tokens", 0));
|
||||
lbl_TabDeckEditor_aResetLayout->setText(QApplication::translate("shortcutsTab", "Reset layout", 0));
|
||||
lbl_TabDeckEditor_aIncrement->setText(QApplication::translate("shortcutsTab", "Add card", 0));
|
||||
lbl_TabDeckEditor_aSaveDeck->setText(QApplication::translate("shortcutsTab", "Save deck", 0));
|
||||
lbl_TabDeckEditor_aExportDeckDecklist->setText(QApplication::translate("shortcutsTab", "Export deck", 0));
|
||||
lbl_TabDeckEditor_aDecrement->setText(QApplication::translate("shortcutsTab", "Remove card", 0));
|
||||
lbl_TabDeckEditor_aSaveDeckAs->setText(QApplication::translate("shortcutsTab", "Save deck as", 0));
|
||||
lbl_TabDeckEditor_aLoadDeck->setText(QApplication::translate("shortcutsTab", "Load deck", 0));
|
||||
lbl_TabDeckEditor_aSaveDeckToClipboard->setText(QApplication::translate("shortcutsTab", "Save deck (clip)", 0));
|
||||
QApplication::translate("shortcutsTab", "Load deck (clipboard)"));
|
||||
lbl_TabDeckEditor_aClearFilterAll->setText(QApplication::translate("shortcutsTab", "Clear all filters"));
|
||||
lbl_TabDeckEditor_aNewDeck->setText(QApplication::translate("shortcutsTab", "New deck"));
|
||||
lbl_TabDeckEditor_aClearFilterOne->setText(QApplication::translate("shortcutsTab", "Clear selected filter"));
|
||||
lbl_TabDeckEditor_aOpenCustomFolder->setText(QApplication::translate("shortcutsTab", "Open custom pic folder"));
|
||||
lbl_TabDeckEditor_aClose->setText(QApplication::translate("shortcutsTab", "Close"));
|
||||
lbl_TabDeckEditor_aPrintDeck->setText(QApplication::translate("shortcutsTab", "Print deck"));
|
||||
lbl_TabDeckEditor_aManageSets->setText(QApplication::translate("shortcutsTab", "Manage sets"));
|
||||
lbl_TabDeckEditor_aRemoveCard->setText(QApplication::translate("shortcutsTab", "Delete card"));
|
||||
lbl_TabDeckEditor_aEditTokens->setText(QApplication::translate("shortcutsTab", "Edit tokens"));
|
||||
lbl_TabDeckEditor_aResetLayout->setText(QApplication::translate("shortcutsTab", "Reset layout"));
|
||||
lbl_TabDeckEditor_aIncrement->setText(QApplication::translate("shortcutsTab", "Add card"));
|
||||
lbl_TabDeckEditor_aSaveDeck->setText(QApplication::translate("shortcutsTab", "Save deck"));
|
||||
lbl_TabDeckEditor_aExportDeckDecklist->setText(QApplication::translate("shortcutsTab", "Export deck"));
|
||||
lbl_TabDeckEditor_aDecrement->setText(QApplication::translate("shortcutsTab", "Remove card"));
|
||||
lbl_TabDeckEditor_aSaveDeckAs->setText(QApplication::translate("shortcutsTab", "Save deck as"));
|
||||
lbl_TabDeckEditor_aLoadDeck->setText(QApplication::translate("shortcutsTab", "Load deck"));
|
||||
lbl_TabDeckEditor_aSaveDeckToClipboard->setText(QApplication::translate("shortcutsTab", "Save deck (clip)"));
|
||||
lbl_TabDeckEditor_aSaveDeckToClipboardRaw->setText(
|
||||
QApplication::translate("shortcutsTab", "Save deck (clip; no annotations)", 0));
|
||||
groupBox_3->setTitle(QApplication::translate("shortcutsTab", "Counters", 0));
|
||||
groupBox_4->setTitle(QApplication::translate("shortcutsTab", "Life", 0));
|
||||
lbl_abstractCounter_sSet->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_abstractCounter_aInc->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_abstractCounter_aDec->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_5->setTitle(QApplication::translate("shortcutsTab", "Red", 0));
|
||||
lbl_Player_aSCRed->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aCCRed->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aRCRed->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_6->setTitle(QApplication::translate("shortcutsTab", "Green", 0));
|
||||
lbl_Player_aSCGreen->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aCCGreen->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aRCGreen->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_7->setTitle(QApplication::translate("shortcutsTab", "Yellow", 0));
|
||||
lbl_Player_aSCYellow->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aCCYellow->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aRCYellow->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
QApplication::translate("shortcutsTab", "Save deck (clip; no annotations)"));
|
||||
groupBox_3->setTitle(QApplication::translate("shortcutsTab", "Counters"));
|
||||
groupBox_4->setTitle(QApplication::translate("shortcutsTab", "Life"));
|
||||
lbl_abstractCounter_sSet->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_abstractCounter_aInc->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_abstractCounter_aDec->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_5->setTitle(QApplication::translate("shortcutsTab", "Red"));
|
||||
lbl_Player_aSCRed->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aCCRed->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aRCRed->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_6->setTitle(QApplication::translate("shortcutsTab", "Green"));
|
||||
lbl_Player_aSCGreen->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aCCGreen->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aRCGreen->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_7->setTitle(QApplication::translate("shortcutsTab", "Yellow"));
|
||||
lbl_Player_aSCYellow->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aCCYellow->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aRCYellow->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
|
||||
groupBox_counterStorm->setTitle(QApplication::translate("shortcutsTab", "Storm", 0));
|
||||
lbl_Player_aSetCStorm->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCStorm->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCStorm->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterW->setTitle(QApplication::translate("shortcutsTab", "W", 0));
|
||||
lbl_Player_aSetCW->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCW->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCW->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterU->setTitle(QApplication::translate("shortcutsTab", "U", 0));
|
||||
lbl_Player_aSetCU->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCU->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCU->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterB->setTitle(QApplication::translate("shortcutsTab", "B", 0));
|
||||
lbl_Player_aSetCB->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCB->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCB->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterR->setTitle(QApplication::translate("shortcutsTab", "R", 0));
|
||||
lbl_Player_aSetCR->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCR->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCR->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterG->setTitle(QApplication::translate("shortcutsTab", "G", 0));
|
||||
lbl_Player_aSetCG->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCG->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCG->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterX->setTitle(QApplication::translate("shortcutsTab", "X", 0));
|
||||
lbl_Player_aSetCX->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aIncCX->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aDecCX->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
groupBox_counterStorm->setTitle(QApplication::translate("shortcutsTab", "Storm"));
|
||||
lbl_Player_aSetCStorm->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCStorm->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCStorm->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterW->setTitle(QApplication::translate("shortcutsTab", "W"));
|
||||
lbl_Player_aSetCW->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCW->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCW->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterU->setTitle(QApplication::translate("shortcutsTab", "U"));
|
||||
lbl_Player_aSetCU->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCU->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCU->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterB->setTitle(QApplication::translate("shortcutsTab", "B"));
|
||||
lbl_Player_aSetCB->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCB->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCB->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterR->setTitle(QApplication::translate("shortcutsTab", "R"));
|
||||
lbl_Player_aSetCR->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCR->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCR->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterG->setTitle(QApplication::translate("shortcutsTab", "G"));
|
||||
lbl_Player_aSetCG->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCG->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCG->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
groupBox_counterX->setTitle(QApplication::translate("shortcutsTab", "X"));
|
||||
lbl_Player_aSetCX->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aIncCX->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aDecCX->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
|
||||
lbl_Player_aSCYellow->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
lbl_Player_aCCYellow->setText(QApplication::translate("shortcutsTab", "Add", 0));
|
||||
lbl_Player_aRCYellow->setText(QApplication::translate("shortcutsTab", "Remove", 0));
|
||||
lbl_Player_aSCYellow->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
lbl_Player_aCCYellow->setText(QApplication::translate("shortcutsTab", "Add"));
|
||||
lbl_Player_aRCYellow->setText(QApplication::translate("shortcutsTab", "Remove"));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab),
|
||||
QApplication::translate("shortcutsTab", "Main Window | Deck Editor", 0));
|
||||
groupBox_9->setTitle(QApplication::translate("shortcutsTab", "Power / Toughness", 0));
|
||||
groupBox_12->setTitle(QApplication::translate("shortcutsTab", "Power and Toughness", 0));
|
||||
lbl_Player_aIncPT->setText(QApplication::translate("shortcutsTab", "Add (+1/+1)", 0));
|
||||
lbl_Player_aDecPT->setText(QApplication::translate("shortcutsTab", "Remove (-1/-1)", 0));
|
||||
lbl_Player_aResetPT->setText(QApplication::translate("shortcutsTab", "Reset", 0));
|
||||
lbl_Player_aSetPT->setText(QApplication::translate("shortcutsTab", "Set", 0));
|
||||
groupBox_11->setTitle(QApplication::translate("shortcutsTab", "Toughness", 0));
|
||||
lbl_Player_aDecT->setText(QApplication::translate("shortcutsTab", "Remove (-0/-1)", 0));
|
||||
lbl_Player_aIncT->setText(QApplication::translate("shortcutsTab", "Add (+0/+1)", 0));
|
||||
groupBox_10->setTitle(QApplication::translate("shortcutsTab", "Power", 0));
|
||||
lbl_Player_aDecP->setText(QApplication::translate("shortcutsTab", "Remove (-1/-0)", 0));
|
||||
lbl_Player_aIncP->setText(QApplication::translate("shortcutsTab", "Add (+1/+0)", 0));
|
||||
groupBox_8->setTitle(QApplication::translate("shortcutsTab", "Game Phases", 0));
|
||||
lbl_TabGame_phase0->setText(QApplication::translate("shortcutsTab", "Untap", 0));
|
||||
lbl_TabGame_phase1->setText(QApplication::translate("shortcutsTab", "Upkeep", 0));
|
||||
lbl_TabGame_phase2->setText(QApplication::translate("shortcutsTab", "Draw", 0));
|
||||
lbl_TabGame_phase3->setText(QApplication::translate("shortcutsTab", "Main 1", 0));
|
||||
lbl_TabGame_phase4->setText(QApplication::translate("shortcutsTab", "Start combat", 0));
|
||||
lbl_TabGame_phase5->setText(QApplication::translate("shortcutsTab", "Attack", 0));
|
||||
lbl_TabGame_phase6->setText(QApplication::translate("shortcutsTab", "Block", 0));
|
||||
lbl_TabGame_phase7->setText(QApplication::translate("shortcutsTab", "Damage", 0));
|
||||
lbl_TabGame_phase8->setText(QApplication::translate("shortcutsTab", "End combat", 0));
|
||||
lbl_TabGame_phase9->setText(QApplication::translate("shortcutsTab", "Main 2", 0));
|
||||
lbl_TabGame_phase10->setText(QApplication::translate("shortcutsTab", "End", 0));
|
||||
lbl_TabGame_aNextPhase->setText(QApplication::translate("shortcutsTab", "Next phase", 0));
|
||||
lbl_TabGame_aNextTurn->setText(QApplication::translate("shortcutsTab", "Next turn", 0));
|
||||
groupBox_13->setTitle(QApplication::translate("shortcutsTab", "Playing Area", 0));
|
||||
lbl_Player_aTap->setText(QApplication::translate("shortcutsTab", "Tap / Untap Card", 0));
|
||||
lbl_Player_aUntapAll->setText(QApplication::translate("shortcutsTab", "Untap all", 0));
|
||||
lbl_Player_aDoesntUntap->setText(QApplication::translate("shortcutsTab", "Toggle untap", 0));
|
||||
lbl_Player_aFlip->setText(QApplication::translate("shortcutsTab", "Flip card", 0));
|
||||
lbl_Player_aPeek->setText(QApplication::translate("shortcutsTab", "Peek card", 0));
|
||||
lbl_Player_aPlay->setText(QApplication::translate("shortcutsTab", "Play card", 0));
|
||||
lbl_Player_aAttach->setText(QApplication::translate("shortcutsTab", "Attach card", 0));
|
||||
lbl_Player_aUnattach->setText(QApplication::translate("shortcutsTab", "Unattach card", 0));
|
||||
lbl_Player_aClone->setText(QApplication::translate("shortcutsTab", "Clone card", 0));
|
||||
lbl_Player_aCreateToken->setText(QApplication::translate("shortcutsTab", "Create token", 0));
|
||||
lbl_Player_aCreateRelatedTokens->setText(
|
||||
QApplication::translate("shortcutsTab", "Create all related tokens", 0));
|
||||
lbl_Player_aCreateAnotherToken->setText(QApplication::translate("shortcutsTab", "Create another token", 0));
|
||||
lbl_Player_aSetAnnotation->setText(QApplication::translate("shortcutsTab", "Set annotation", 0));
|
||||
QApplication::translate("shortcutsTab", "Main Window | Deck Editor"));
|
||||
groupBox_9->setTitle(QApplication::translate("shortcutsTab", "Power / Toughness"));
|
||||
groupBox_12->setTitle(QApplication::translate("shortcutsTab", "Power and Toughness"));
|
||||
lbl_Player_aIncPT->setText(QApplication::translate("shortcutsTab", "Add (+1/+1)"));
|
||||
lbl_Player_aDecPT->setText(QApplication::translate("shortcutsTab", "Remove (-1/-1)"));
|
||||
lbl_Player_aResetPT->setText(QApplication::translate("shortcutsTab", "Reset"));
|
||||
lbl_Player_aSetPT->setText(QApplication::translate("shortcutsTab", "Set"));
|
||||
groupBox_11->setTitle(QApplication::translate("shortcutsTab", "Toughness"));
|
||||
lbl_Player_aDecT->setText(QApplication::translate("shortcutsTab", "Remove (-0/-1)"));
|
||||
lbl_Player_aIncT->setText(QApplication::translate("shortcutsTab", "Add (+0/+1)"));
|
||||
groupBox_10->setTitle(QApplication::translate("shortcutsTab", "Power"));
|
||||
lbl_Player_aDecP->setText(QApplication::translate("shortcutsTab", "Remove (-1/-nullptr)"));
|
||||
lbl_Player_aIncP->setText(QApplication::translate("shortcutsTab", "Add (+1/+nullptr)"));
|
||||
groupBox_8->setTitle(QApplication::translate("shortcutsTab", "Game Phases"));
|
||||
lbl_TabGame_phase0->setText(QApplication::translate("shortcutsTab", "Untap"));
|
||||
lbl_TabGame_phase1->setText(QApplication::translate("shortcutsTab", "Upkeep"));
|
||||
lbl_TabGame_phase2->setText(QApplication::translate("shortcutsTab", "Draw"));
|
||||
lbl_TabGame_phase3->setText(QApplication::translate("shortcutsTab", "Main 1"));
|
||||
lbl_TabGame_phase4->setText(QApplication::translate("shortcutsTab", "Start combat"));
|
||||
lbl_TabGame_phase5->setText(QApplication::translate("shortcutsTab", "Attack"));
|
||||
lbl_TabGame_phase6->setText(QApplication::translate("shortcutsTab", "Block"));
|
||||
lbl_TabGame_phase7->setText(QApplication::translate("shortcutsTab", "Damage"));
|
||||
lbl_TabGame_phase8->setText(QApplication::translate("shortcutsTab", "End combat"));
|
||||
lbl_TabGame_phase9->setText(QApplication::translate("shortcutsTab", "Main 2"));
|
||||
lbl_TabGame_phase10->setText(QApplication::translate("shortcutsTab", "End"));
|
||||
lbl_TabGame_aNextPhase->setText(QApplication::translate("shortcutsTab", "Next phase"));
|
||||
lbl_TabGame_aNextPhaseAction->setText(QApplication::translate("shortcutsTab", "Next phase action"));
|
||||
lbl_TabGame_aNextTurn->setText(QApplication::translate("shortcutsTab", "Next turn"));
|
||||
groupBox_13->setTitle(QApplication::translate("shortcutsTab", "Playing Area"));
|
||||
lbl_Player_aTap->setText(QApplication::translate("shortcutsTab", "Tap / Untap Card"));
|
||||
lbl_Player_aUntapAll->setText(QApplication::translate("shortcutsTab", "Untap all"));
|
||||
lbl_Player_aDoesntUntap->setText(QApplication::translate("shortcutsTab", "Toggle untap"));
|
||||
lbl_Player_aFlip->setText(QApplication::translate("shortcutsTab", "Flip card"));
|
||||
lbl_Player_aPeek->setText(QApplication::translate("shortcutsTab", "Peek card"));
|
||||
lbl_Player_aPlay->setText(QApplication::translate("shortcutsTab", "Play card"));
|
||||
lbl_Player_aAttach->setText(QApplication::translate("shortcutsTab", "Attach card"));
|
||||
lbl_Player_aUnattach->setText(QApplication::translate("shortcutsTab", "Unattach card"));
|
||||
lbl_Player_aClone->setText(QApplication::translate("shortcutsTab", "Clone card"));
|
||||
lbl_Player_aCreateToken->setText(QApplication::translate("shortcutsTab", "Create token"));
|
||||
lbl_Player_aCreateRelatedTokens->setText(QApplication::translate("shortcutsTab", "Create all related tokens"));
|
||||
lbl_Player_aCreateAnotherToken->setText(QApplication::translate("shortcutsTab", "Create another token"));
|
||||
lbl_Player_aSetAnnotation->setText(QApplication::translate("shortcutsTab", "Set annotation"));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab_2),
|
||||
QApplication::translate("shortcutsTab", "Phases | P/T | Playing Area", 0));
|
||||
groupBox_moveCard->setTitle(QApplication::translate("shortcutsTab", "Move selected card to", 0));
|
||||
lbl_Player_aMoveToBottomLibrary->setText(QApplication::translate("shortcutsTab", "Bottom library", 0));
|
||||
lbl_Player_aMoveToTopLibrary->setText(QApplication::translate("shortcutsTab", "Top library", 0));
|
||||
lbl_Player_aMoveToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard", 0));
|
||||
lbl_Player_aMoveToExile->setText(QApplication::translate("shortcutsTab", "Exile", 0));
|
||||
lbl_Player_aMoveToHand->setText(QApplication::translate("shortcutsTab", "Hand", 0));
|
||||
QApplication::translate("shortcutsTab", "Phases | P/T | Playing Area"));
|
||||
groupBox_moveCard->setTitle(QApplication::translate("shortcutsTab", "Move selected card to"));
|
||||
lbl_Player_aMoveToBottomLibrary->setText(QApplication::translate("shortcutsTab", "Bottom library"));
|
||||
lbl_Player_aMoveToTopLibrary->setText(QApplication::translate("shortcutsTab", "Top library"));
|
||||
lbl_Player_aMoveToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard"));
|
||||
lbl_Player_aMoveToExile->setText(QApplication::translate("shortcutsTab", "Exile"));
|
||||
lbl_Player_aMoveToHand->setText(QApplication::translate("shortcutsTab", "Hand"));
|
||||
lbl_Player_aMoveTopToPlayFaceDown->setText(QApplication::translate("shortcutsTab", "Play face down"));
|
||||
groupBox_view->setTitle(QApplication::translate("shortcutsTab", "View", 0));
|
||||
lbl_Player_aViewGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard", 0));
|
||||
lbl_Player_aViewLibrary->setText(QApplication::translate("shortcutsTab", "Library", 0));
|
||||
lbl_Player_aViewTopCards->setText(QApplication::translate("shortcutsTab", "Top cards of library", 0));
|
||||
lbl_Player_aViewSideboard->setText(QApplication::translate("shortcutsTab", "Sideboard", 0));
|
||||
lbl_Player_aViewRfg->setText(QApplication::translate("shortcutsTab", "Exile", 0));
|
||||
lbl_GameView_aCloseMostRecentZoneView->setText(QApplication::translate("shortcutsTab", "Close recent view", 0));
|
||||
groupBox_moveDeck->setTitle(QApplication::translate("shortcutsTab", "Move top card to", 0));
|
||||
lbl_Player_aMoveTopCardToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard Once", 0));
|
||||
lbl_Player_aMoveTopCardsToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard Multiple", 0));
|
||||
lbl_Player_aMoveTopCardToExile->setText(QApplication::translate("shortcutsTab", "Exile Once", 0));
|
||||
lbl_Player_aMoveTopCardsToExile->setText(QApplication::translate("shortcutsTab", "Exile Multiple", 0));
|
||||
groupBox_gameLobby->setTitle(QApplication::translate("shortcutsTab", "Game Lobby", 0));
|
||||
lbl_DeckViewContainer_loadRemoteButton->setText(QApplication::translate("shortcutsTab", "Load remote deck", 0));
|
||||
lbl_DeckViewContainer_loadLocalButton->setText(QApplication::translate("shortcutsTab", "Load local deck", 0));
|
||||
groupBox_gameplay->setTitle(QApplication::translate("shortcutsTab", "Gameplay", 0));
|
||||
lbl_Player_aDrawArrow->setText(QApplication::translate("shortcutsTab", "Draw arrow", 0));
|
||||
lbl_TabGame_aLeaveGame->setText(QApplication::translate("shortcutsTab", "Leave game", 0));
|
||||
lbl_TabGame_aRemoveLocalArrows->setText(QApplication::translate("shortcutsTab", "Remove local arrows", 0));
|
||||
lbl_TabGame_aConcede->setText(QApplication::translate("shortcutsTab", "Concede", 0));
|
||||
lbl_Player_aRollDie->setText(QApplication::translate("shortcutsTab", "Roll dice", 0));
|
||||
lbl_TabGame_aRotateViewCW->setText(QApplication::translate("shortcutsTab", "Rotate view CW", 0));
|
||||
lbl_Player_aShuffle->setText(QApplication::translate("shortcutsTab", "Shuffle library", 0));
|
||||
lbl_TabGame_aRotateViewCCW->setText(QApplication::translate("shortcutsTab", "Rotate view CCW", 0));
|
||||
groupBox_draw->setTitle(QApplication::translate("shortcutsTab", "Drawing", 0));
|
||||
lbl_Player_aMulligan->setText(QApplication::translate("shortcutsTab", "Mulligan", 0));
|
||||
lbl_Player_aDrawCard->setText(QApplication::translate("shortcutsTab", "Draw card", 0));
|
||||
lbl_Player_aDrawCards->setText(QApplication::translate("shortcutsTab", "Draw cards", 0));
|
||||
lbl_Player_aUndoDraw->setText(QApplication::translate("shortcutsTab", "Undo draw", 0));
|
||||
lbl_Player_aAlwaysRevealTopCard->setText(QApplication::translate("shortcutsTab", "Always reveal top card", 0));
|
||||
groupBox_view->setTitle(QApplication::translate("shortcutsTab", "View"));
|
||||
lbl_Player_aViewGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard"));
|
||||
lbl_Player_aViewLibrary->setText(QApplication::translate("shortcutsTab", "Library"));
|
||||
lbl_Player_aViewTopCards->setText(QApplication::translate("shortcutsTab", "Top cards of library"));
|
||||
lbl_Player_aViewSideboard->setText(QApplication::translate("shortcutsTab", "Sideboard"));
|
||||
lbl_Player_aViewRfg->setText(QApplication::translate("shortcutsTab", "Exile"));
|
||||
lbl_GameView_aCloseMostRecentZoneView->setText(QApplication::translate("shortcutsTab", "Close recent view"));
|
||||
groupBox_moveDeck->setTitle(QApplication::translate("shortcutsTab", "Move top card to"));
|
||||
lbl_Player_aMoveTopCardToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard Once"));
|
||||
lbl_Player_aMoveTopCardsToGraveyard->setText(QApplication::translate("shortcutsTab", "Graveyard Multiple"));
|
||||
lbl_Player_aMoveTopCardToExile->setText(QApplication::translate("shortcutsTab", "Exile Once"));
|
||||
lbl_Player_aMoveTopCardsToExile->setText(QApplication::translate("shortcutsTab", "Exile Multiple"));
|
||||
groupBox_gameLobby->setTitle(QApplication::translate("shortcutsTab", "Game Lobby"));
|
||||
lbl_DeckViewContainer_loadRemoteButton->setText(QApplication::translate("shortcutsTab", "Load remote deck"));
|
||||
lbl_DeckViewContainer_loadLocalButton->setText(QApplication::translate("shortcutsTab", "Load local deck"));
|
||||
groupBox_gameplay->setTitle(QApplication::translate("shortcutsTab", "Gameplay"));
|
||||
lbl_Player_aDrawArrow->setText(QApplication::translate("shortcutsTab", "Draw arrow"));
|
||||
lbl_TabGame_aLeaveGame->setText(QApplication::translate("shortcutsTab", "Leave game"));
|
||||
lbl_TabGame_aRemoveLocalArrows->setText(QApplication::translate("shortcutsTab", "Remove local arrows"));
|
||||
lbl_TabGame_aConcede->setText(QApplication::translate("shortcutsTab", "Concede"));
|
||||
lbl_Player_aRollDie->setText(QApplication::translate("shortcutsTab", "Roll dice"));
|
||||
lbl_TabGame_aRotateViewCW->setText(QApplication::translate("shortcutsTab", "Rotate view CW"));
|
||||
lbl_Player_aShuffle->setText(QApplication::translate("shortcutsTab", "Shuffle library"));
|
||||
lbl_TabGame_aRotateViewCCW->setText(QApplication::translate("shortcutsTab", "Rotate view CCW"));
|
||||
groupBox_draw->setTitle(QApplication::translate("shortcutsTab", "Drawing"));
|
||||
lbl_Player_aMulligan->setText(QApplication::translate("shortcutsTab", "Mulligan"));
|
||||
lbl_Player_aDrawCard->setText(QApplication::translate("shortcutsTab", "Draw card"));
|
||||
lbl_Player_aDrawCards->setText(QApplication::translate("shortcutsTab", "Draw cards"));
|
||||
lbl_Player_aUndoDraw->setText(QApplication::translate("shortcutsTab", "Undo draw"));
|
||||
lbl_Player_aAlwaysRevealTopCard->setText(QApplication::translate("shortcutsTab", "Always reveal top card"));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab_3),
|
||||
QApplication::translate("shortcutsTab", "Gameplay | Draw | Move | View", 0));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("shortcutsTab", "Counters", 0));
|
||||
QApplication::translate("shortcutsTab", "Gameplay | Draw | Move | View"));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("shortcutsTab", "Counters"));
|
||||
faqLabel->setText(QString("<a href='%1'>%2</a>")
|
||||
.arg(WIKI)
|
||||
.arg(QApplication::translate("shortcutsTab", "How to set custom shortcuts", 0)));
|
||||
btnResetAll->setText(QApplication::translate("shortcutsTab", "Restore all default shortcuts", 0));
|
||||
btnClearAll->setText(QApplication::translate("shortcutsTab", "Clear all shortcuts", 0));
|
||||
.arg(QApplication::translate("shortcutsTab", "How to set custom shortcuts")));
|
||||
btnResetAll->setText(QApplication::translate("shortcutsTab", "Restore all default shortcuts"));
|
||||
btnClearAll->setText(QApplication::translate("shortcutsTab", "Clear all shortcuts"));
|
||||
} // retranslateUi
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue