-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_mainwindow.h
174 lines (162 loc) · 8.39 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created: Thu Jun 3 17:23:31 2010
** by: Qt User Interface Compiler version 4.6.0
**
** 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/QHeaderView>
#include <QtGui/QLCDNumber>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QMainWindow>
#include <QtGui/QPlainTextEdit>
#include <QtGui/QProgressBar>
#include <QtGui/QPushButton>
#include <QtGui/QSpinBox>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralWidget;
QPlainTextEdit *plainTextEditTrace;
QPushButton *pushButtonCalibrate;
QSpinBox *spinBoxSampleCount;
QLabel *label;
QLabel *label_2;
QSpinBox *spinBoxInterval;
QLabel *label_3;
QLabel *label_4;
QSpinBox *spinBoxCornersX;
QSpinBox *spinBoxCornersY;
QLabel *label_5;
QLineEdit *lineEditFilename;
QPushButton *pushButtonLoad;
QPushButton *pushButtonSave;
QLabel *labelSampleTimeout;
QProgressBar *progressBar;
QLCDNumber *lcdNumber;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(530, 440);
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
MainWindow->setSizePolicy(sizePolicy);
MainWindow->setMinimumSize(QSize(200, 200));
centralWidget = new QWidget(MainWindow);
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
plainTextEditTrace = new QPlainTextEdit(centralWidget);
plainTextEditTrace->setObjectName(QString::fromUtf8("plainTextEditTrace"));
plainTextEditTrace->setGeometry(QRect(10, 160, 511, 271));
QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(plainTextEditTrace->sizePolicy().hasHeightForWidth());
plainTextEditTrace->setSizePolicy(sizePolicy1);
plainTextEditTrace->setReadOnly(true);
plainTextEditTrace->setMaximumBlockCount(1000);
pushButtonCalibrate = new QPushButton(centralWidget);
pushButtonCalibrate->setObjectName(QString::fromUtf8("pushButtonCalibrate"));
pushButtonCalibrate->setEnabled(false);
pushButtonCalibrate->setGeometry(QRect(390, 30, 131, 51));
spinBoxSampleCount = new QSpinBox(centralWidget);
spinBoxSampleCount->setObjectName(QString::fromUtf8("spinBoxSampleCount"));
spinBoxSampleCount->setGeometry(QRect(130, 10, 46, 20));
spinBoxSampleCount->setMinimum(3);
spinBoxSampleCount->setValue(10);
label = new QLabel(centralWidget);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 10, 111, 20));
label_2 = new QLabel(centralWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(10, 40, 141, 31));
label_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
label_2->setWordWrap(true);
spinBoxInterval = new QSpinBox(centralWidget);
spinBoxInterval->setObjectName(QString::fromUtf8("spinBoxInterval"));
spinBoxInterval->setGeometry(QRect(130, 40, 46, 21));
spinBoxInterval->setMinimum(0);
spinBoxInterval->setValue(5);
label_3 = new QLabel(centralWidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(10, 70, 111, 20));
label_4 = new QLabel(centralWidget);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(10, 100, 111, 20));
spinBoxCornersX = new QSpinBox(centralWidget);
spinBoxCornersX->setObjectName(QString::fromUtf8("spinBoxCornersX"));
spinBoxCornersX->setGeometry(QRect(130, 70, 46, 20));
spinBoxCornersX->setMinimum(3);
spinBoxCornersX->setValue(10);
spinBoxCornersY = new QSpinBox(centralWidget);
spinBoxCornersY->setObjectName(QString::fromUtf8("spinBoxCornersY"));
spinBoxCornersY->setGeometry(QRect(130, 100, 46, 20));
spinBoxCornersY->setMinimum(3);
spinBoxCornersY->setValue(7);
label_5 = new QLabel(centralWidget);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(10, 130, 111, 20));
lineEditFilename = new QLineEdit(centralWidget);
lineEditFilename->setObjectName(QString::fromUtf8("lineEditFilename"));
lineEditFilename->setGeometry(QRect(130, 130, 251, 20));
pushButtonLoad = new QPushButton(centralWidget);
pushButtonLoad->setObjectName(QString::fromUtf8("pushButtonLoad"));
pushButtonLoad->setEnabled(true);
pushButtonLoad->setGeometry(QRect(390, 130, 61, 21));
pushButtonSave = new QPushButton(centralWidget);
pushButtonSave->setObjectName(QString::fromUtf8("pushButtonSave"));
pushButtonSave->setEnabled(false);
pushButtonSave->setGeometry(QRect(460, 130, 61, 21));
labelSampleTimeout = new QLabel(centralWidget);
labelSampleTimeout->setObjectName(QString::fromUtf8("labelSampleTimeout"));
labelSampleTimeout->setGeometry(QRect(210, 10, 121, 20));
progressBar = new QProgressBar(centralWidget);
progressBar->setObjectName(QString::fromUtf8("progressBar"));
progressBar->setGeometry(QRect(210, 90, 311, 23));
progressBar->setMaximum(10);
progressBar->setValue(0);
lcdNumber = new QLCDNumber(centralWidget);
lcdNumber->setObjectName(QString::fromUtf8("lcdNumber"));
lcdNumber->setGeometry(QRect(210, 30, 171, 51));
lcdNumber->setFrameShape(QFrame::Panel);
lcdNumber->setFrameShadow(QFrame::Raised);
lcdNumber->setLineWidth(1);
lcdNumber->setSmallDecimalPoint(true);
lcdNumber->setSegmentStyle(QLCDNumber::Filled);
MainWindow->setCentralWidget(centralWidget);
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "Stereo Calibration", 0, QApplication::UnicodeUTF8));
pushButtonCalibrate->setText(QApplication::translate("MainWindow", "Start Calibration", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("MainWindow", "Number of Samples:", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("MainWindow", "Auto Sample Interval (seconds, 0=manual):", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("MainWindow", "Chessboard Corners X:", 0, QApplication::UnicodeUTF8));
label_4->setText(QApplication::translate("MainWindow", "Chessboard Corners X:", 0, QApplication::UnicodeUTF8));
label_5->setText(QApplication::translate("MainWindow", "Calibration File:", 0, QApplication::UnicodeUTF8));
lineEditFilename->setText(QApplication::translate("MainWindow", "calibration.dat", 0, QApplication::UnicodeUTF8));
pushButtonLoad->setText(QApplication::translate("MainWindow", "Load", 0, QApplication::UnicodeUTF8));
pushButtonSave->setText(QApplication::translate("MainWindow", "Save", 0, QApplication::UnicodeUTF8));
labelSampleTimeout->setText(QApplication::translate("MainWindow", "Seconds till next sample:", 0, QApplication::UnicodeUTF8));
progressBar->setFormat(QApplication::translate("MainWindow", "%v of %m Calibration Samples Taken", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H