Format the playwindow lookup table
This commit is contained in:
@@ -7,6 +7,7 @@ playWindow::playWindow(QWidget *parent) : QMainWindow(parent),
|
||||
ui(new Ui::playWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setWindowState(Qt::WindowMaximized);
|
||||
|
||||
cardToImg = {
|
||||
{Card(Card::Rank::ACE, Card::Suit::CLUBS), "AC"},
|
||||
|
||||
Reference in New Issue
Block a user