]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolProfile.ui
Selection of the 2 points
[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="1">
32         <widget class="QPushButton" name="mSelectPoint2Button">
33          <property name="text">
34           <string>Select point 2</string>
35          </property>
36         </widget>
37        </item>
38        <item row="3" column="1">
39         <widget class="QToolButton" name="mCancelPoints">
40          <property name="text">
41           <string>Cancel</string>
42          </property>
43         </widget>
44        </item>
45        <item row="1" column="2">
46         <layout class="QHBoxLayout" name="horizontalLayout">
47          <item>
48           <widget class="QLabel" name="Point1">
49            <property name="text">
50             <string>Point1 (mm): </string>
51            </property>
52           </widget>
53          </item>
54          <item>
55           <widget class="QLabel" name="mPosPoint1Label">
56            <property name="text">
57             <string/>
58            </property>
59           </widget>
60          </item>
61         </layout>
62        </item>
63        <item row="2" column="2">
64         <layout class="QHBoxLayout" name="horizontalLayout_2">
65          <item>
66           <widget class="QLabel" name="Point2">
67            <property name="text">
68             <string>Point2 (mm): </string>
69            </property>
70           </widget>
71          </item>
72          <item>
73           <widget class="QLabel" name="mPosPoint2Label">
74            <property name="text">
75             <string/>
76            </property>
77           </widget>
78          </item>
79         </layout>
80        </item>
81       </layout>
82      </item>
83     </layout>
84    </item>
85    <item>
86     <layout class="QVBoxLayout" name="verticalLayout_2">
87      <item>
88       <widget class="Line" name="line_2">
89        <property name="orientation">
90         <enum>Qt::Horizontal</enum>
91        </property>
92       </widget>
93      </item>
94      <item>
95       <widget class="QLabel" name="label">
96        <property name="text">
97         <string>Resulting binary image:</string>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <layout class="QHBoxLayout" name="horizontalLayout_4">
103        <item>
104         <widget class="QCheckBox" name="mCheckBoxUseFG">
105          <property name="text">
106           <string>Use FG</string>
107          </property>
108          <property name="checked">
109           <bool>false</bool>
110          </property>
111         </widget>
112        </item>
113        <item>
114         <widget class="vvIntensityValueSlider" name="mFGSlider" native="true">
115          <property name="enabled">
116           <bool>false</bool>
117          </property>
118         </widget>
119        </item>
120       </layout>
121      </item>
122      <item>
123       <layout class="QHBoxLayout" name="horizontalLayout_5">
124        <item>
125         <widget class="QCheckBox" name="mCheckBoxUseBG">
126          <property name="text">
127           <string>Use BG</string>
128          </property>
129          <property name="checked">
130           <bool>true</bool>
131          </property>
132         </widget>
133        </item>
134        <item>
135         <widget class="vvIntensityValueSlider" name="mBGSlider" native="true"/>
136        </item>
137       </layout>
138      </item>
139     </layout>
140    </item>
141    <item>
142     <widget class="Line" name="line_3">
143      <property name="orientation">
144       <enum>Qt::Horizontal</enum>
145      </property>
146     </widget>
147    </item>
148    <item>
149     <widget class="QCheckBox" name="mCheckBoxInteractiveDisplay">
150      <property name="enabled">
151       <bool>true</bool>
152      </property>
153      <property name="text">
154       <string>Interactive (unchek to disable on the fly contours drawing)</string>
155      </property>
156      <property name="checked">
157       <bool>true</bool>
158      </property>
159     </widget>
160    </item>
161   </layout>
162  </widget>
163  <customwidgets>
164   <customwidget>
165    <class>vvIntensityValueSlider</class>
166    <extends>QWidget</extends>
167    <header>vvIntensityValueSlider.h</header>
168    <container>1</container>
169   </customwidget>
170  </customwidgets>
171  <resources/>
172  <connections>
173   <connection>
174    <sender>mCheckBoxUseBG</sender>
175    <signal>toggled(bool)</signal>
176    <receiver>mBGSlider</receiver>
177    <slot>setEnabled(bool)</slot>
178    <hints>
179     <hint type="sourcelabel">
180      <x>79</x>
181      <y>203</y>
182     </hint>
183     <hint type="destinationlabel">
184      <x>395</x>
185      <y>225</y>
186     </hint>
187    </hints>
188   </connection>
189   <connection>
190    <sender>mCheckBoxUseFG</sender>
191    <signal>toggled(bool)</signal>
192    <receiver>mFGSlider</receiver>
193    <slot>setEnabled(bool)</slot>
194    <hints>
195     <hint type="sourcelabel">
196      <x>63</x>
197      <y>177</y>
198     </hint>
199     <hint type="destinationlabel">
200      <x>242</x>
201      <y>177</y>
202     </hint>
203    </hints>
204   </connection>
205  </connections>
206 </ui>