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_fenetrehistoriqueproduit.h
117 lines (99 loc) · 4.79 KB
/
ui_fenetrehistoriqueproduit.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
/********************************************************************************
** Form generated from reading UI file 'fenetrehistoriqueproduit.ui'
**
** Created: Mon 6. Feb 22:18:57 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_FENETREHISTORIQUEPRODUIT_H
#define UI_FENETREHISTORIQUEPRODUIT_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QGraphicsView>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_fenetreHistoriqueProduit
{
public:
QGraphicsView *graphicsView;
QLabel *label;
QLabel *label_2;
QWidget *horizontalLayoutWidget;
QHBoxLayout *horizontalLayout;
QWidget *verticalLayoutWidget;
QVBoxLayout *verticalLayout;
QWidget *horizontalLayoutWidget_2;
QHBoxLayout *horizontalLayout_2;
QSpacerItem *horizontalSpacer;
QLabel *titre;
QSpacerItem *horizontalSpacer_2;
void setupUi(QDialog *fenetreHistoriqueProduit)
{
if (fenetreHistoriqueProduit->objectName().isEmpty())
fenetreHistoriqueProduit->setObjectName(QString::fromUtf8("fenetreHistoriqueProduit"));
fenetreHistoriqueProduit->resize(1000, 710);
graphicsView = new QGraphicsView(fenetreHistoriqueProduit);
graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
graphicsView->setGeometry(QRect(60, 39, 880, 601));
label = new QLabel(fenetreHistoriqueProduit);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 20, 46, 13));
label_2 = new QLabel(fenetreHistoriqueProduit);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(940, 650, 46, 13));
horizontalLayoutWidget = new QWidget(fenetreHistoriqueProduit);
horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
horizontalLayoutWidget->setGeometry(QRect(50, 640, 891, 51));
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
verticalLayoutWidget = new QWidget(fenetreHistoriqueProduit);
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
verticalLayoutWidget->setGeometry(QRect(30, 50, 31, 591));
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalLayout->setSizeConstraint(QLayout::SetMaximumSize);
verticalLayout->setContentsMargins(0, 0, 0, 0);
horizontalLayoutWidget_2 = new QWidget(fenetreHistoriqueProduit);
horizontalLayoutWidget_2->setObjectName(QString::fromUtf8("horizontalLayoutWidget_2"));
horizontalLayoutWidget_2->setGeometry(QRect(60, 0, 881, 41));
horizontalLayout_2 = new QHBoxLayout(horizontalLayoutWidget_2);
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
titre = new QLabel(horizontalLayoutWidget_2);
titre->setObjectName(QString::fromUtf8("titre"));
QFont font;
font.setPointSize(11);
font.setBold(true);
font.setWeight(75);
titre->setFont(font);
horizontalLayout_2->addWidget(titre);
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer_2);
retranslateUi(fenetreHistoriqueProduit);
QMetaObject::connectSlotsByName(fenetreHistoriqueProduit);
} // setupUi
void retranslateUi(QDialog *fenetreHistoriqueProduit)
{
fenetreHistoriqueProduit->setWindowTitle(QApplication::translate("fenetreHistoriqueProduit", "KFet - Historique", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("fenetreHistoriqueProduit", "Quantit\303\251", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("fenetreHistoriqueProduit", "Semaine", 0, QApplication::UnicodeUTF8));
titre->setText(QString());
} // retranslateUi
};
namespace Ui {
class fenetreHistoriqueProduit: public Ui_fenetreHistoriqueProduit {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FENETREHISTORIQUEPRODUIT_H