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
/
Copy pathui_cfenetreajoutproduit.h
145 lines (109 loc) · 5.41 KB
/
ui_cfenetreajoutproduit.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
134
135
136
137
138
139
140
141
142
143
144
145
/********************************************************************************
** Form generated from reading UI file 'cfenetreajoutproduit.ui'
**
** Created: Mon 6. Feb 22:18:56 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_CFENETREAJOUTPRODUIT_H
#define UI_CFENETREAJOUTPRODUIT_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CFenetreAjoutProduit
{
public:
QWidget *verticalLayoutWidget;
QVBoxLayout *verticalLayout;
QLabel *label;
QLineEdit *pleFAPnomproduit;
QLabel *label_2;
QLineEdit *pleFAPprix;
QHBoxLayout *horizontalLayout_2;
QLabel *label_3;
QLineEdit *pleFAPcheminImage;
QPushButton *ppbFAPparcourir;
QSpacerItem *verticalSpacer;
QHBoxLayout *horizontalLayout;
QPushButton *ppbFAPboutonOK;
QPushButton *ppbFAPAnnuler;
void setupUi(QDialog *CFenetreAjoutProduit)
{
if (CFenetreAjoutProduit->objectName().isEmpty())
CFenetreAjoutProduit->setObjectName(QString::fromUtf8("CFenetreAjoutProduit"));
CFenetreAjoutProduit->resize(287, 181);
CFenetreAjoutProduit->setModal(true);
verticalLayoutWidget = new QWidget(CFenetreAjoutProduit);
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
verticalLayoutWidget->setGeometry(QRect(10, 10, 261, 161));
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalLayout->setContentsMargins(0, 0, 0, 0);
label = new QLabel(verticalLayoutWidget);
label->setObjectName(QString::fromUtf8("label"));
verticalLayout->addWidget(label);
pleFAPnomproduit = new QLineEdit(verticalLayoutWidget);
pleFAPnomproduit->setObjectName(QString::fromUtf8("pleFAPnomproduit"));
verticalLayout->addWidget(pleFAPnomproduit);
label_2 = new QLabel(verticalLayoutWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
verticalLayout->addWidget(label_2);
pleFAPprix = new QLineEdit(verticalLayoutWidget);
pleFAPprix->setObjectName(QString::fromUtf8("pleFAPprix"));
verticalLayout->addWidget(pleFAPprix);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
label_3 = new QLabel(verticalLayoutWidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
horizontalLayout_2->addWidget(label_3);
pleFAPcheminImage = new QLineEdit(verticalLayoutWidget);
pleFAPcheminImage->setObjectName(QString::fromUtf8("pleFAPcheminImage"));
pleFAPcheminImage->setReadOnly(true);
horizontalLayout_2->addWidget(pleFAPcheminImage);
ppbFAPparcourir = new QPushButton(verticalLayoutWidget);
ppbFAPparcourir->setObjectName(QString::fromUtf8("ppbFAPparcourir"));
ppbFAPparcourir->setMaximumSize(QSize(26, 16777215));
horizontalLayout_2->addWidget(ppbFAPparcourir);
verticalLayout->addLayout(horizontalLayout_2);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
ppbFAPboutonOK = new QPushButton(verticalLayoutWidget);
ppbFAPboutonOK->setObjectName(QString::fromUtf8("ppbFAPboutonOK"));
horizontalLayout->addWidget(ppbFAPboutonOK);
ppbFAPAnnuler = new QPushButton(verticalLayoutWidget);
ppbFAPAnnuler->setObjectName(QString::fromUtf8("ppbFAPAnnuler"));
horizontalLayout->addWidget(ppbFAPAnnuler);
verticalLayout->addLayout(horizontalLayout);
retranslateUi(CFenetreAjoutProduit);
QMetaObject::connectSlotsByName(CFenetreAjoutProduit);
} // setupUi
void retranslateUi(QDialog *CFenetreAjoutProduit)
{
CFenetreAjoutProduit->setWindowTitle(QApplication::translate("CFenetreAjoutProduit", "KFet - Ajout d'un produit", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("CFenetreAjoutProduit", "Nom Produit", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("CFenetreAjoutProduit", "Prix", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("CFenetreAjoutProduit", "Image :", 0, QApplication::UnicodeUTF8));
ppbFAPparcourir->setText(QApplication::translate("CFenetreAjoutProduit", "...", 0, QApplication::UnicodeUTF8));
ppbFAPboutonOK->setText(QApplication::translate("CFenetreAjoutProduit", "OK", 0, QApplication::UnicodeUTF8));
ppbFAPAnnuler->setText(QApplication::translate("CFenetreAjoutProduit", "Annuler", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class CFenetreAjoutProduit: public Ui_CFenetreAjoutProduit {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CFENETREAJOUTPRODUIT_H