|
@@ -39,10 +39,10 @@ Chronometre::Chronometre (const QString & nom , QWidget * parent = 0) : QGroupBo
|
|
|
ecranMinute = new QLCDNumber (2, this);
|
|
|
ecranSeconde = new QLCDNumber (2, this);
|
|
|
ecranCentieme = new QLCDNumber (2 , this);
|
|
|
- ecranHeure->setSegmentStyle (QLCDNumber::Flat);
|
|
|
- ecranMinute->setSegmentStyle (QLCDNumber::Flat);
|
|
|
- ecranSeconde->setSegmentStyle (QLCDNumber::Flat);
|
|
|
- ecranCentieme->setSegmentStyle (QLCDNumber::Flat);
|
|
|
+ ecranHeure->setSegmentStyle (QLCDNumber::Flat);
|
|
|
+ ecranMinute->setSegmentStyle (QLCDNumber::Flat);
|
|
|
+ ecranSeconde->setSegmentStyle (QLCDNumber::Flat);
|
|
|
+ ecranCentieme->setSegmentStyle (QLCDNumber::Flat);
|
|
|
|
|
|
ecranLayout = new QHBoxLayout;
|
|
|
ecranLayout->addWidget(ecranHeure);
|