This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui_mainwindow.h
196 lines (158 loc) · 7.18 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** 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 <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDockWidget>
#include <QtWidgets/QDoubleSpinBox>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QGraphicsView>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QToolBar>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralWidget;
QHBoxLayout *horizontalLayout;
QGraphicsView *graphicsView;
QMenuBar *menuBar;
QToolBar *mainToolBar;
QStatusBar *statusBar;
QDockWidget *dockWidget;
QWidget *dockWidgetContents;
QFormLayout *formLayout_3;
QGroupBox *groupBox;
QFormLayout *formLayout;
QLabel *label;
QDoubleSpinBox *hw_spinbox;
QLabel *label_2;
QSpinBox *spinBox;
QCheckBox *checkBox;
QPushButton *pushButton;
QGroupBox *groupBox_2;
QFormLayout *formLayout_2;
QLabel *label_3;
QSpinBox *spinBox_2;
QLabel *label_4;
QSpinBox *spinBox_3;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QStringLiteral("MainWindow"));
MainWindow->resize(534, 403);
centralWidget = new QWidget(MainWindow);
centralWidget->setObjectName(QStringLiteral("centralWidget"));
horizontalLayout = new QHBoxLayout(centralWidget);
horizontalLayout->setSpacing(6);
horizontalLayout->setContentsMargins(11, 11, 11, 11);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
graphicsView = new QGraphicsView(centralWidget);
graphicsView->setObjectName(QStringLiteral("graphicsView"));
horizontalLayout->addWidget(graphicsView);
MainWindow->setCentralWidget(centralWidget);
menuBar = new QMenuBar(MainWindow);
menuBar->setObjectName(QStringLiteral("menuBar"));
menuBar->setGeometry(QRect(0, 0, 534, 19));
MainWindow->setMenuBar(menuBar);
mainToolBar = new QToolBar(MainWindow);
mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
statusBar = new QStatusBar(MainWindow);
statusBar->setObjectName(QStringLiteral("statusBar"));
MainWindow->setStatusBar(statusBar);
dockWidget = new QDockWidget(MainWindow);
dockWidget->setObjectName(QStringLiteral("dockWidget"));
dockWidgetContents = new QWidget();
dockWidgetContents->setObjectName(QStringLiteral("dockWidgetContents"));
formLayout_3 = new QFormLayout(dockWidgetContents);
formLayout_3->setSpacing(6);
formLayout_3->setContentsMargins(11, 11, 11, 11);
formLayout_3->setObjectName(QStringLiteral("formLayout_3"));
groupBox = new QGroupBox(dockWidgetContents);
groupBox->setObjectName(QStringLiteral("groupBox"));
formLayout = new QFormLayout(groupBox);
formLayout->setSpacing(6);
formLayout->setContentsMargins(11, 11, 11, 11);
formLayout->setObjectName(QStringLiteral("formLayout"));
label = new QLabel(groupBox);
label->setObjectName(QStringLiteral("label"));
formLayout->setWidget(0, QFormLayout::LabelRole, label);
hw_spinbox = new QDoubleSpinBox(groupBox);
hw_spinbox->setObjectName(QStringLiteral("hw_spinbox"));
hw_spinbox->setDecimals(4);
hw_spinbox->setSingleStep(0.001);
formLayout->setWidget(0, QFormLayout::FieldRole, hw_spinbox);
label_2 = new QLabel(groupBox);
label_2->setObjectName(QStringLiteral("label_2"));
formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
spinBox = new QSpinBox(groupBox);
spinBox->setObjectName(QStringLiteral("spinBox"));
formLayout->setWidget(1, QFormLayout::FieldRole, spinBox);
checkBox = new QCheckBox(groupBox);
checkBox->setObjectName(QStringLiteral("checkBox"));
formLayout->setWidget(2, QFormLayout::LabelRole, checkBox);
pushButton = new QPushButton(groupBox);
pushButton->setObjectName(QStringLiteral("pushButton"));
formLayout->setWidget(3, QFormLayout::LabelRole, pushButton);
formLayout_3->setWidget(0, QFormLayout::LabelRole, groupBox);
groupBox_2 = new QGroupBox(dockWidgetContents);
groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
formLayout_2 = new QFormLayout(groupBox_2);
formLayout_2->setSpacing(6);
formLayout_2->setContentsMargins(11, 11, 11, 11);
formLayout_2->setObjectName(QStringLiteral("formLayout_2"));
label_3 = new QLabel(groupBox_2);
label_3->setObjectName(QStringLiteral("label_3"));
formLayout_2->setWidget(0, QFormLayout::LabelRole, label_3);
spinBox_2 = new QSpinBox(groupBox_2);
spinBox_2->setObjectName(QStringLiteral("spinBox_2"));
formLayout_2->setWidget(0, QFormLayout::FieldRole, spinBox_2);
label_4 = new QLabel(groupBox_2);
label_4->setObjectName(QStringLiteral("label_4"));
formLayout_2->setWidget(1, QFormLayout::LabelRole, label_4);
spinBox_3 = new QSpinBox(groupBox_2);
spinBox_3->setObjectName(QStringLiteral("spinBox_3"));
formLayout_2->setWidget(1, QFormLayout::FieldRole, spinBox_3);
formLayout_3->setWidget(1, QFormLayout::SpanningRole, groupBox_2);
dockWidget->setWidget(dockWidgetContents);
MainWindow->addDockWidget(static_cast<Qt::DockWidgetArea>(2), dockWidget);
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0));
groupBox->setTitle(QApplication::translate("MainWindow", "Graph : ", 0));
label->setText(QApplication::translate("MainWindow", "heuristic weight : ", 0));
label_2->setText(QApplication::translate("MainWindow", "delay [ms] :", 0));
checkBox->setText(QApplication::translate("MainWindow", "use delay", 0));
pushButton->setText(QApplication::translate("MainWindow", "Update", 0));
groupBox_2->setTitle(QApplication::translate("MainWindow", "Loop :", 0));
label_3->setText(QApplication::translate("MainWindow", "map rate : ", 0));
label_4->setText(QApplication::translate("MainWindow", "gui rate : ", 0));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H