]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolProfile.ui
Create the line iterator
[clitk.git] / vv / qt_ui / vvToolProfile.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolProfile</class>
4  <widget class="QWidget" name="vvToolProfile">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>433</width>
10     <height>222</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Profile image</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_3">
19      <item>
20       <layout class="QGridLayout" name="gridLayout_2">
21        <property name="horizontalSpacing">
22         <number>6</number>
23        </property>
24        <item row="1" column="1">
25         <widget class="QToolButton" name="mSelectPoint1Button">
26          <property name="text">
27           <string>Select point 1</string>
28          </property>
29         </widget>
30        </item>
31        <item row="2" column="2">
32         <layout class="QHBoxLayout" name="horizontalLayout_2">
33          <item>
34           <widget class="QLabel" name="Point2">
35            <property name="text">
36             <string>Point2 (mm): </string>
37            </property>
38           </widget>
39          </item>
40          <item>
41           <widget class="QLabel" name="mPosPoint2Label">
42            <property name="text">
43             <string/>
44            </property>
45           </widget>
46          </item>
47         </layout>
48        </item>
49        <item row="2" column="1">
50         <widget class="QPushButton" name="mSelectPoint2Button">
51          <property name="text">
52           <string>Select point 2</string>
53          </property>
54         </widget>
55        </item>
56        <item row="3" column="2">
57         <layout class="QHBoxLayout" name="horizontalLayout_6">
58          <item>
59           <widget class="QToolButton" name="mCancelPointsButton">
60            <property name="text">
61             <string>Cancel</string>
62            </property>
63           </widget>
64          </item>
65          <item>
66           <widget class="QPushButton" name="mComputeProfileButton">
67            <property name="sizePolicy">
68             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
69              <horstretch>0</horstretch>
70              <verstretch>0</verstretch>
71             </sizepolicy>
72            </property>
73            <property name="text">
74             <string>Compute Profile</string>
75            </property>
76           </widget>
77          </item>
78         </layout>
79        </item>
80        <item row="1" column="2">
81         <layout class="QHBoxLayout" name="horizontalLayout">
82          <item>
83           <widget class="QLabel" name="Point1">
84            <property name="text">
85             <string>Point1 (mm): </string>
86            </property>
87           </widget>
88          </item>
89          <item>
90           <widget class="QLabel" name="mPosPoint1Label">
91            <property name="text">
92             <string/>
93            </property>
94           </widget>
95          </item>
96         </layout>
97        </item>
98       </layout>
99      </item>
100     </layout>
101    </item>
102    <item>
103     <layout class="QVBoxLayout" name="verticalLayout_2">
104      <item>
105       <widget class="Line" name="line_2">
106        <property name="orientation">
107         <enum>Qt::Horizontal</enum>
108        </property>
109       </widget>
110      </item>
111      <item>
112       <widget class="QLabel" name="label">
113        <property name="text">
114         <string>Resulting binary image:</string>
115        </property>
116       </widget>
117      </item>
118      <item>
119       <layout class="QHBoxLayout" name="horizontalLayout_4">
120        <item>
121         <widget class="QCheckBox" name="mCheckBoxUseFG">
122          <property name="text">
123           <string>Use FG</string>
124          </property>
125          <property name="checked">
126           <bool>false</bool>
127          </property>
128         </widget>
129        </item>
130        <item>
131         <widget class="vvIntensityValueSlider" name="mFGSlider" native="true">
132          <property name="enabled">
133           <bool>false</bool>
134          </property>
135         </widget>
136        </item>
137       </layout>
138      </item>
139      <item>
140       <layout class="QHBoxLayout" name="horizontalLayout_5">
141        <item>
142         <widget class="QCheckBox" name="mCheckBoxUseBG">
143          <property name="text">
144           <string>Use BG</string>
145          </property>
146          <property name="checked">
147           <bool>true</bool>
148          </property>
149         </widget>
150        </item>
151        <item>
152         <widget class="vvIntensityValueSlider" name="mBGSlider" native="true"/>
153        </item>
154       </layout>
155      </item>
156     </layout>
157    </item>
158    <item>
159     <widget class="Line" name="line_3">
160      <property name="orientation">
161       <enum>Qt::Horizontal</enum>
162      </property>
163     </widget>
164    </item>
165    <item>
166     <widget class="QCheckBox" name="mCheckBoxInteractiveDisplay">
167      <property name="enabled">
168       <bool>true</bool>
169      </property>
170      <property name="text">
171       <string>Interactive (unchek to disable on the fly contours drawing)</string>
172      </property>
173      <property name="checked">
174       <bool>true</bool>
175      </property>
176     </widget>
177    </item>
178   </layout>
179  </widget>
180  <customwidgets>
181   <customwidget>
182    <class>vvIntensityValueSlider</class>
183    <extends>QWidget</extends>
184    <header>vvIntensityValueSlider.h</header>
185    <container>1</container>
186   </customwidget>
187  </customwidgets>
188  <resources/>
189  <connections>
190   <connection>
191    <sender>mCheckBoxUseBG</sender>
192    <signal>toggled(bool)</signal>
193    <receiver>mBGSlider</receiver>
194    <slot>setEnabled(bool)</slot>
195    <hints>
196     <hint type="sourcelabel">
197      <x>79</x>
198      <y>203</y>
199     </hint>
200     <hint type="destinationlabel">
201      <x>395</x>
202      <y>225</y>
203     </hint>
204    </hints>
205   </connection>
206   <connection>
207    <sender>mCheckBoxUseFG</sender>
208    <signal>toggled(bool)</signal>
209    <receiver>mFGSlider</receiver>
210    <slot>setEnabled(bool)</slot>
211    <hints>
212     <hint type="sourcelabel">
213      <x>63</x>
214      <y>177</y>
215     </hint>
216     <hint type="destinationlabel">
217      <x>242</x>
218      <y>177</y>
219     </hint>
220    </hints>
221   </connection>
222  </connections>
223 </ui>