diff --git a/InGame.cpp b/InGame.cpp index 907ae36..60e9856 100644 --- a/InGame.cpp +++ b/InGame.cpp @@ -3,6 +3,7 @@ InGame::InGame(QWidget *parent) : QWidget(parent) { this->mainLayout = new QVBoxLayout(this); this->mainLayout->setAlignment(Qt::AlignCenter); + this->setStyleSheet("background-image: url(:/img/ISEN-Nantes.png); background-repeat: no-repeat; background-position: center; background-color: white;"); this->pts = new QLabel("Points : 0", this); this->pts->setStyleSheet("font-size: 96px; color: black;"); this->x = new QLabel("X : 0", this); diff --git a/img/ISEN-Nantes.png b/img/ISEN-Nantes.png new file mode 100644 index 0000000..51d9fa3 Binary files /dev/null and b/img/ISEN-Nantes.png differ diff --git a/resource.qrc b/resource.qrc index e44a1a0..5aad45f 100644 --- a/resource.qrc +++ b/resource.qrc @@ -6,5 +6,6 @@ img/table.jpg img/close.svg img/close.png + img/ISEN-Nantes.png \ No newline at end of file