]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolRigidReg.ui
textbox for loading initial transform included
[clitk.git] / vv / qt_ui / vvToolRigidReg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolRigidReg</class>
4  <widget class="QWidget" name="vvToolRigidReg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>844</width>
10     <height>456</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <widget class="QTabWidget" name="tabWidget">
17    <property name="geometry">
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>851</width>
22      <height>611</height>
23     </rect>
24    </property>
25    <property name="currentIndex">
26     <number>0</number>
27    </property>
28    <widget class="QWidget" name="tab_3">
29     <attribute name="title">
30      <string>Manual</string>
31     </attribute>
32     <widget class="QWidget" name="gridLayoutWidget">
33      <property name="geometry">
34       <rect>
35        <x>0</x>
36        <y>0</y>
37        <width>841</width>
38        <height>571</height>
39       </rect>
40      </property>
41      <layout class="QGridLayout" name="gridLayout_4">
42       <item row="0" column="0">
43        <layout class="QHBoxLayout" name="horizontalLayout_28">
44         <item>
45          <widget class="QLabel" name="label">
46           <property name="text">
47            <string>Rotation Center(X,Y,Z)</string>
48           </property>
49          </widget>
50         </item>
51         <item>
52          <widget class="QLineEdit" name="Xval"/>
53         </item>
54         <item>
55          <widget class="QLineEdit" name="Yval"/>
56         </item>
57         <item>
58          <widget class="QLineEdit" name="Zval"/>
59         </item>
60         <item>
61          <widget class="QPushButton" name="resetbutton">
62           <property name="text">
63            <string>Reset</string>
64           </property>
65          </widget>
66         </item>
67        </layout>
68       </item>
69       <item row="1" column="0">
70        <layout class="QHBoxLayout" name="horizontalLayout_29">
71         <item>
72          <widget class="QLabel" name="ytans">
73           <property name="text">
74            <string>X Trans</string>
75           </property>
76          </widget>
77         </item>
78         <item>
79          <layout class="QHBoxLayout" name="horizontalLayout_37"/>
80         </item>
81         <item>
82          <widget class="QSlider" name="xtrans_slider">
83           <property name="orientation">
84            <enum>Qt::Horizontal</enum>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <widget class="QDoubleSpinBox" name="xtrans_sb"/>
90         </item>
91        </layout>
92       </item>
93       <item row="4" column="0">
94        <layout class="QHBoxLayout" name="horizontalLayout_32">
95         <item>
96          <widget class="QLabel" name="yrot">
97           <property name="text">
98            <string>Y Rot   </string>
99           </property>
100          </widget>
101         </item>
102         <item>
103          <layout class="QHBoxLayout" name="horizontalLayout_40"/>
104         </item>
105         <item>
106          <widget class="QSlider" name="yrot_slider">
107           <property name="orientation">
108            <enum>Qt::Horizontal</enum>
109           </property>
110          </widget>
111         </item>
112         <item>
113          <widget class="QDoubleSpinBox" name="yrot_sb"/>
114         </item>
115        </layout>
116       </item>
117       <item row="5" column="0">
118        <layout class="QHBoxLayout" name="horizontalLayout_33">
119         <item>
120          <widget class="QLabel" name="xrot">
121           <property name="text">
122            <string>X Rot   </string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <layout class="QHBoxLayout" name="horizontalLayout_42"/>
128         </item>
129         <item>
130          <widget class="QSlider" name="xrot_slider">
131           <property name="orientation">
132            <enum>Qt::Horizontal</enum>
133           </property>
134          </widget>
135         </item>
136         <item>
137          <widget class="QDoubleSpinBox" name="xrot_sb"/>
138         </item>
139        </layout>
140       </item>
141       <item row="6" column="0">
142        <layout class="QHBoxLayout" name="horizontalLayout_34">
143         <item>
144          <widget class="QLabel" name="zrot">
145           <property name="text">
146            <string>Z Rot   </string>
147           </property>
148          </widget>
149         </item>
150         <item>
151          <layout class="QHBoxLayout" name="horizontalLayout_43"/>
152         </item>
153         <item>
154          <widget class="QSlider" name="zrot_slider">
155           <property name="orientation">
156            <enum>Qt::Horizontal</enum>
157           </property>
158          </widget>
159         </item>
160         <item>
161          <widget class="QDoubleSpinBox" name="zrot_sb"/>
162         </item>
163        </layout>
164       </item>
165       <item row="9" column="0">
166        <layout class="QGridLayout" name="gridLayout_6">
167         <item row="1" column="3">
168          <widget class="QTextEdit" name="textEdit"/>
169         </item>
170         <item row="1" column="0">
171          <widget class="QPushButton" name="loadbutton">
172           <property name="text">
173            <string>Load</string>
174           </property>
175          </widget>
176         </item>
177         <item row="1" column="1">
178          <widget class="QPushButton" name="savebutton">
179           <property name="text">
180            <string>Save</string>
181           </property>
182          </widget>
183         </item>
184         <item row="1" column="2">
185          <widget class="QTextEdit" name="textEdit_2"/>
186         </item>
187         <item row="0" column="2">
188          <widget class="QLabel" name="label_2">
189           <property name="text">
190            <string>Initial Transform</string>
191           </property>
192           <property name="alignment">
193            <set>Qt::AlignBottom|Qt::AlignHCenter</set>
194           </property>
195          </widget>
196         </item>
197         <item row="0" column="3">
198          <widget class="QLabel" name="label_3">
199           <property name="text">
200            <string>Current Transform</string>
201           </property>
202           <property name="alignment">
203            <set>Qt::AlignCenter</set>
204           </property>
205          </widget>
206         </item>
207        </layout>
208       </item>
209       <item row="3" column="0">
210        <layout class="QHBoxLayout" name="horizontalLayout_31">
211         <item>
212          <widget class="QLabel" name="ztrans">
213           <property name="text">
214            <string>Z Trans</string>
215           </property>
216          </widget>
217         </item>
218         <item>
219          <layout class="QHBoxLayout" name="horizontalLayout_39"/>
220         </item>
221         <item>
222          <widget class="QSlider" name="ztrans_slider">
223           <property name="orientation">
224            <enum>Qt::Horizontal</enum>
225           </property>
226          </widget>
227         </item>
228         <item>
229          <widget class="QDoubleSpinBox" name="ztrans_sb"/>
230         </item>
231        </layout>
232       </item>
233       <item row="2" column="0">
234        <layout class="QHBoxLayout" name="horizontalLayout_30">
235         <item>
236          <widget class="QLabel" name="ytrans">
237           <property name="text">
238            <string>Y Trans</string>
239           </property>
240          </widget>
241         </item>
242         <item>
243          <layout class="QHBoxLayout" name="horizontalLayout_38"/>
244         </item>
245         <item>
246          <widget class="QSlider" name="ytrans_slider">
247           <property name="orientation">
248            <enum>Qt::Horizontal</enum>
249           </property>
250          </widget>
251         </item>
252         <item>
253          <widget class="QDoubleSpinBox" name="ytrans_sb"/>
254         </item>
255        </layout>
256       </item>
257       <item row="9" column="1">
258        <layout class="QHBoxLayout" name="horizontalLayout_49"/>
259       </item>
260      </layout>
261     </widget>
262    </widget>
263    <widget class="QWidget" name="tab_4">
264     <attribute name="title">
265      <string>Automatic</string>
266     </attribute>
267     <widget class="QWidget" name="gridLayoutWidget_2">
268      <property name="geometry">
269       <rect>
270        <x>0</x>
271        <y>0</y>
272        <width>841</width>
273        <height>571</height>
274       </rect>
275      </property>
276      <layout class="QGridLayout" name="gridLayout_5">
277       <item row="1" column="0">
278        <layout class="QHBoxLayout" name="horizontalLayout_45"/>
279       </item>
280       <item row="2" column="0">
281        <layout class="QHBoxLayout" name="horizontalLayout_46"/>
282       </item>
283       <item row="0" column="1">
284        <widget class="QTextEdit" name="tab2textedit"/>
285       </item>
286       <item row="0" column="0">
287        <layout class="QHBoxLayout" name="horizontalLayout_44">
288         <item>
289          <widget class="QPushButton" name="tab2loadbutton">
290           <property name="text">
291            <string>Load</string>
292           </property>
293          </widget>
294         </item>
295         <item>
296          <widget class="QPushButton" name="tab2applybutton">
297           <property name="text">
298            <string>Apply</string>
299           </property>
300          </widget>
301         </item>
302        </layout>
303       </item>
304      </layout>
305     </widget>
306    </widget>
307   </widget>
308  </widget>
309  <resources/>
310  <connections/>
311 </ui>