This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui_cfenetreajoutclient.h
133 lines (103 loc) · 4.99 KB
/
ui_cfenetreajoutclient.h
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/********************************************************************************
** Form generated from reading UI file 'cfenetreajoutclient.ui'
**
** Created: Thu 2. Feb 18:53:55 2012
** by: Qt User Interface Compiler version 4.8.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CFENETREAJOUTCLIENT_H
#define UI_CFENETREAJOUTCLIENT_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QDialog>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CFenetreAjoutClient
{
public:
QWidget *gridLayoutWidget;
QGridLayout *gridLayout;
QLabel *label;
QLabel *label_2;
QLabel *label_3;
QLineEdit *nomLineEdit;
QLineEdit *prenomLineEdtit;
QComboBox *promoComboBox;
QWidget *horizontalLayoutWidget;
QHBoxLayout *horizontalLayout;
QSpacerItem *horizontalSpacer;
QPushButton *boutonAjouter;
QPushButton *boutonAnnuler;
void setupUi(QDialog *CFenetreAjoutClient)
{
if (CFenetreAjoutClient->objectName().isEmpty())
CFenetreAjoutClient->setObjectName(QString::fromUtf8("CFenetreAjoutClient"));
CFenetreAjoutClient->resize(413, 180);
CFenetreAjoutClient->setModal(true);
gridLayoutWidget = new QWidget(CFenetreAjoutClient);
gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
gridLayoutWidget->setGeometry(QRect(10, 10, 391, 121));
gridLayout = new QGridLayout(gridLayoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
label = new QLabel(gridLayoutWidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 0, 0, 1, 1);
label_2 = new QLabel(gridLayoutWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 1, 0, 1, 1);
label_3 = new QLabel(gridLayoutWidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
gridLayout->addWidget(label_3, 2, 0, 1, 1);
nomLineEdit = new QLineEdit(gridLayoutWidget);
nomLineEdit->setObjectName(QString::fromUtf8("nomLineEdit"));
gridLayout->addWidget(nomLineEdit, 0, 2, 1, 1);
prenomLineEdtit = new QLineEdit(gridLayoutWidget);
prenomLineEdtit->setObjectName(QString::fromUtf8("prenomLineEdtit"));
gridLayout->addWidget(prenomLineEdtit, 1, 2, 1, 1);
promoComboBox = new QComboBox(gridLayoutWidget);
promoComboBox->setObjectName(QString::fromUtf8("promoComboBox"));
gridLayout->addWidget(promoComboBox, 2, 2, 1, 1);
horizontalLayoutWidget = new QWidget(CFenetreAjoutClient);
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
horizontalLayoutWidget->setGeometry(QRect(170, 140, 231, 31));
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
boutonAjouter = new QPushButton(horizontalLayoutWidget);
boutonAjouter->setObjectName(QString::fromUtf8("boutonAjouter"));
horizontalLayout->addWidget(boutonAjouter);
boutonAnnuler = new QPushButton(horizontalLayoutWidget);
boutonAnnuler->setObjectName(QString::fromUtf8("boutonAnnuler"));
horizontalLayout->addWidget(boutonAnnuler);
retranslateUi(CFenetreAjoutClient);
QMetaObject::connectSlotsByName(CFenetreAjoutClient);
} // setupUi
void retranslateUi(QDialog *CFenetreAjoutClient)
{
CFenetreAjoutClient->setWindowTitle(QApplication::translate("CFenetreAjoutClient", "KFet - Ajout d'un client", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("CFenetreAjoutClient", "Nom :", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("CFenetreAjoutClient", "Prenom : ", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("CFenetreAjoutClient", "Promo : ", 0, QApplication::UnicodeUTF8));
boutonAjouter->setText(QApplication::translate("CFenetreAjoutClient", "Ajouter", 0, QApplication::UnicodeUTF8));
boutonAnnuler->setText(QApplication::translate("CFenetreAjoutClient", "Annuler", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class CFenetreAjoutClient: public Ui_CFenetreAjoutClient {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CFENETREAJOUTCLIENT_H