-
Notifications
You must be signed in to change notification settings - Fork 2
/
ui_gui.h
130 lines (100 loc) · 4.29 KB
/
ui_gui.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
/********************************************************************************
** Form generated from reading UI file 'gui.ui'
**
** Created by: Qt User Interface Compiler version 6.2.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_GUI_H
#define UI_GUI_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_gui
{
public:
QVBoxLayout *verticalLayout_3;
QWidget *widget;
QVBoxLayout *verticalLayout_2;
QWidget *rootWD;
QVBoxLayout *verticalLayout;
QLabel *label_5;
QLabel *imagePr;
QLabel *CurrentPrayer;
QLabel *label_6;
QLabel *nextPrayer;
QLabel *timeTogo;
QLabel *label_3;
void setupUi(QWidget *gui)
{
if (gui->objectName().isEmpty())
gui->setObjectName(QString::fromUtf8("gui"));
gui->resize(786, 638);
gui->setStyleSheet(QString::fromUtf8("background-color: rgb(42, 57, 89);\n"
"border-color: rgb(42, 57, 89);"));
verticalLayout_3 = new QVBoxLayout(gui);
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
widget = new QWidget(gui);
widget->setObjectName(QString::fromUtf8("widget"));
verticalLayout_2 = new QVBoxLayout(widget);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
rootWD = new QWidget(widget);
rootWD->setObjectName(QString::fromUtf8("rootWD"));
rootWD->setStyleSheet(QString::fromUtf8(""));
verticalLayout = new QVBoxLayout(rootWD);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
label_5 = new QLabel(rootWD);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setStyleSheet(QString::fromUtf8(""));
verticalLayout->addWidget(label_5);
imagePr = new QLabel(rootWD);
imagePr->setObjectName(QString::fromUtf8("imagePr"));
imagePr->setStyleSheet(QString::fromUtf8(""));
verticalLayout->addWidget(imagePr);
CurrentPrayer = new QLabel(rootWD);
CurrentPrayer->setObjectName(QString::fromUtf8("CurrentPrayer"));
CurrentPrayer->setStyleSheet(QString::fromUtf8("font: 70pt \"OCR A Extended\";\n"
"color: rgb(255, 255, 255);"));
verticalLayout->addWidget(CurrentPrayer, 0, Qt::AlignHCenter|Qt::AlignTop);
label_6 = new QLabel(rootWD);
label_6->setObjectName(QString::fromUtf8("label_6"));
verticalLayout->addWidget(label_6);
nextPrayer = new QLabel(rootWD);
nextPrayer->setObjectName(QString::fromUtf8("nextPrayer"));
nextPrayer->setStyleSheet(QString::fromUtf8("font: 50pt \"OCR A Extended\";\n"
"color: rgb(255, 255, 255);"));
verticalLayout->addWidget(nextPrayer, 0, Qt::AlignHCenter|Qt::AlignVCenter);
timeTogo = new QLabel(rootWD);
timeTogo->setObjectName(QString::fromUtf8("timeTogo"));
timeTogo->setStyleSheet(QString::fromUtf8("font: 19pt \"OCR A Extended\";\n"
"color: rgb(255, 255, 255);"));
verticalLayout->addWidget(timeTogo, 0, Qt::AlignHCenter|Qt::AlignBottom);
label_3 = new QLabel(rootWD);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setStyleSheet(QString::fromUtf8(""));
verticalLayout->addWidget(label_3);
verticalLayout_2->addWidget(rootWD, 0, Qt::AlignHCenter|Qt::AlignVCenter);
verticalLayout_3->addWidget(widget);
retranslateUi(gui);
QMetaObject::connectSlotsByName(gui);
} // setupUi
void retranslateUi(QWidget *gui)
{
gui->setWindowTitle(QCoreApplication::translate("gui", "Muslim Reminder", nullptr));
label_5->setText(QString());
imagePr->setText(QString());
CurrentPrayer->setText(QString());
label_6->setText(QString());
nextPrayer->setText(QString());
timeTogo->setText(QString());
label_3->setText(QString());
} // retranslateUi
};
namespace Ui {
class gui: public Ui_gui {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_GUI_H