forked from JackStocker/GigaPi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_mainwindow.h
119 lines (107 loc) · 4.79 KB
/
ui_mainwindow.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
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created: Sun Apr 21 09:55:53 2013
** by: Qt User Interface Compiler version 4.8.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAINWINDOW_H
#define UI_MAINWINDOW_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QMainWindow>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralWidget;
QPushButton *Pb_Settings;
QComboBox *comboBox;
QPushButton *Pb_Go;
QLabel *label;
QLabel *label_2;
QPushButton *Pb_Close;
QPushButton *Pb_Adjustments;
QLabel *La_H_Angle;
QLabel *La_V_Angle;
QPushButton *Pb_Shutdown;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(480, 272);
QFont font;
font.setPointSize(16);
MainWindow->setFont(font);
centralWidget = new QWidget(MainWindow);
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
Pb_Settings = new QPushButton(centralWidget);
Pb_Settings->setObjectName(QString::fromUtf8("Pb_Settings"));
Pb_Settings->setGeometry(QRect(380, 170, 101, 101));
QFont font1;
font1.setPointSize(14);
Pb_Settings->setFont(font1);
comboBox = new QComboBox(centralWidget);
comboBox->setObjectName(QString::fromUtf8("comboBox"));
comboBox->setGeometry(QRect(0, 0, 231, 41));
Pb_Go = new QPushButton(centralWidget);
Pb_Go->setObjectName(QString::fromUtf8("Pb_Go"));
Pb_Go->setGeometry(QRect(0, 180, 221, 91));
label = new QLabel(centralWidget);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(230, 60, 91, 41));
label_2 = new QLabel(centralWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(230, 120, 91, 41));
Pb_Close = new QPushButton(centralWidget);
Pb_Close->setObjectName(QString::fromUtf8("Pb_Close"));
Pb_Close->setGeometry(QRect(320, 50, 161, 61));
Pb_Adjustments = new QPushButton(centralWidget);
Pb_Adjustments->setObjectName(QString::fromUtf8("Pb_Adjustments"));
Pb_Adjustments->setGeometry(QRect(280, 170, 101, 101));
Pb_Adjustments->setFont(font1);
La_H_Angle = new QLabel(centralWidget);
La_H_Angle->setObjectName(QString::fromUtf8("La_H_Angle"));
La_H_Angle->setGeometry(QRect(0, 60, 221, 41));
La_V_Angle = new QLabel(centralWidget);
La_V_Angle->setObjectName(QString::fromUtf8("La_V_Angle"));
La_V_Angle->setGeometry(QRect(0, 120, 221, 41));
Pb_Shutdown = new QPushButton(centralWidget);
Pb_Shutdown->setObjectName(QString::fromUtf8("Pb_Shutdown"));
Pb_Shutdown->setGeometry(QRect(320, 0, 161, 51));
MainWindow->setCentralWidget(centralWidget);
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
Pb_Settings->setText(QApplication::translate("MainWindow", "Settings", 0, QApplication::UnicodeUTF8));
comboBox->clear();
comboBox->insertItems(0, QStringList()
<< QApplication::translate("MainWindow", "Lumix", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("MainWindow", "Canon", 0, QApplication::UnicodeUTF8)
);
Pb_Go->setText(QApplication::translate("MainWindow", "Go", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("MainWindow", "H_Angle", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("MainWindow", "V_Angle", 0, QApplication::UnicodeUTF8));
Pb_Close->setText(QApplication::translate("MainWindow", "Close", 0, QApplication::UnicodeUTF8));
Pb_Adjustments->setText(QApplication::translate("MainWindow", "Adjust", 0, QApplication::UnicodeUTF8));
La_H_Angle->setText(QString());
La_V_Angle->setText(QString());
Pb_Shutdown->setText(QApplication::translate("MainWindow", "Shutdown", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H