]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/Viewers/qtvtkviewerwidget.ui
6c5eeb9eab2e15ab3b8d6062137305e5243c3fc3
[creaMaracasVisu.git] / lib / GUI / Qt / Viewers / qtvtkviewerwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QtVTKViewerWidget</class>
4  <widget class="QWidget" name="QtVTKViewerWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>801</width>
10     <height>616</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QToolBox" name="toolBox">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21        <horstretch>2</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="currentIndex">
26       <number>0</number>
27      </property>
28      <widget class="QWidget" name="page">
29       <property name="geometry">
30        <rect>
31         <x>0</x>
32         <y>0</y>
33         <width>155</width>
34         <height>505</height>
35        </rect>
36       </property>
37       <attribute name="label">
38        <string>Image Widget</string>
39       </attribute>
40       <widget class="QWidget" name="layoutWidget">
41        <property name="geometry">
42         <rect>
43          <x>0</x>
44          <y>20</y>
45          <width>201</width>
46          <height>260</height>
47         </rect>
48        </property>
49        <layout class="QVBoxLayout" name="verticalLayout">
50         <item>
51          <widget class="QCheckBox" name="checkBoxShowPlanes">
52           <property name="enabled">
53            <bool>true</bool>
54           </property>
55           <property name="text">
56            <string>Show Planes</string>
57           </property>
58           <property name="checked">
59            <bool>false</bool>
60           </property>
61           <property name="tristate">
62            <bool>false</bool>
63           </property>
64          </widget>
65         </item>
66         <item>
67          <layout class="QFormLayout" name="formLayout">
68           <item row="0" column="0" colspan="2">
69            <widget class="QCheckBox" name="checkBoxShowImageActor">
70             <property name="text">
71              <string>Show Image Actor</string>
72             </property>
73            </widget>
74           </item>
75           <item row="1" column="0">
76            <spacer name="horizontalSpacer_4">
77             <property name="orientation">
78              <enum>Qt::Horizontal</enum>
79             </property>
80             <property name="sizeHint" stdset="0">
81              <size>
82               <width>18</width>
83               <height>20</height>
84              </size>
85             </property>
86            </spacer>
87           </item>
88           <item row="1" column="1">
89            <layout class="QGridLayout" name="gridLayout">
90             <item row="0" column="0">
91              <widget class="QLabel" name="labelx">
92               <property name="text">
93                <string>X  slice =</string>
94               </property>
95              </widget>
96             </item>
97             <item row="0" column="1">
98              <spacer name="horizontalSpacer">
99               <property name="orientation">
100                <enum>Qt::Horizontal</enum>
101               </property>
102               <property name="sizeHint" stdset="0">
103                <size>
104                 <width>40</width>
105                 <height>20</height>
106                </size>
107               </property>
108              </spacer>
109             </item>
110             <item row="0" column="2">
111              <widget class="QLineEdit" name="lineEditX"/>
112             </item>
113             <item row="1" column="0" colspan="3">
114              <widget class="QSlider" name="horizontalSliderX">
115               <property name="orientation">
116                <enum>Qt::Horizontal</enum>
117               </property>
118              </widget>
119             </item>
120             <item row="2" column="0">
121              <widget class="QLabel" name="label">
122               <property name="text">
123                <string>Y slice =</string>
124               </property>
125              </widget>
126             </item>
127             <item row="2" column="1">
128              <spacer name="horizontalSpacer_2">
129               <property name="orientation">
130                <enum>Qt::Horizontal</enum>
131               </property>
132               <property name="sizeHint" stdset="0">
133                <size>
134                 <width>40</width>
135                 <height>20</height>
136                </size>
137               </property>
138              </spacer>
139             </item>
140             <item row="2" column="2">
141              <widget class="QLineEdit" name="lineEditY"/>
142             </item>
143             <item row="3" column="0" colspan="3">
144              <widget class="QSlider" name="horizontalSliderY">
145               <property name="orientation">
146                <enum>Qt::Horizontal</enum>
147               </property>
148              </widget>
149             </item>
150             <item row="4" column="0">
151              <widget class="QLabel" name="label_2">
152               <property name="text">
153                <string>Z  slice =</string>
154               </property>
155              </widget>
156             </item>
157             <item row="4" column="1">
158              <spacer name="horizontalSpacer_3">
159               <property name="orientation">
160                <enum>Qt::Horizontal</enum>
161               </property>
162               <property name="sizeHint" stdset="0">
163                <size>
164                 <width>40</width>
165                 <height>20</height>
166                </size>
167               </property>
168              </spacer>
169             </item>
170             <item row="4" column="2">
171              <widget class="QLineEdit" name="lineEditZ"/>
172             </item>
173             <item row="5" column="0" colspan="3">
174              <widget class="QSlider" name="horizontalSliderZ">
175               <property name="orientation">
176                <enum>Qt::Horizontal</enum>
177               </property>
178              </widget>
179             </item>
180            </layout>
181           </item>
182          </layout>
183         </item>
184        </layout>
185       </widget>
186      </widget>
187      <widget class="QWidget" name="page_2">
188       <property name="geometry">
189        <rect>
190         <x>0</x>
191         <y>0</y>
192         <width>155</width>
193         <height>505</height>
194        </rect>
195       </property>
196       <attribute name="label">
197        <string>Volume Rendering</string>
198       </attribute>
199       <widget class="QtVolumeRendererPanel" name="m_VolumeRender" native="true">
200        <property name="geometry">
201         <rect>
202          <x>0</x>
203          <y>0</y>
204          <width>181</width>
205          <height>221</height>
206         </rect>
207        </property>
208        <property name="sizePolicy">
209         <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
210          <horstretch>10</horstretch>
211          <verstretch>0</verstretch>
212         </sizepolicy>
213        </property>
214       </widget>
215      </widget>
216      <widget class="QWidget" name="page_3">
217       <property name="geometry">
218        <rect>
219         <x>0</x>
220         <y>0</y>
221         <width>155</width>
222         <height>505</height>
223        </rect>
224       </property>
225       <attribute name="label">
226        <string>Surface Rendering</string>
227       </attribute>
228       <widget class="QtSurfaceRenderer" name="m_SurfaceRender" native="true">
229        <property name="geometry">
230         <rect>
231          <x>0</x>
232          <y>0</y>
233          <width>221</width>
234          <height>381</height>
235         </rect>
236        </property>
237       </widget>
238      </widget>
239     </widget>
240    </item>
241    <item>
242     <widget class="QtVTKViewer" name="_qtvtkviewer" native="true">
243      <property name="sizePolicy">
244       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
245        <horstretch>8</horstretch>
246        <verstretch>0</verstretch>
247       </sizepolicy>
248      </property>
249     </widget>
250    </item>
251   </layout>
252  </widget>
253  <customwidgets>
254   <customwidget>
255    <class>QtVTKViewer</class>
256    <extends>QWidget</extends>
257    <header>qtvtkviewer.h</header>
258    <container>1</container>
259   </customwidget>
260   <customwidget>
261    <class>QtVolumeRendererPanel</class>
262    <extends>QWidget</extends>
263    <header>qtvolumerendererpanel.h</header>
264    <container>1</container>
265   </customwidget>
266   <customwidget>
267    <class>QtSurfaceRenderer</class>
268    <extends>QWidget</extends>
269    <header location="global">qtsurfacerenderer.h</header>
270    <container>1</container>
271   </customwidget>
272  </customwidgets>
273  <resources/>
274  <connections>
275   <connection>
276    <sender>checkBoxShowImageActor</sender>
277    <signal>clicked(bool)</signal>
278    <receiver>horizontalSliderX</receiver>
279    <slot>setEnabled(bool)</slot>
280    <hints>
281     <hint type="sourcelabel">
282      <x>81</x>
283      <y>132</y>
284     </hint>
285     <hint type="destinationlabel">
286      <x>81</x>
287      <y>182</y>
288     </hint>
289    </hints>
290   </connection>
291   <connection>
292    <sender>checkBoxShowImageActor</sender>
293    <signal>clicked(bool)</signal>
294    <receiver>horizontalSliderY</receiver>
295    <slot>setEnabled(bool)</slot>
296    <hints>
297     <hint type="sourcelabel">
298      <x>128</x>
299      <y>122</y>
300     </hint>
301     <hint type="destinationlabel">
302      <x>124</x>
303      <y>236</y>
304     </hint>
305    </hints>
306   </connection>
307   <connection>
308    <sender>checkBoxShowImageActor</sender>
309    <signal>clicked(bool)</signal>
310    <receiver>horizontalSliderZ</receiver>
311    <slot>setEnabled(bool)</slot>
312    <hints>
313     <hint type="sourcelabel">
314      <x>48</x>
315      <y>120</y>
316     </hint>
317     <hint type="destinationlabel">
318      <x>87</x>
319      <y>297</y>
320     </hint>
321    </hints>
322   </connection>
323  </connections>
324 </ui>