-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_TimerWindow.h
More file actions
127 lines (115 loc) · 4.93 KB
/
ui_TimerWindow.h
File metadata and controls
127 lines (115 loc) · 4.93 KB
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
/********************************************************************************
** Form generated from reading UI file 'TimerWindow.ui'
**
** Created by: Qt User Interface Compiler version 6.8.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_TIMERWINDOW_H
#define UI_TIMERWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_TimerWindow
{
public:
QSpinBox *hourSpinBox;
QLabel *hoursLabel;
QSpinBox *minSpinBox;
QLabel *minutesLabel;
QSpinBox *secondsSpinBox;
QLabel *secondsLabel;
QPushButton *startTimer;
QListWidget *timersList;
QPushButton *menuButton;
QLabel *label;
QPushButton *titleButton;
void setupUi(QWidget *TimerWindow)
{
if (TimerWindow->objectName().isEmpty())
TimerWindow->setObjectName("TimerWindow");
TimerWindow->resize(1032, 722);
hourSpinBox = new QSpinBox(TimerWindow);
hourSpinBox->setObjectName("hourSpinBox");
hourSpinBox->setGeometry(QRect(90, 60, 81, 61));
QFont font;
font.setPointSize(20);
font.setBold(true);
hourSpinBox->setFont(font);
hourSpinBox->setAlignment(Qt::AlignmentFlag::AlignCenter);
hourSpinBox->setMaximum(23);
hoursLabel = new QLabel(TimerWindow);
hoursLabel->setObjectName("hoursLabel");
hoursLabel->setGeometry(QRect(90, 20, 81, 31));
QFont font1;
font1.setPointSize(12);
font1.setBold(true);
hoursLabel->setFont(font1);
hoursLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
minSpinBox = new QSpinBox(TimerWindow);
minSpinBox->setObjectName("minSpinBox");
minSpinBox->setGeometry(QRect(210, 60, 81, 61));
minSpinBox->setFont(font);
minSpinBox->setAlignment(Qt::AlignmentFlag::AlignCenter);
minSpinBox->setMaximum(59);
minutesLabel = new QLabel(TimerWindow);
minutesLabel->setObjectName("minutesLabel");
minutesLabel->setGeometry(QRect(210, 20, 81, 31));
minutesLabel->setFont(font1);
minutesLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
secondsSpinBox = new QSpinBox(TimerWindow);
secondsSpinBox->setObjectName("secondsSpinBox");
secondsSpinBox->setGeometry(QRect(330, 60, 81, 61));
secondsSpinBox->setFont(font);
secondsSpinBox->setAlignment(Qt::AlignmentFlag::AlignCenter);
secondsSpinBox->setMinimum(0);
secondsSpinBox->setMaximum(59);
secondsLabel = new QLabel(TimerWindow);
secondsLabel->setObjectName("secondsLabel");
secondsLabel->setGeometry(QRect(330, 20, 81, 31));
secondsLabel->setFont(font1);
secondsLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
startTimer = new QPushButton(TimerWindow);
startTimer->setObjectName("startTimer");
startTimer->setGeometry(QRect(480, 60, 81, 61));
startTimer->setFont(font1);
timersList = new QListWidget(TimerWindow);
timersList->setObjectName("timersList");
timersList->setGeometry(QRect(40, 170, 911, 361));
menuButton = new QPushButton(TimerWindow);
menuButton->setObjectName("menuButton");
menuButton->setGeometry(QRect(620, 70, 161, 41));
menuButton->setFont(font1);
label = new QLabel(TimerWindow);
label->setObjectName("label");
label->setGeometry(QRect(630, 30, 151, 20));
label->setFont(font1);
titleButton = new QPushButton(TimerWindow);
titleButton->setObjectName("titleButton");
titleButton->setGeometry(QRect(820, 70, 161, 41));
titleButton->setFont(font1);
retranslateUi(TimerWindow);
QMetaObject::connectSlotsByName(TimerWindow);
} // setupUi
void retranslateUi(QWidget *TimerWindow)
{
TimerWindow->setWindowTitle(QCoreApplication::translate("TimerWindow", "TimerWindow", nullptr));
hoursLabel->setText(QCoreApplication::translate("TimerWindow", "Hours", nullptr));
minutesLabel->setText(QCoreApplication::translate("TimerWindow", "Minutes", nullptr));
secondsLabel->setText(QCoreApplication::translate("TimerWindow", "Seconds", nullptr));
startTimer->setText(QCoreApplication::translate("TimerWindow", "Start", nullptr));
menuButton->setText(QCoreApplication::translate("TimerWindow", "Sounds", nullptr));
label->setText(QCoreApplication::translate("TimerWindow", "Choose a sound", nullptr));
titleButton->setText(QCoreApplication::translate("TimerWindow", "Give a Title", nullptr));
} // retranslateUi
};
namespace Ui {
class TimerWindow: public Ui_TimerWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TIMERWINDOW_H