-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_interface.h
140 lines (128 loc) · 6.45 KB
/
ui_interface.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
/********************************************************************************
** Form generated from reading UI file 'interface.ui'
**
** Created by: Qt User Interface Compiler version 5.13.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_INTERFACE_H
#define UI_INTERFACE_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGraphicsView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Interface
{
public:
QGraphicsView *graphicsView;
QPushButton *readButton;
QPushButton *backButton;
QProgressBar *progressBar;
QLabel *firstPictoLabel;
QLabel *secondPictoLabel;
QLabel *thirdPictoLabel;
QPushButton *firstCategoryButton;
QPushButton *thirdCategoryButton;
QPushButton *secondCategoryButton;
QPushButton *fourthCategoryButton;
void setupUi(QWidget *Interface)
{
if (Interface->objectName().isEmpty())
Interface->setObjectName(QString::fromUtf8("Interface"));
Interface->resize(1920, 1104);
Interface->setStyleSheet(QString::fromUtf8("background-color: rgb(197, 197, 197);"));
graphicsView = new QGraphicsView(Interface);
graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
graphicsView->setGeometry(QRect(-5, 0, 1931, 331));
graphicsView->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 170, 0);"));
readButton = new QPushButton(Interface);
readButton->setObjectName(QString::fromUtf8("readButton"));
readButton->setGeometry(QRect(1730, 20, 141, 121));
readButton->setAutoFillBackground(false);
readButton->setStyleSheet(QString::fromUtf8("background-color: rgba(255, 255, 255, 0);"));
QIcon icon;
icon.addFile(QString::fromUtf8("data/read.png"), QSize(), QIcon::Normal, QIcon::Off);
readButton->setIcon(icon);
readButton->setIconSize(QSize(128, 128));
readButton->setAutoRepeat(false);
backButton = new QPushButton(Interface);
backButton->setObjectName(QString::fromUtf8("backButton"));
backButton->setGeometry(QRect(1730, 190, 141, 121));
backButton->setStyleSheet(QString::fromUtf8("background-color: rgba(255, 255, 255, 0);"));
QIcon icon1;
icon1.addFile(QString::fromUtf8("data/back.png"), QSize(), QIcon::Normal, QIcon::Off);
backButton->setIcon(icon1);
backButton->setIconSize(QSize(128, 128));
progressBar = new QProgressBar(Interface);
progressBar->setObjectName(QString::fromUtf8("progressBar"));
progressBar->setGeometry(QRect(80, 112, 1511, 91));
progressBar->setValue(17);
progressBar->setTextVisible(false);
firstPictoLabel = new QLabel(Interface);
firstPictoLabel->setObjectName(QString::fromUtf8("firstPictoLabel"));
firstPictoLabel->setGeometry(QRect(250, 70, 291, 181));
QFont font;
font.setPointSize(48);
firstPictoLabel->setFont(font);
firstPictoLabel->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
firstPictoLabel->setScaledContents(true);
firstPictoLabel->setAlignment(Qt::AlignCenter);
secondPictoLabel = new QLabel(Interface);
secondPictoLabel->setObjectName(QString::fromUtf8("secondPictoLabel"));
secondPictoLabel->setGeometry(QRect(770, 70, 291, 181));
secondPictoLabel->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
secondPictoLabel->setAlignment(Qt::AlignCenter);
thirdPictoLabel = new QLabel(Interface);
thirdPictoLabel->setObjectName(QString::fromUtf8("thirdPictoLabel"));
thirdPictoLabel->setGeometry(QRect(1300, 70, 291, 181));
thirdPictoLabel->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
thirdPictoLabel->setAlignment(Qt::AlignCenter);
firstCategoryButton = new QPushButton(Interface);
firstCategoryButton->setObjectName(QString::fromUtf8("firstCategoryButton"));
firstCategoryButton->setGeometry(QRect(250, 440, 551, 241));
QFont font1;
font1.setPointSize(36);
firstCategoryButton->setFont(font1);
firstCategoryButton->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
thirdCategoryButton = new QPushButton(Interface);
thirdCategoryButton->setObjectName(QString::fromUtf8("thirdCategoryButton"));
thirdCategoryButton->setGeometry(QRect(250, 750, 551, 241));
thirdCategoryButton->setFont(font1);
thirdCategoryButton->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
secondCategoryButton = new QPushButton(Interface);
secondCategoryButton->setObjectName(QString::fromUtf8("secondCategoryButton"));
secondCategoryButton->setGeometry(QRect(1090, 440, 551, 241));
secondCategoryButton->setFont(font1);
secondCategoryButton->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
fourthCategoryButton = new QPushButton(Interface);
fourthCategoryButton->setObjectName(QString::fromUtf8("fourthCategoryButton"));
fourthCategoryButton->setGeometry(QRect(1090, 750, 551, 241));
fourthCategoryButton->setFont(font1);
fourthCategoryButton->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
retranslateUi(Interface);
QMetaObject::connectSlotsByName(Interface);
} // setupUi
void retranslateUi(QWidget *Interface)
{
Interface->setWindowTitle(QCoreApplication::translate("Interface", "Form", nullptr));
readButton->setText(QString());
backButton->setText(QString());
firstPictoLabel->setText(QString());
secondPictoLabel->setText(QString());
thirdPictoLabel->setText(QString());
firstCategoryButton->setText(QString());
thirdCategoryButton->setText(QString());
secondCategoryButton->setText(QString());
fourthCategoryButton->setText(QString());
} // retranslateUi
};
namespace Ui {
class Interface: public Ui_Interface {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_INTERFACE_H