-
Notifications
You must be signed in to change notification settings - Fork 2
/
cmrvizthreshold.ui
121 lines (121 loc) · 3.32 KB
/
cmrvizthreshold.ui
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CMrVizThreshold</class>
<widget class="QWidget" name="CMrVizThreshold">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>852</width>
<height>565</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="hLayout_Images">
<item>
<layout class="QHBoxLayout" name="hLayout_InputImg" stretch="0,1">
<item>
<widget class="QLabel" name="qLabel_InputImg">
<property name="text">
<string>Input Image</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cBox_InputImg"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="hLayout_OutputImg" stretch="0,1">
<item>
<widget class="QLabel" name="qLabel_OutputImg">
<property name="text">
<string>Output Image</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cBox_OutputImg">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="hLayout_Controls">
<item>
<layout class="QHBoxLayout" name="hLayout_ThresholdAlg" stretch="0,1">
<item>
<widget class="QLabel" name="qLabel_ThreshAlg">
<property name="text">
<string>Threshold Algorithm</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cBox_ThreshAlg"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="hLayout_ThreshLevels">
<item>
<widget class="QLabel" name="qLabel_ThreshLevels">
<property name="text">
<string>Number of Threshold Levels</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lEdit_Threshlevels">
<property name="maxLength">
<number>2</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pBtn_Apply">
<property name="text">
<string>Apply</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="hLayout_Widgets">
<item>
<widget class="QVTKOpenGLNativeWidget" name="qWidget_InputView" native="true"/>
</item>
<item>
<widget class="QVTKOpenGLNativeWidget" name="qWidget_OutputView" native="true"/>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QVTKOpenGLNativeWidget</class>
<extends>QWidget</extends>
<header>QVTKOpenGLNativeWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
<slots>
<slot>UpdateInputImage(int)</slot>
</slots>
</ui>