1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>vvToolConnectedComponentLabeling</class>
4 <widget class="QWidget" name="vvToolConnectedComponentLabeling">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QHBoxLayout" name="horizontalLayout_6">
18 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <widget class="QGroupBox" name="groupBox">
21 <property name="title">
22 <string>Connected components labeling</string>
24 <layout class="QVBoxLayout" name="verticalLayout_2">
26 <layout class="QHBoxLayout" name="horizontalLayout_3">
28 <widget class="vvIntensityValueSlider" name="mBGValueSlider" native="true"/>
33 <layout class="QHBoxLayout" name="horizontalLayout_4">
35 <widget class="QLabel" name="dimensionStaticLabel_2">
36 <property name="sizePolicy">
37 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
38 <horstretch>0</horstretch>
39 <verstretch>0</verstretch>
42 <property name="text">
43 <string>Min size</string>
48 <widget class="QSpinBox" name="mMinSizeSpinBox">
49 <property name="maximum">
50 <number>999999</number>
52 <property name="value">
60 <widget class="QCheckBox" name="mFullConnectivityCheckBox">
61 <property name="text">
62 <string>Full connectivity</string>
64 <property name="checked">
67 <property name="tristate">
73 <layout class="QHBoxLayout" name="horizontalLayout_5">
75 <spacer name="horizontalSpacer_6">
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
79 <property name="sizeHint" stdset="0">
88 <widget class="QPushButton" name="mLabelizeButton">
89 <property name="toolTip">
92 <property name="autoFillBackground">
95 <property name="text">
96 <string>Labelize</string>
101 <spacer name="horizontalSpacer_7">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
105 <property name="sizeHint" stdset="0">
119 <widget class="QGroupBox" name="mLabelGroupBox">
120 <property name="enabled">
123 <property name="title">
124 <string>Labels selection</string>
126 <layout class="QVBoxLayout" name="verticalLayout">
128 <widget class="QTableWidget" name="m_LabelTable">
129 <property name="alternatingRowColors">
132 <property name="showGrid">
136 <property name="text">
141 <property name="text">
146 <property name="text">
147 <string>Size</string>
151 <property name="text">
152 <string>Keep ?</string>
155 <item row="0" column="0">
156 <property name="text">
159 <property name="flags">
160 <set>ItemIsSelectable|ItemIsDragEnabled|ItemIsEnabled</set>
163 <item row="0" column="1">
164 <property name="text">
167 <property name="checkState">
171 <item row="1" column="1">
172 <property name="text">
175 <property name="checkState">
176 <enum>Unchecked</enum>
182 <layout class="QHBoxLayout" name="horizontalLayout_2">
184 <spacer name="horizontalSpacer">
185 <property name="orientation">
186 <enum>Qt::Horizontal</enum>
188 <property name="sizeHint" stdset="0">
197 <widget class="QPushButton" name="mChangeColorButton_2">
198 <property name="toolTip">
201 <property name="autoFillBackground">
204 <property name="text">
205 <string>Apply keep/remove</string>
210 <spacer name="horizontalSpacer_4">
211 <property name="orientation">
212 <enum>Qt::Horizontal</enum>
214 <property name="sizeHint" stdset="0">
228 <layout class="QHBoxLayout" name="horizontalLayout">
230 <spacer name="horizontalSpacer_5">
231 <property name="orientation">
232 <enum>Qt::Horizontal</enum>
234 <property name="sizeHint" stdset="0">
243 <widget class="QPushButton" name="mChangeColorButton_3">
244 <property name="toolTip">
247 <property name="autoFillBackground">
250 <property name="text">
251 <string>Done</string>
260 <widget class="QWidget" name="mRightWidget" native="true"/>
266 <class>vvIntensityValueSlider</class>
267 <extends>QWidget</extends>
268 <header>vvIntensityValueSlider.h</header>
269 <container>1</container>
273 <include location="../vvIcons.qrc"/>