-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_mainwindow.h
More file actions
99 lines (87 loc) · 3.49 KB
/
ui_mainwindow.h
File metadata and controls
99 lines (87 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 6.3.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAINWINDOW_H
#define UI_MAINWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralwidget;
QGroupBox *groupBox;
QPushButton *pushButton1;
QGroupBox *groupBox_2;
QLabel *labeltour;
QLabel *labelechec;
QMenuBar *menubar;
QStatusBar *statusbar;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(800, 600);
centralwidget = new QWidget(MainWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
groupBox = new QGroupBox(centralwidget);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(0, -20, 801, 91));
pushButton1 = new QPushButton(groupBox);
pushButton1->setObjectName(QString::fromUtf8("pushButton1"));
pushButton1->setGeometry(QRect(80, 30, 71, 51));
QFont font;
font.setPointSize(14);
pushButton1->setFont(font);
groupBox_2 = new QGroupBox(groupBox);
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
groupBox_2->setGeometry(QRect(200, 30, 411, 41));
labeltour = new QLabel(groupBox_2);
labeltour->setObjectName(QString::fromUtf8("labeltour"));
labeltour->setGeometry(QRect(20, 10, 131, 21));
QFont font1;
font1.setPointSize(11);
labeltour->setFont(font1);
labelechec = new QLabel(groupBox_2);
labelechec->setObjectName(QString::fromUtf8("labelechec"));
labelechec->setGeometry(QRect(190, 10, 131, 21));
QFont font2;
font2.setPointSize(10);
labelechec->setFont(font2);
MainWindow->setCentralWidget(centralwidget);
menubar = new QMenuBar(MainWindow);
menubar->setObjectName(QString::fromUtf8("menubar"));
menubar->setGeometry(QRect(0, 0, 800, 25));
MainWindow->setMenuBar(menubar);
statusbar = new QStatusBar(MainWindow);
statusbar->setObjectName(QString::fromUtf8("statusbar"));
MainWindow->setStatusBar(statusbar);
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "1 Vs 1", nullptr));
groupBox->setTitle(QCoreApplication::translate("MainWindow", "GroupBox", nullptr));
pushButton1->setText(QString());
groupBox_2->setTitle(QString());
labeltour->setText(QCoreApplication::translate("MainWindow", "Le Tour :", nullptr));
labelechec->setText(QCoreApplication::translate("MainWindow", "vide 2", nullptr));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H