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_fenetrechangerlimitedette.h
119 lines (93 loc) · 4.56 KB
/
ui_fenetrechangerlimitedette.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
/********************************************************************************
** Form generated from reading UI file 'fenetrechangerlimitedette.ui'
**
** Created: Mon 6. Feb 22:23:15 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_FENETRECHANGERLIMITEDETTE_H
#define UI_FENETRECHANGERLIMITEDETTE_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDoubleSpinBox>
#include <QtGui/QFormLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_FenetreChangerLimiteDette
{
public:
QWidget *formLayoutWidget;
QFormLayout *formLayout;
QLabel *label;
QDoubleSpinBox *spinBoxClient;
QLabel *label_2;
QDoubleSpinBox *spinBoxKFtier;
QHBoxLayout *horizontalLayout;
QPushButton *boutonOk;
QPushButton *boutonAnnuler;
void setupUi(QDialog *FenetreChangerLimiteDette)
{
if (FenetreChangerLimiteDette->objectName().isEmpty())
FenetreChangerLimiteDette->setObjectName(QString::fromUtf8("FenetreChangerLimiteDette"));
FenetreChangerLimiteDette->resize(471, 126);
QFont font;
font.setFamily(QString::fromUtf8("Raavi"));
font.setPointSize(11);
FenetreChangerLimiteDette->setFont(font);
formLayoutWidget = new QWidget(FenetreChangerLimiteDette);
formLayoutWidget->setObjectName(QString::fromUtf8("formLayoutWidget"));
formLayoutWidget->setGeometry(QRect(10, 10, 451, 114));
formLayout = new QFormLayout(formLayoutWidget);
formLayout->setObjectName(QString::fromUtf8("formLayout"));
formLayout->setContentsMargins(0, 0, 0, 0);
label = new QLabel(formLayoutWidget);
label->setObjectName(QString::fromUtf8("label"));
formLayout->setWidget(0, QFormLayout::LabelRole, label);
spinBoxClient = new QDoubleSpinBox(formLayoutWidget);
spinBoxClient->setObjectName(QString::fromUtf8("spinBoxClient"));
spinBoxClient->setMaximum(200);
formLayout->setWidget(0, QFormLayout::FieldRole, spinBoxClient);
label_2 = new QLabel(formLayoutWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
spinBoxKFtier = new QDoubleSpinBox(formLayoutWidget);
spinBoxKFtier->setObjectName(QString::fromUtf8("spinBoxKFtier"));
spinBoxKFtier->setMaximum(200);
formLayout->setWidget(1, QFormLayout::FieldRole, spinBoxKFtier);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
boutonOk = new QPushButton(formLayoutWidget);
boutonOk->setObjectName(QString::fromUtf8("boutonOk"));
horizontalLayout->addWidget(boutonOk);
boutonAnnuler = new QPushButton(formLayoutWidget);
boutonAnnuler->setObjectName(QString::fromUtf8("boutonAnnuler"));
horizontalLayout->addWidget(boutonAnnuler);
formLayout->setLayout(2, QFormLayout::FieldRole, horizontalLayout);
retranslateUi(FenetreChangerLimiteDette);
QObject::connect(boutonAnnuler, SIGNAL(clicked()), FenetreChangerLimiteDette, SLOT(close()));
QMetaObject::connectSlotsByName(FenetreChangerLimiteDette);
} // setupUi
void retranslateUi(QDialog *FenetreChangerLimiteDette)
{
FenetreChangerLimiteDette->setWindowTitle(QApplication::translate("FenetreChangerLimiteDette", "KFet - Limite de dette", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("FenetreChangerLimiteDette", "Limite de dette pour un client :", 0, QApplication::UnicodeUTF8));
spinBoxClient->setPrefix(QString());
spinBoxClient->setSuffix(QString());
label_2->setText(QApplication::translate("FenetreChangerLimiteDette", "Limite de dette pour un KFtier : ", 0, QApplication::UnicodeUTF8));
boutonOk->setText(QApplication::translate("FenetreChangerLimiteDette", "OK", 0, QApplication::UnicodeUTF8));
boutonAnnuler->setText(QApplication::translate("FenetreChangerLimiteDette", "Annuler", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class FenetreChangerLimiteDette: public Ui_FenetreChangerLimiteDette {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FENETRECHANGERLIMITEDETTE_H