Format the playwindow lookup table

This commit is contained in:
2023-10-29 21:44:17 +01:00
parent aa3c69214e
commit 475b3fae9f

View File

@@ -7,6 +7,7 @@ playWindow::playWindow(QWidget *parent) : QMainWindow(parent),
ui(new Ui::playWindow) ui(new Ui::playWindow)
{ {
ui->setupUi(this); ui->setupUi(this);
this->setWindowState(Qt::WindowMaximized);
cardToImg = { cardToImg = {
{Card(Card::Rank::ACE, Card::Suit::CLUBS), "AC"}, {Card(Card::Rank::ACE, Card::Suit::CLUBS), "AC"},