-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_form.h
87 lines (75 loc) · 3.02 KB
/
ui_form.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
/********************************************************************************
** Form generated from reading UI file 'form.ui'
**
** Created by: Qt User Interface Compiler version 5.7.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FORM_H
#define UI_FORM_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Form
{
public:
QLabel *screenshotLabel;
QPushButton *saveScreenshot;
QLineEdit *screenshotFileName;
QGroupBox *groupBox;
QListWidget *listWidget;
QPushButton *cancelButton;
QPushButton *pushButton;
void setupUi(QWidget *Form)
{
if (Form->objectName().isEmpty())
Form->setObjectName(QStringLiteral("Form"));
Form->resize(666, 256);
screenshotLabel = new QLabel(Form);
screenshotLabel->setObjectName(QStringLiteral("screenshotLabel"));
screenshotLabel->setGeometry(QRect(10, 10, 381, 231));
saveScreenshot = new QPushButton(Form);
saveScreenshot->setObjectName(QStringLiteral("saveScreenshot"));
saveScreenshot->setGeometry(QRect(410, 220, 80, 22));
screenshotFileName = new QLineEdit(Form);
screenshotFileName->setObjectName(QStringLiteral("screenshotFileName"));
screenshotFileName->setGeometry(QRect(410, 10, 241, 21));
groupBox = new QGroupBox(Form);
groupBox->setObjectName(QStringLiteral("groupBox"));
groupBox->setGeometry(QRect(410, 40, 241, 171));
listWidget = new QListWidget(groupBox);
listWidget->setObjectName(QStringLiteral("listWidget"));
listWidget->setGeometry(QRect(0, 20, 241, 151));
cancelButton = new QPushButton(Form);
cancelButton->setObjectName(QStringLiteral("cancelButton"));
cancelButton->setGeometry(QRect(570, 220, 80, 22));
pushButton = new QPushButton(Form);
pushButton->setObjectName(QStringLiteral("pushButton"));
pushButton->setGeometry(QRect(490, 220, 80, 22));
retranslateUi(Form);
QMetaObject::connectSlotsByName(Form);
} // setupUi
void retranslateUi(QWidget *Form)
{
Form->setWindowTitle(QApplication::translate("Form", "Screenshot", 0));
screenshotLabel->setText(QString());
saveScreenshot->setText(QApplication::translate("Form", "Save", 0));
groupBox->setTitle(QApplication::translate("Form", "Path", 0));
cancelButton->setText(QApplication::translate("Form", "Cancel", 0));
pushButton->setText(QApplication::translate("Form", "Save to", 0));
} // retranslateUi
};
namespace Ui {
class Form: public Ui_Form {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FORM_H