Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Test police
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryLama committed Jan 24, 2016
1 parent fcf81ea commit a483986
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file added Images/Droite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Gauche.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
<file>Images/Play.png</file>
<file>Images/Supprimer.png</file>
<file>Laser Rod.ttf</file>
<file>Images/Droite.png</file>
<file>Images/Gauche.png</file>
</qresource>
</RCC>
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MainWindow::MainWindow(QWidget *parent) :
texteGagne=new QGraphicsTextItem("GAGNE");
texteGagne->setDefaultTextColor(QColor(Qt::white));
texteGagne->setPos(width()/6,height()/7);
texteGagne->setFont(QFont("Laser Rod",150));
texteGagne->setFont(QFont("Laser Rod",250));
sceneGagne->addItem(texteGagne);

retourMenuGagne=new QGraphicsRectItem(0,0,120,120);
Expand Down
2 changes: 1 addition & 1 deletion mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private slots:

//Selecteur de niveaux
QGraphicsTextItem *titre[2];
QGraphicsRectItem *zone[2],*boutonNiveaux[4],*apercu[TAILLE][TAILLE],*cadreApercu;
QGraphicsRectItem *zone[2],*boutonNiveaux[4],*apercu[TAILLE][TAILLE],*cadreApercu,*boutonScroll[4];
QList<QGraphicsTextItem*> offi,custom;
QGraphicsLineItem *ligne[2];
short currentSelectionNiveaux;
Expand Down

0 comments on commit a483986

Please sign in to comment.