Kaynağa Gözat

Modif de la taille et de la police de caractère

Sangfroid 9 yıl önce
ebeveyn
işleme
4365b48ba4
2 değiştirilmiş dosya ile 10 ekleme ve 3 silme
  1. 9 2
      Chronometre.cpp
  2. 1 1
      chronoCheckMate.pro.user

+ 9 - 2
Chronometre.cpp

@@ -27,18 +27,25 @@
 #include <QObject>
 #include <QHBoxLayout>
 #include <QDebug>
+#include <QFont>
 
 Chronometre::Chronometre (const QString & nom , QWidget * parent = 0) : QGroupBox (nom , parent) {
 	heure = 0;
 	minute = 0;
 	seconde = 0;
 	centieme = 0;
-	
+
+    QFont font("Times New Roman" , 22 , 5);
+
     ecranHeure = new QLabel ("00", this);
     ecranMinute = new QLabel ("00" , this);
     ecranSeconde = new QLabel ("00" , this);
     ecranCentieme = new QLabel ("00" , this);
-	
+    ecranHeure->setFont(font);
+    ecranMinute->setFont(font);
+    ecranSeconde->setFont(font);
+    ecranCentieme->setFont(font);
+
 	ecranLayout = new QHBoxLayout;
     ecranLayout->addWidget(ecranHeure, Qt::AlignLeft);
     ecranLayout->addWidget(new QLabel(":"));

+ 1 - 1
chronoCheckMate.pro.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by Qt Creator 2.4.1, 2015-07-19T22:32:19. -->
+<!-- Written by Qt Creator 2.4.1, 2015-07-20T12:28:26. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>