-
Notifications
You must be signed in to change notification settings - Fork 6
/
ui_updates.h
135 lines (111 loc) · 5.37 KB
/
ui_updates.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
/********************************************************************************
** Form generated from reading UI file 'updates.ui'
**
** Created: Fri 24. Aug 12:00:23 2012
** by: Qt User Interface Compiler version 4.8.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_UPDATES_H
#define UI_UPDATES_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QFrame>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTextBrowser>
#include <QtGui/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_Updates
{
public:
QHBoxLayout *horizontalLayout;
QFrame *frame;
QVBoxLayout *verticalLayout_2;
QLabel *label;
QGroupBox *groupBox;
QVBoxLayout *verticalLayout;
QSpacerItem *verticalSpacer;
QTextBrowser *textBrowser;
QPushButton *pushButton;
void setupUi(QDialog *Updates)
{
if (Updates->objectName().isEmpty())
Updates->setObjectName(QString::fromUtf8("Updates"));
Updates->resize(415, 200);
Updates->setMinimumSize(QSize(415, 200));
Updates->setMaximumSize(QSize(415, 200));
Updates->setStyleSheet(QString::fromUtf8("#frame {\n"
" border: none;\n"
" background: #242424;\n"
"}\n"
"\n"
"#frame QLabel {\n"
" color: white;\n"
"}\n"
"#groupBox{\n"
" color: white;\n"
" border: 1px solid #fbba1b;\n"
"}"));
horizontalLayout = new QHBoxLayout(Updates);
horizontalLayout->setContentsMargins(0, 0, 0, 0);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
frame = new QFrame(Updates);
frame->setObjectName(QString::fromUtf8("frame"));
frame->setStyleSheet(QString::fromUtf8(""));
frame->setFrameShape(QFrame::StyledPanel);
frame->setFrameShadow(QFrame::Raised);
verticalLayout_2 = new QVBoxLayout(frame);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
label = new QLabel(frame);
label->setObjectName(QString::fromUtf8("label"));
verticalLayout_2->addWidget(label);
groupBox = new QGroupBox(frame);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setFlat(true);
verticalLayout = new QVBoxLayout(groupBox);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
textBrowser = new QTextBrowser(groupBox);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setStyleSheet(QString::fromUtf8("background: none;"));
verticalLayout->addWidget(textBrowser);
verticalLayout_2->addWidget(groupBox);
pushButton = new QPushButton(frame);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setStyleSheet(QString::fromUtf8("background: none;"));
verticalLayout_2->addWidget(pushButton);
horizontalLayout->addWidget(frame);
retranslateUi(Updates);
QMetaObject::connectSlotsByName(Updates);
} // setupUi
void retranslateUi(QDialog *Updates)
{
Updates->setWindowTitle(QApplication::translate("Updates", "Update", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("Updates", "Actual version: 1.0 (final)", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("Updates", "Updates allow you to: ", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("Updates", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<ul style=\"margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;\"><li style=\" font-size:8pt;\" style=\" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:-5px; -qt-block-indent:0; text-indent:-20px;\"><span style=\" font-size:10pt;\">Benifit from latest features.</span></li>\n"
"<li style=\" font-size:10pt;\" style=\" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:-5px; -qt-block-indent:0; text-indent:-20px;\">have any potential bug fixes.</li>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:-5px; -qt-block-indent:1; text-indent:-20px; fon"
"t-size:10pt;\"><br /></p>\n"
"<li style=\" font-size:10pt;\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:-5px; -qt-block-indent:0; text-indent:-20px;\">Enrich the dictionary.</li></ul></body></html>", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("Updates", "Check now...", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class Updates: public Ui_Updates {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_UPDATES_H