]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolConnectedComponentLabeling.ui
ROI tool GUI
[clitk.git] / vv / qt_ui / vvToolConnectedComponentLabeling.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Form</class>
4  <widget class="QWidget" name="Form">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <widget class="QLabel" name="label">
17    <property name="geometry">
18     <rect>
19      <x>30</x>
20      <y>20</y>
21      <width>191</width>
22      <height>16</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Connected component labeling</string>
27    </property>
28   </widget>
29   <widget class="QRadioButton" name="radioButton_5">
30    <property name="geometry">
31     <rect>
32      <x>200</x>
33      <y>80</y>
34      <width>131</width>
35      <height>19</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>Sort label by size</string>
40    </property>
41   </widget>
42   <widget class="QWidget" name="">
43    <property name="geometry">
44     <rect>
45      <x>60</x>
46      <y>50</y>
47      <width>93</width>
48      <height>81</height>
49     </rect>
50    </property>
51    <layout class="QVBoxLayout" name="verticalLayout">
52     <item>
53      <widget class="QRadioButton" name="radioButton">
54       <property name="text">
55        <string>6 connectivity</string>
56       </property>
57      </widget>
58     </item>
59     <item>
60      <widget class="QRadioButton" name="radioButton_2">
61       <property name="text">
62        <string>18 connexity</string>
63       </property>
64      </widget>
65     </item>
66     <item>
67      <widget class="QRadioButton" name="radioButton_3">
68       <property name="text">
69        <string>26 connexity</string>
70       </property>
71      </widget>
72     </item>
73     <item>
74      <widget class="QRadioButton" name="radioButton_4">
75       <property name="text">
76        <string>26 connexity</string>
77       </property>
78      </widget>
79     </item>
80    </layout>
81   </widget>
82   <widget class="QLabel" name="label_7">
83    <property name="geometry">
84     <rect>
85      <x>32</x>
86      <y>247</y>
87      <width>16</width>
88      <height>16</height>
89     </rect>
90    </property>
91    <property name="text">
92     <string/>
93    </property>
94   </widget>
95   <widget class="QWidget" name="">
96    <property name="geometry">
97     <rect>
98      <x>30</x>
99      <y>160</y>
100      <width>321</width>
101      <height>51</height>
102     </rect>
103    </property>
104    <layout class="QVBoxLayout" name="verticalLayout_2">
105     <item>
106      <layout class="QHBoxLayout" name="horizontalLayout_2">
107       <item>
108        <spacer name="horizontalSpacer">
109         <property name="orientation">
110          <enum>Qt::Horizontal</enum>
111         </property>
112         <property name="sizeHint" stdset="0">
113          <size>
114           <width>40</width>
115           <height>20</height>
116          </size>
117         </property>
118        </spacer>
119       </item>
120       <item>
121        <widget class="QRadioButton" name="radioButton_6">
122         <property name="layoutDirection">
123          <enum>Qt::LeftToRight</enum>
124         </property>
125         <property name="text">
126          <string>Keep n first greater labels</string>
127         </property>
128        </widget>
129       </item>
130       <item>
131        <spacer name="horizontalSpacer_2">
132         <property name="orientation">
133          <enum>Qt::Horizontal</enum>
134         </property>
135         <property name="sizeHint" stdset="0">
136          <size>
137           <width>40</width>
138           <height>20</height>
139          </size>
140         </property>
141        </spacer>
142       </item>
143      </layout>
144     </item>
145     <item>
146      <layout class="QHBoxLayout" name="horizontalLayout">
147       <item>
148        <widget class="QLabel" name="label_6">
149         <property name="text">
150          <string/>
151         </property>
152        </widget>
153       </item>
154       <item>
155        <widget class="QSlider" name="horizontalSlider">
156         <property name="orientation">
157          <enum>Qt::Horizontal</enum>
158         </property>
159        </widget>
160       </item>
161       <item>
162        <widget class="QSpinBox" name="spinBox"/>
163       </item>
164      </layout>
165     </item>
166    </layout>
167   </widget>
168  </widget>
169  <resources/>
170  <connections>
171   <connection>
172    <sender>spinBox</sender>
173    <signal>valueChanged(int)</signal>
174    <receiver>horizontalSlider</receiver>
175    <slot>setValue(int)</slot>
176    <hints>
177     <hint type="sourcelabel">
178      <x>319</x>
179      <y>197</y>
180     </hint>
181     <hint type="destinationlabel">
182      <x>246</x>
183      <y>199</y>
184     </hint>
185    </hints>
186   </connection>
187   <connection>
188    <sender>horizontalSlider</sender>
189    <signal>valueChanged(int)</signal>
190    <receiver>spinBox</receiver>
191    <slot>setValue(int)</slot>
192    <hints>
193     <hint type="sourcelabel">
194      <x>207</x>
195      <y>202</y>
196     </hint>
197     <hint type="destinationlabel">
198      <x>332</x>
199      <y>201</y>
200     </hint>
201    </hints>
202   </connection>
203  </connections>
204 </ui>