forked from JT117/KFet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_cfenetreajoutproduit.h
116 lines (88 loc) · 4.14 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
/********************************************************************************
** Form generated from reading UI file 'cfenetreajoutproduit.ui'
**
** Created: Thu 6. Oct 19:12:39 2011
** by: Qt User Interface Compiler version 4.7.4
**
** 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;
QSpacerItem *verticalSpacer;
QHBoxLayout *horizontalLayout;
QPushButton *ppbFAPboutonOK;
QPushButton *ppbFAPAnnuler;
void setupUi(QDialog *CFenetreAjoutProduit)
{
if (CFenetreAjoutProduit->objectName().isEmpty())
CFenetreAjoutProduit->setObjectName(QString::fromUtf8("CFenetreAjoutProduit"));
CFenetreAjoutProduit->resize(218, 183);
verticalLayoutWidget = new QWidget(CFenetreAjoutProduit);
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
verticalLayoutWidget->setGeometry(QRect(10, 10, 201, 163));
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);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Fixed);
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", "Dialog", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("CFenetreAjoutProduit", "Nom Produit", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("CFenetreAjoutProduit", "Prix", 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