]>
Commit | Line | Data |
---|---|---|
1 | /******************************************************************************** | |
2 | ** Form generated from reading UI file 'overlays.ui' | |
3 | ** | |
4 | ** Created by: Qt User Interface Compiler version 4.8.6 | |
5 | ** | |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | |
7 | ********************************************************************************/ | |
8 | ||
9 | #ifndef OVERLAYS_H | |
10 | #define OVERLAYS_H | |
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; | |
37 | QLabel *label_5; | |
38 | QLabel *label; | |
39 | QSlider *horizontalSlider_window; | |
40 | QSpacerItem *verticalSpacer; | |
41 | QWidget *tab_3; | |
42 | QVBoxLayout *verticalLayout_4; | |
43 | QFormLayout *formLayout_4; | |
44 | QLabel *label_8; | |
45 | QLabel *label_9; | |
46 | QSlider *horizontalSlider_askedge; | |
47 | QSpacerItem *verticalSpacer_3; | |
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()) | |
68 | Form->setObjectName(QString::fromUtf8("Form")); | |
69 | Form->resize(614, 286); | |
70 | verticalLayout_3 = new QVBoxLayout(Form); | |
71 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); | |
72 | tabWidget_overlays = new QTabWidget(Form); | |
73 | tabWidget_overlays->setObjectName(QString::fromUtf8("tabWidget_overlays")); | |
74 | tab = new QWidget(); | |
75 | tab->setObjectName(QString::fromUtf8("tab")); | |
76 | tab->setFocusPolicy(Qt::StrongFocus); | |
77 | verticalLayout_2 = new QVBoxLayout(tab); | |
78 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); | |
79 | formLayout = new QFormLayout(); | |
80 | formLayout->setObjectName(QString::fromUtf8("formLayout")); | |
81 | label_5 = new QLabel(tab); | |
82 | label_5->setObjectName(QString::fromUtf8("label_5")); | |
83 | ||
84 | formLayout->setWidget(0, QFormLayout::FieldRole, label_5); | |
85 | ||
86 | label = new QLabel(tab); | |
87 | label->setObjectName(QString::fromUtf8("label")); | |
88 | ||
89 | formLayout->setWidget(0, QFormLayout::LabelRole, label); | |
90 | ||
91 | ||
92 | verticalLayout_2->addLayout(formLayout); | |
93 | ||
94 | horizontalSlider_window = new QSlider(tab); | |
95 | horizontalSlider_window->setObjectName(QString::fromUtf8("horizontalSlider_window")); | |
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(); | |
109 | tab_3->setObjectName(QString::fromUtf8("tab_3")); | |
110 | verticalLayout_4 = new QVBoxLayout(tab_3); | |
111 | verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); | |
112 | formLayout_4 = new QFormLayout(); | |
113 | formLayout_4->setObjectName(QString::fromUtf8("formLayout_4")); | |
114 | formLayout_4->setContentsMargins(-1, -1, -1, 0); | |
115 | label_8 = new QLabel(tab_3); | |
116 | label_8->setObjectName(QString::fromUtf8("label_8")); | |
117 | ||
118 | formLayout_4->setWidget(0, QFormLayout::LabelRole, label_8); | |
119 | ||
120 | label_9 = new QLabel(tab_3); | |
121 | label_9->setObjectName(QString::fromUtf8("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(QString::fromUtf8("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 | ||
141 | tabWidget_overlays->addTab(tab_3, QString()); | |
142 | tab_2 = new QWidget(); | |
143 | tab_2->setObjectName(QString::fromUtf8("tab_2")); | |
144 | verticalLayout = new QVBoxLayout(tab_2); | |
145 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); | |
146 | formLayout_2 = new QFormLayout(); | |
147 | formLayout_2->setObjectName(QString::fromUtf8("formLayout_2")); | |
148 | label_2 = new QLabel(tab_2); | |
149 | label_2->setObjectName(QString::fromUtf8("label_2")); | |
150 | ||
151 | formLayout_2->setWidget(0, QFormLayout::LabelRole, label_2); | |
152 | ||
153 | label_6 = new QLabel(tab_2); | |
154 | label_6->setObjectName(QString::fromUtf8("label_6")); | |
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); | |
162 | horizontalSlider_dirthr_up->setObjectName(QString::fromUtf8("horizontalSlider_dirthr_up")); | |
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(); | |
170 | formLayout_3->setObjectName(QString::fromUtf8("formLayout_3")); | |
171 | label_3 = new QLabel(tab_2); | |
172 | label_3->setObjectName(QString::fromUtf8("label_3")); | |
173 | ||
174 | formLayout_3->setWidget(0, QFormLayout::LabelRole, label_3); | |
175 | ||
176 | label_7 = new QLabel(tab_2); | |
177 | label_7->setObjectName(QString::fromUtf8("label_7")); | |
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); | |
185 | horizontalSlider_dirthr_down->setObjectName(QString::fromUtf8("horizontalSlider_dirthr_down")); | |
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(); | |
200 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); | |
201 | pushButton_apply = new QPushButton(Form); | |
202 | pushButton_apply->setObjectName(QString::fromUtf8("pushButton_apply")); | |
203 | ||
204 | horizontalLayout->addWidget(pushButton_apply); | |
205 | ||
206 | pushButton_sticky = new QPushButton(Form); | |
207 | pushButton_sticky->setObjectName(QString::fromUtf8("pushButton_sticky")); | |
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); | |
216 | label_4->setObjectName(QString::fromUtf8("label_4")); | |
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))); | |
229 | QObject::connect(horizontalSlider_askedge, SIGNAL(valueChanged(int)), label_9, SLOT(setNum(int))); | |
230 | ||
231 | tabWidget_overlays->setCurrentIndex(1); | |
232 | ||
233 | ||
234 | QMetaObject::connectSlotsByName(Form); | |
235 | } // setupUi | |
236 | ||
237 | void retranslateUi(QWidget *Form) | |
238 | { | |
239 | Form->setWindowTitle(QApplication::translate("Form", "Overlays", 0)); | |
240 | label_5->setText(QString()); | |
241 | label->setText(QApplication::translate("Form", "Window size", 0)); | |
242 | tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab), QApplication::translate("Form", "Autocorrelate", 0)); | |
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)); | |
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)); | |
252 | pushButton_sticky->setText(QApplication::translate("Form", "Restore", 0)); | |
253 | label_4->setText(QString()); | |
254 | } // retranslateUi | |
255 | ||
256 | }; | |
257 | ||
258 | namespace Ui { | |
259 | class Form: public Ui_Form {}; | |
260 | } // namespace Ui | |
261 | ||
262 | QT_END_NAMESPACE | |
263 | ||
264 | #endif // OVERLAYS_H |