-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_aboutdialog.h
146 lines (118 loc) · 6.24 KB
/
ui_aboutdialog.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
141
142
143
144
145
146
/********************************************************************************
** Form generated from reading UI file 'aboutdialog.ui'
**
** Created by: Qt User Interface Compiler version 6.7.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ABOUTDIALOG_H
#define UI_ABOUTDIALOG_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_AboutDialog
{
public:
QVBoxLayout *verticalLayout_2;
QLabel *app_label;
QVBoxLayout *verticalLayout;
QLabel *app_desc_label;
QLabel *app_creator_label_2;
QLabel *app_creator_label;
QHBoxLayout *horizontalLayout;
QPushButton *gitBtn;
QPushButton *linkedinBtn;
void setupUi(QWidget *AboutDialog)
{
if (AboutDialog->objectName().isEmpty())
AboutDialog->setObjectName("AboutDialog");
AboutDialog->resize(550, 300);
QSizePolicy sizePolicy(QSizePolicy::Policy::Fixed, QSizePolicy::Policy::Fixed);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(AboutDialog->sizePolicy().hasHeightForWidth());
AboutDialog->setSizePolicy(sizePolicy);
AboutDialog->setMinimumSize(QSize(550, 300));
AboutDialog->setMaximumSize(QSize(550, 300));
verticalLayout_2 = new QVBoxLayout(AboutDialog);
verticalLayout_2->setObjectName("verticalLayout_2");
app_label = new QLabel(AboutDialog);
app_label->setObjectName("app_label");
QSizePolicy sizePolicy1(QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Maximum);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(app_label->sizePolicy().hasHeightForWidth());
app_label->setSizePolicy(sizePolicy1);
app_label->setStyleSheet(QString::fromUtf8("font: 20pt \"Rajdhani Semibold\";"));
verticalLayout_2->addWidget(app_label);
verticalLayout = new QVBoxLayout();
verticalLayout->setSpacing(0);
verticalLayout->setObjectName("verticalLayout");
app_desc_label = new QLabel(AboutDialog);
app_desc_label->setObjectName("app_desc_label");
sizePolicy1.setHeightForWidth(app_desc_label->sizePolicy().hasHeightForWidth());
app_desc_label->setSizePolicy(sizePolicy1);
app_desc_label->setStyleSheet(QString::fromUtf8("font: 9pt \"Rajdhani\";"));
verticalLayout->addWidget(app_desc_label);
app_creator_label_2 = new QLabel(AboutDialog);
app_creator_label_2->setObjectName("app_creator_label_2");
sizePolicy1.setHeightForWidth(app_creator_label_2->sizePolicy().hasHeightForWidth());
app_creator_label_2->setSizePolicy(sizePolicy1);
verticalLayout->addWidget(app_creator_label_2);
verticalLayout_2->addLayout(verticalLayout);
app_creator_label = new QLabel(AboutDialog);
app_creator_label->setObjectName("app_creator_label");
sizePolicy1.setHeightForWidth(app_creator_label->sizePolicy().hasHeightForWidth());
app_creator_label->setSizePolicy(sizePolicy1);
verticalLayout_2->addWidget(app_creator_label);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName("horizontalLayout");
gitBtn = new QPushButton(AboutDialog);
gitBtn->setObjectName("gitBtn");
gitBtn->setStyleSheet(QString::fromUtf8("padding: 10px;"));
QIcon icon;
icon.addFile(QString::fromUtf8("../../Downloads/icons8-github.svg"), QSize(), QIcon::Mode::Normal, QIcon::State::Off);
gitBtn->setIcon(icon);
gitBtn->setIconSize(QSize(32, 32));
#if QT_CONFIG(shortcut)
gitBtn->setShortcut(QString::fromUtf8(""));
#endif // QT_CONFIG(shortcut)
horizontalLayout->addWidget(gitBtn);
linkedinBtn = new QPushButton(AboutDialog);
linkedinBtn->setObjectName("linkedinBtn");
linkedinBtn->setStyleSheet(QString::fromUtf8("padding: 10px;"));
QIcon icon1;
icon1.addFile(QString::fromUtf8("../../Downloads/icons8-linkedin.svg"), QSize(), QIcon::Mode::Normal, QIcon::State::Off);
linkedinBtn->setIcon(icon1);
linkedinBtn->setIconSize(QSize(32, 32));
linkedinBtn->setCheckable(false);
horizontalLayout->addWidget(linkedinBtn);
verticalLayout_2->addLayout(horizontalLayout);
retranslateUi(AboutDialog);
QMetaObject::connectSlotsByName(AboutDialog);
} // setupUi
void retranslateUi(QWidget *AboutDialog)
{
AboutDialog->setWindowTitle(QCoreApplication::translate("AboutDialog", "About", nullptr));
app_label->setText(QCoreApplication::translate("AboutDialog", "<html><head/><body><p align=\"center\"><span style=\" font-size:26pt; font-weight:700; font-style:italic;\">FITSExplorer</span></p></body></html>", nullptr));
app_desc_label->setText(QCoreApplication::translate("AboutDialog", "<html><head/><body><p align=\"center\"><span style=\" font-size:18pt;\">Modern Day FITS Viewer</span></p></body></html>", nullptr));
app_creator_label_2->setText(QCoreApplication::translate("AboutDialog", "<html><head/><body><p align=\"center\"><span style=\" font-size:10pt; font-weight:700; font-style:italic;\">Written in C++</span></p></body></html>", nullptr));
app_creator_label->setText(QCoreApplication::translate("AboutDialog", "<html><head/><body><p align=\"center\"><span style=\" font-size:10pt;\">Created By : </span><span style=\" font-size:10pt; font-weight:700;\">Dheeraj Vittal Shenoy</span></p></body></html>", nullptr));
gitBtn->setText(QCoreApplication::translate("AboutDialog", "GitHub", nullptr));
linkedinBtn->setText(QCoreApplication::translate("AboutDialog", "LinkedIn", nullptr));
#if QT_CONFIG(shortcut)
linkedinBtn->setShortcut(QCoreApplication::translate("AboutDialog", "Ctrl+S", nullptr));
#endif // QT_CONFIG(shortcut)
} // retranslateUi
};
namespace Ui {
class AboutDialog: public Ui_AboutDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUTDIALOG_H