forked from lbl1985/noseTracking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_DetectorWindow.h
More file actions
150 lines (123 loc) · 5.54 KB
/
ui_DetectorWindow.h
File metadata and controls
150 lines (123 loc) · 5.54 KB
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
/********************************************************************************
** Form generated from reading UI file 'DetectorWindow.ui'
**
** Created: Tue May 3 14:16:33 2011
** by: Qt User Interface Compiler version 4.7.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DETECTORWINDOW_H
#define UI_DETECTORWINDOW_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QMainWindow>
#include <QtGui/QMenu>
#include <QtGui/QMenuBar>
#include <QtGui/QSlider>
#include <QtGui/QStatusBar>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
#include <ntk/gui/image_widget.h>
QT_BEGIN_NAMESPACE
class Ui_DetectorWindow
{
public:
QWidget *centralwidget;
QVBoxLayout *verticalLayout;
QFrame *frame;
QHBoxLayout *horizontalLayout_2;
QLabel *minThresholdLabel;
QSlider *minThresholdSlider;
QLabel *maxThresholdLabel;
QSlider *maxThresholdSlider;
QFrame *frame_2;
QHBoxLayout *horizontalLayout;
ntk::ImageWidget *maskImage;
QMenuBar *menubar;
QMenu *menuFile;
QStatusBar *statusbar;
void setupUi(QMainWindow *DetectorWindow)
{
if (DetectorWindow->objectName().isEmpty())
DetectorWindow->setObjectName(QString::fromUtf8("DetectorWindow"));
DetectorWindow->resize(800, 600);
centralwidget = new QWidget(DetectorWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
verticalLayout = new QVBoxLayout(centralwidget);
verticalLayout->setSpacing(2);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
frame = new QFrame(centralwidget);
frame->setObjectName(QString::fromUtf8("frame"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
frame->setSizePolicy(sizePolicy);
frame->setFrameShape(QFrame::Panel);
frame->setFrameShadow(QFrame::Raised);
horizontalLayout_2 = new QHBoxLayout(frame);
horizontalLayout_2->setContentsMargins(4, 4, 4, 4);
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
minThresholdLabel = new QLabel(frame);
minThresholdLabel->setObjectName(QString::fromUtf8("minThresholdLabel"));
horizontalLayout_2->addWidget(minThresholdLabel);
minThresholdSlider = new QSlider(frame);
minThresholdSlider->setObjectName(QString::fromUtf8("minThresholdSlider"));
minThresholdSlider->setMaximum(1000);
minThresholdSlider->setValue(100);
minThresholdSlider->setOrientation(Qt::Horizontal);
horizontalLayout_2->addWidget(minThresholdSlider);
maxThresholdLabel = new QLabel(frame);
maxThresholdLabel->setObjectName(QString::fromUtf8("maxThresholdLabel"));
maxThresholdLabel->setFrameShape(QFrame::NoFrame);
horizontalLayout_2->addWidget(maxThresholdLabel);
maxThresholdSlider = new QSlider(frame);
maxThresholdSlider->setObjectName(QString::fromUtf8("maxThresholdSlider"));
maxThresholdSlider->setMaximum(1000);
maxThresholdSlider->setValue(200);
maxThresholdSlider->setOrientation(Qt::Horizontal);
horizontalLayout_2->addWidget(maxThresholdSlider);
verticalLayout->addWidget(frame);
frame_2 = new QFrame(centralwidget);
frame_2->setObjectName(QString::fromUtf8("frame_2"));
frame_2->setFrameShape(QFrame::StyledPanel);
frame_2->setFrameShadow(QFrame::Raised);
horizontalLayout = new QHBoxLayout(frame_2);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
maskImage = new ntk::ImageWidget(frame_2);
maskImage->setObjectName(QString::fromUtf8("maskImage"));
horizontalLayout->addWidget(maskImage);
verticalLayout->addWidget(frame_2);
DetectorWindow->setCentralWidget(centralwidget);
menubar = new QMenuBar(DetectorWindow);
menubar->setObjectName(QString::fromUtf8("menubar"));
menubar->setGeometry(QRect(0, 0, 800, 19));
menuFile = new QMenu(menubar);
menuFile->setObjectName(QString::fromUtf8("menuFile"));
DetectorWindow->setMenuBar(menubar);
statusbar = new QStatusBar(DetectorWindow);
statusbar->setObjectName(QString::fromUtf8("statusbar"));
DetectorWindow->setStatusBar(statusbar);
menubar->addAction(menuFile->menuAction());
retranslateUi(DetectorWindow);
QMetaObject::connectSlotsByName(DetectorWindow);
} // setupUi
void retranslateUi(QMainWindow *DetectorWindow)
{
DetectorWindow->setWindowTitle(QApplication::translate("DetectorWindow", "Object Detector", 0, QApplication::UnicodeUTF8));
minThresholdLabel->setText(QApplication::translate("DetectorWindow", "0 m", 0, QApplication::UnicodeUTF8));
maxThresholdLabel->setText(QApplication::translate("DetectorWindow", "0 m", 0, QApplication::UnicodeUTF8));
menuFile->setTitle(QApplication::translate("DetectorWindow", "File", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class DetectorWindow: public Ui_DetectorWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DETECTORWINDOW_H