-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_ClockWIndow.h
More file actions
89 lines (77 loc) · 3.11 KB
/
ui_ClockWIndow.h
File metadata and controls
89 lines (77 loc) · 3.11 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
/********************************************************************************
** Form generated from reading UI file 'ClockWIndow.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_CLOCKWINDOW_H
#define UI_CLOCKWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ClockWIndow
{
public:
QLabel *DateLabel;
QLabel *ClockLabel;
QPushButton *changeFormat;
QPushButton *openTimer;
QPushButton *clockFormat;
void setupUi(QWidget *ClockWIndow)
{
if (ClockWIndow->objectName().isEmpty())
ClockWIndow->setObjectName("ClockWIndow");
ClockWIndow->resize(1194, 597);
DateLabel = new QLabel(ClockWIndow);
DateLabel->setObjectName("DateLabel");
DateLabel->setGeometry(QRect(200, 30, 801, 101));
QFont font;
font.setPointSize(40);
font.setBold(true);
DateLabel->setFont(font);
DateLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
ClockLabel = new QLabel(ClockWIndow);
ClockLabel->setObjectName("ClockLabel");
ClockLabel->setGeometry(QRect(130, 180, 901, 181));
QFont font1;
font1.setPointSize(60);
font1.setBold(true);
ClockLabel->setFont(font1);
ClockLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
changeFormat = new QPushButton(ClockWIndow);
changeFormat->setObjectName("changeFormat");
changeFormat->setGeometry(QRect(30, 490, 181, 61));
QFont font2;
font2.setPointSize(12);
font2.setBold(true);
changeFormat->setFont(font2);
openTimer = new QPushButton(ClockWIndow);
openTimer->setObjectName("openTimer");
openTimer->setGeometry(QRect(780, 490, 201, 61));
openTimer->setFont(font2);
clockFormat = new QPushButton(ClockWIndow);
clockFormat->setObjectName("clockFormat");
clockFormat->setGeometry(QRect(250, 490, 181, 61));
clockFormat->setFont(font2);
retranslateUi(ClockWIndow);
QMetaObject::connectSlotsByName(ClockWIndow);
} // setupUi
void retranslateUi(QWidget *ClockWIndow)
{
ClockWIndow->setWindowTitle(QCoreApplication::translate("ClockWIndow", "ClockWIndow", nullptr));
DateLabel->setText(QCoreApplication::translate("ClockWIndow", "Date", nullptr));
ClockLabel->setText(QCoreApplication::translate("ClockWIndow", "Clock", nullptr));
changeFormat->setText(QCoreApplication::translate("ClockWIndow", "Format Date ", nullptr));
openTimer->setText(QCoreApplication::translate("ClockWIndow", "Start Timer", nullptr));
clockFormat->setText(QCoreApplication::translate("ClockWIndow", "Format Clock", nullptr));
} // retranslateUi
};
namespace Ui {
class ClockWIndow: public Ui_ClockWIndow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CLOCKWINDOW_H