]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/Viewers/qtvtkviewerwidget.ui
re indent
[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>2</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>98</width>
34         <height>28</height>
35        </rect>
36       </property>
37       <attribute name="label">
38        <string>Image Widget</string>
39       </attribute>
40       <widget class="QCheckBox" name="checkBoxShowPlanes">
41        <property name="enabled">
42         <bool>true</bool>
43        </property>
44        <property name="geometry">
45         <rect>
46          <x>10</x>
47          <y>20</y>
48          <width>111</width>
49          <height>22</height>
50         </rect>
51        </property>
52        <property name="text">
53         <string>Show Planes</string>
54        </property>
55        <property name="checked">
56         <bool>true</bool>
57        </property>
58        <property name="tristate">
59         <bool>false</bool>
60        </property>
61       </widget>
62      </widget>
63      <widget class="QWidget" name="page_2">
64       <property name="geometry">
65        <rect>
66         <x>0</x>
67         <y>0</y>
68         <width>98</width>
69         <height>28</height>
70        </rect>
71       </property>
72       <attribute name="label">
73        <string>Volume Rendering</string>
74       </attribute>
75       <widget class="QtVolumeRendererPanel" name="m_VolumeRender" native="true">
76        <property name="geometry">
77         <rect>
78          <x>0</x>
79          <y>0</y>
80          <width>181</width>
81          <height>121</height>
82         </rect>
83        </property>
84        <property name="sizePolicy">
85         <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
86          <horstretch>10</horstretch>
87          <verstretch>0</verstretch>
88         </sizepolicy>
89        </property>
90       </widget>
91      </widget>
92      <widget class="QWidget" name="page_3">
93       <property name="geometry">
94        <rect>
95         <x>0</x>
96         <y>0</y>
97         <width>155</width>
98         <height>505</height>
99        </rect>
100       </property>
101       <attribute name="label">
102        <string>Surface Rendering</string>
103       </attribute>
104       <widget class="QtSurfaceRendererPanel" name="m_SurfaceRender" native="true">
105        <property name="geometry">
106         <rect>
107          <x>0</x>
108          <y>0</y>
109          <width>151</width>
110          <height>271</height>
111         </rect>
112        </property>
113       </widget>
114      </widget>
115     </widget>
116    </item>
117    <item>
118     <widget class="QtVTKViewer" name="_qtvtkviewer" native="true">
119      <property name="sizePolicy">
120       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
121        <horstretch>8</horstretch>
122        <verstretch>0</verstretch>
123       </sizepolicy>
124      </property>
125     </widget>
126    </item>
127   </layout>
128  </widget>
129  <customwidgets>
130   <customwidget>
131    <class>QtVTKViewer</class>
132    <extends>QWidget</extends>
133    <header>qtvtkviewer.h</header>
134    <container>1</container>
135   </customwidget>
136   <customwidget>
137    <class>QtVolumeRendererPanel</class>
138    <extends>QWidget</extends>
139    <header>qtvolumerendererpanel.h</header>
140    <container>1</container>
141   </customwidget>
142   <customwidget>
143    <class>QtSurfaceRendererPanel</class>
144    <extends>QWidget</extends>
145    <header location="global">qtsurfacerendererpanel.h</header>
146    <container>1</container>
147   </customwidget>
148  </customwidgets>
149  <resources/>
150  <connections/>
151 </ui>