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(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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user