]>
Commit | Line | Data |
---|---|---|
b8fdac9e | 1 | /******************************************************************************** |
c4f51073 | 2 | ** Form generated from reading UI file 'overlays.ui' |
b8fdac9e | 3 | ** |
c4f51073 | 4 | ** Created by: Qt User Interface Compiler version 5.6.1 |
b8fdac9e | 5 | ** |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | |
7 | ********************************************************************************/ | |
8 | ||
c4f51073 | 9 | #ifndef UI_OVERLAYS_H |
10 | #define UI_OVERLAYS_H | |
b8fdac9e | 11 | |
12 | #include <QtCore/QVariant> | |
13 | #include <QAction> | |
14 | #include <QApplication> | |
15 | #include <QButtonGroup> | |
16 | #include <QFormLayout> | |
17 | #include <QHBoxLayout> | |
18 | #include <QHeaderView> | |
19 | #include <QLabel> | |
20 | #include <QPushButton> | |
21 | #include <QSlider> | |
22 | #include <QSpacerItem> | |
23 | #include <QTabWidget> | |
24 | #include <QVBoxLayout> | |
25 | #include <QWidget> | |
26 | ||
27 | QT_BEGIN_NAMESPACE | |
28 | ||
29 | class Ui_Form | |
30 | { | |
31 | public: | |
32 | QVBoxLayout *verticalLayout_3; | |
33 | QTabWidget *tabWidget_overlays; | |
34 | QWidget *tab; | |
35 | QVBoxLayout *verticalLayout_2; | |
36 | QFormLayout *formLayout; | |
b8fdac9e | 37 | QLabel *label_5; |
c4f51073 | 38 | QLabel *label; |
b8fdac9e | 39 | QSlider *horizontalSlider_window; |
40 | QSpacerItem *verticalSpacer; | |
41 | QWidget *tab_3; | |
c4f51073 | 42 | QVBoxLayout *verticalLayout_4; |
43 | QFormLayout *formLayout_4; | |
44 | QLabel *label_8; | |
45 | QLabel *label_9; | |
46 | QSlider *horizontalSlider_askedge; | |
47 | QSpacerItem *verticalSpacer_3; | |
b8fdac9e | 48 | QWidget *tab_2; |
49 | QVBoxLayout *verticalLayout; | |
50 | QFormLayout *formLayout_2; | |
51 | QLabel *label_2; | |
52 | QLabel *label_6; | |
53 | QSlider *horizontalSlider_dirthr_up; | |
54 | QFormLayout *formLayout_3; | |
55 | QLabel *label_3; | |
56 | QLabel *label_7; | |
57 | QSlider *horizontalSlider_dirthr_down; | |
58 | QSpacerItem *verticalSpacer_2; | |
59 | QHBoxLayout *horizontalLayout; | |
60 | QPushButton *pushButton_apply; | |
61 | QPushButton *pushButton_sticky; | |
62 | QSpacerItem *horizontalSpacer; | |
63 | QLabel *label_4; | |
64 | ||
65 | void setupUi(QWidget *Form) | |
66 | { | |
67 | if (Form->objectName().isEmpty()) | |
c4f51073 | 68 | Form->setObjectName(QStringLiteral("Form")); |
b8fdac9e | 69 | Form->resize(614, 286); |
70 | verticalLayout_3 = new QVBoxLayout(Form); | |
c4f51073 | 71 | verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3")); |
b8fdac9e | 72 | tabWidget_overlays = new QTabWidget(Form); |
c4f51073 | 73 | tabWidget_overlays->setObjectName(QStringLiteral("tabWidget_overlays")); |
b8fdac9e | 74 | tab = new QWidget(); |
c4f51073 | 75 | tab->setObjectName(QStringLiteral("tab")); |
b8fdac9e | 76 | tab->setFocusPolicy(Qt::StrongFocus); |
77 | verticalLayout_2 = new QVBoxLayout(tab); | |
c4f51073 | 78 | verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); |
b8fdac9e | 79 | formLayout = new QFormLayout(); |
c4f51073 | 80 | formLayout->setObjectName(QStringLiteral("formLayout")); |
b8fdac9e | 81 | label_5 = new QLabel(tab); |
c4f51073 | 82 | label_5->setObjectName(QStringLiteral("label_5")); |
b8fdac9e | 83 | |
84 | formLayout->setWidget(0, QFormLayout::FieldRole, label_5); | |
85 | ||
c4f51073 | 86 | label = new QLabel(tab); |
87 | label->setObjectName(QStringLiteral("label")); | |
88 | ||
89 | formLayout->setWidget(0, QFormLayout::LabelRole, label); | |
90 | ||
b8fdac9e | 91 | |
92 | verticalLayout_2->addLayout(formLayout); | |
93 | ||
94 | horizontalSlider_window = new QSlider(tab); | |
c4f51073 | 95 | horizontalSlider_window->setObjectName(QStringLiteral("horizontalSlider_window")); |
b8fdac9e | 96 | horizontalSlider_window->setMinimum(10); |
97 | horizontalSlider_window->setMaximum(10000); | |
98 | horizontalSlider_window->setValue(2000); | |
99 | horizontalSlider_window->setOrientation(Qt::Horizontal); | |
100 | ||
101 | verticalLayout_2->addWidget(horizontalSlider_window); | |
102 | ||
103 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); | |
104 | ||
105 | verticalLayout_2->addItem(verticalSpacer); | |
106 | ||
107 | tabWidget_overlays->addTab(tab, QString()); | |
108 | tab_3 = new QWidget(); | |
c4f51073 | 109 | tab_3->setObjectName(QStringLiteral("tab_3")); |
110 | verticalLayout_4 = new QVBoxLayout(tab_3); | |
111 | verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4")); | |
112 | formLayout_4 = new QFormLayout(); | |
113 | formLayout_4->setObjectName(QStringLiteral("formLayout_4")); | |
114 | formLayout_4->setContentsMargins(-1, -1, -1, 0); | |
115 | label_8 = new QLabel(tab_3); | |
116 | label_8->setObjectName(QStringLiteral("label_8")); | |
117 | ||
118 | formLayout_4->setWidget(0, QFormLayout::LabelRole, label_8); | |
119 | ||
120 | label_9 = new QLabel(tab_3); | |
121 | label_9->setObjectName(QStringLiteral("label_9")); | |
122 | ||
123 | formLayout_4->setWidget(0, QFormLayout::FieldRole, label_9); | |
124 | ||
125 | ||
126 | verticalLayout_4->addLayout(formLayout_4); | |
127 | ||
128 | horizontalSlider_askedge = new QSlider(tab_3); | |
129 | horizontalSlider_askedge->setObjectName(QStringLiteral("horizontalSlider_askedge")); | |
130 | horizontalSlider_askedge->setMinimum(5); | |
131 | horizontalSlider_askedge->setMaximum(80); | |
132 | horizontalSlider_askedge->setValue(20); | |
133 | horizontalSlider_askedge->setOrientation(Qt::Horizontal); | |
134 | ||
135 | verticalLayout_4->addWidget(horizontalSlider_askedge); | |
136 | ||
137 | verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); | |
138 | ||
139 | verticalLayout_4->addItem(verticalSpacer_3); | |
140 | ||
b8fdac9e | 141 | tabWidget_overlays->addTab(tab_3, QString()); |
142 | tab_2 = new QWidget(); | |
c4f51073 | 143 | tab_2->setObjectName(QStringLiteral("tab_2")); |
b8fdac9e | 144 | verticalLayout = new QVBoxLayout(tab_2); |
c4f51073 | 145 | verticalLayout->setObjectName(QStringLiteral("verticalLayout")); |
b8fdac9e | 146 | formLayout_2 = new QFormLayout(); |
c4f51073 | 147 | formLayout_2->setObjectName(QStringLiteral("formLayout_2")); |
b8fdac9e | 148 | label_2 = new QLabel(tab_2); |
c4f51073 | 149 | label_2->setObjectName(QStringLiteral("label_2")); |
b8fdac9e | 150 | |
151 | formLayout_2->setWidget(0, QFormLayout::LabelRole, label_2); | |
152 | ||
153 | label_6 = new QLabel(tab_2); | |
c4f51073 | 154 | label_6->setObjectName(QStringLiteral("label_6")); |
b8fdac9e | 155 | |
156 | formLayout_2->setWidget(0, QFormLayout::FieldRole, label_6); | |
157 | ||
158 | ||
159 | verticalLayout->addLayout(formLayout_2); | |
160 | ||
161 | horizontalSlider_dirthr_up = new QSlider(tab_2); | |
c4f51073 | 162 | horizontalSlider_dirthr_up->setObjectName(QStringLiteral("horizontalSlider_dirthr_up")); |
b8fdac9e | 163 | horizontalSlider_dirthr_up->setMaximum(128); |
164 | horizontalSlider_dirthr_up->setValue(20); | |
165 | horizontalSlider_dirthr_up->setOrientation(Qt::Horizontal); | |
166 | ||
167 | verticalLayout->addWidget(horizontalSlider_dirthr_up); | |
168 | ||
169 | formLayout_3 = new QFormLayout(); | |
c4f51073 | 170 | formLayout_3->setObjectName(QStringLiteral("formLayout_3")); |
b8fdac9e | 171 | label_3 = new QLabel(tab_2); |
c4f51073 | 172 | label_3->setObjectName(QStringLiteral("label_3")); |
b8fdac9e | 173 | |
174 | formLayout_3->setWidget(0, QFormLayout::LabelRole, label_3); | |
175 | ||
176 | label_7 = new QLabel(tab_2); | |
c4f51073 | 177 | label_7->setObjectName(QStringLiteral("label_7")); |
b8fdac9e | 178 | |
179 | formLayout_3->setWidget(0, QFormLayout::FieldRole, label_7); | |
180 | ||
181 | ||
182 | verticalLayout->addLayout(formLayout_3); | |
183 | ||
184 | horizontalSlider_dirthr_down = new QSlider(tab_2); | |
c4f51073 | 185 | horizontalSlider_dirthr_down->setObjectName(QStringLiteral("horizontalSlider_dirthr_down")); |
b8fdac9e | 186 | horizontalSlider_dirthr_down->setMaximum(127); |
187 | horizontalSlider_dirthr_down->setOrientation(Qt::Horizontal); | |
188 | ||
189 | verticalLayout->addWidget(horizontalSlider_dirthr_down); | |
190 | ||
191 | verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); | |
192 | ||
193 | verticalLayout->addItem(verticalSpacer_2); | |
194 | ||
195 | tabWidget_overlays->addTab(tab_2, QString()); | |
196 | ||
197 | verticalLayout_3->addWidget(tabWidget_overlays); | |
198 | ||
199 | horizontalLayout = new QHBoxLayout(); | |
c4f51073 | 200 | horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); |
b8fdac9e | 201 | pushButton_apply = new QPushButton(Form); |
c4f51073 | 202 | pushButton_apply->setObjectName(QStringLiteral("pushButton_apply")); |
b8fdac9e | 203 | |
204 | horizontalLayout->addWidget(pushButton_apply); | |
205 | ||
206 | pushButton_sticky = new QPushButton(Form); | |
c4f51073 | 207 | pushButton_sticky->setObjectName(QStringLiteral("pushButton_sticky")); |
b8fdac9e | 208 | |
209 | horizontalLayout->addWidget(pushButton_sticky); | |
210 | ||
211 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | |
212 | ||
213 | horizontalLayout->addItem(horizontalSpacer); | |
214 | ||
215 | label_4 = new QLabel(Form); | |
c4f51073 | 216 | label_4->setObjectName(QStringLiteral("label_4")); |
b8fdac9e | 217 | |
218 | horizontalLayout->addWidget(label_4); | |
219 | ||
220 | ||
221 | verticalLayout_3->addLayout(horizontalLayout); | |
222 | ||
223 | ||
224 | retranslateUi(Form); | |
225 | QObject::connect(horizontalSlider_window, SIGNAL(valueChanged(int)), label_4, SLOT(setNum(int))); | |
226 | QObject::connect(horizontalSlider_window, SIGNAL(valueChanged(int)), label_5, SLOT(setNum(int))); | |
227 | QObject::connect(horizontalSlider_dirthr_up, SIGNAL(valueChanged(int)), label_6, SLOT(setNum(int))); | |
228 | QObject::connect(horizontalSlider_dirthr_down, SIGNAL(valueChanged(int)), label_7, SLOT(setNum(int))); | |
c4f51073 | 229 | QObject::connect(horizontalSlider_askedge, SIGNAL(valueChanged(int)), label_9, SLOT(setNum(int))); |
b8fdac9e | 230 | |
c4f51073 | 231 | tabWidget_overlays->setCurrentIndex(1); |
b8fdac9e | 232 | |
233 | ||
234 | QMetaObject::connectSlotsByName(Form); | |
235 | } // setupUi | |
236 | ||
237 | void retranslateUi(QWidget *Form) | |
238 | { | |
239 | Form->setWindowTitle(QApplication::translate("Form", "Overlays", 0)); | |
b8fdac9e | 240 | label_5->setText(QString()); |
c4f51073 | 241 | label->setText(QApplication::translate("Form", "Window size", 0)); |
b8fdac9e | 242 | tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab), QApplication::translate("Form", "Autocorrelate", 0)); |
c4f51073 | 243 | label_8->setText(QApplication::translate("Form", "Edge Jump Threshold", 0)); |
244 | label_9->setText(QString()); | |
245 | tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab_3), QApplication::translate("Form", "AskEdge", 0)); | |
b8fdac9e | 246 | label_2->setText(QApplication::translate("Form", "Up", 0)); |
247 | label_6->setText(QString()); | |
248 | label_3->setText(QApplication::translate("Form", "Down", 0)); | |
249 | label_7->setText(QString()); | |
250 | tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab_2), QApplication::translate("Form", "Dirthreshold", 0)); | |
251 | pushButton_apply->setText(QApplication::translate("Form", "Apply", 0)); | |
c4f51073 | 252 | pushButton_sticky->setText(QApplication::translate("Form", "Restore", 0)); |
253 | label_4->setText(QString()); | |
b8fdac9e | 254 | } // retranslateUi |
255 | ||
256 | }; | |
257 | ||
258 | namespace Ui { | |
259 | class Form: public Ui_Form {}; | |
260 | } // namespace Ui | |
261 | ||
262 | QT_END_NAMESPACE | |
263 | ||
c4f51073 | 264 | #endif // UI_OVERLAYS_H |