]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/Viewers/qtvtkviewerwidget.ui
changes to volume rendering base
[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="windowTitle">
6    <string>Form</string>
7   </property>
8   <layout class="QHBoxLayout" name="horizontalLayout">
9    <item>
10     <widget class="QToolBox" name="toolBox">
11      <property name="sizePolicy">
12       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
13        <horstretch>2</horstretch>
14        <verstretch>0</verstretch>
15       </sizepolicy>
16      </property>
17      <property name="currentIndex">
18       <number>1</number>
19      </property>
20      <widget class="QWidget" name="page">
21       <property name="geometry">
22        <rect>
23         <x>0</x>
24         <y>0</y>
25         <width>239</width>
26         <height>417</height>
27        </rect>
28       </property>
29       <attribute name="label">
30        <string>Image Widget</string>
31       </attribute>
32       <widget class="QCheckBox" name="checkBoxShowPlanes">
33        <property name="enabled">
34         <bool>true</bool>
35        </property>
36        <property name="geometry">
37         <rect>
38          <x>10</x>
39          <y>20</y>
40          <width>111</width>
41          <height>22</height>
42         </rect>
43        </property>
44        <property name="text">
45         <string>Show Planes</string>
46        </property>
47        <property name="checked">
48         <bool>true</bool>
49        </property>
50        <property name="tristate">
51         <bool>false</bool>
52        </property>
53       </widget>
54      </widget>
55      <widget class="QWidget" name="page_2">
56       <property name="geometry">
57        <rect>
58         <x>0</x>
59         <y>0</y>
60         <width>176</width>
61         <height>417</height>
62        </rect>
63       </property>
64       <attribute name="label">
65        <string>Volume Rendering</string>
66       </attribute>
67       <widget class="QtVolumeRendererPanel" name="m_VolumeRender" native="true">
68        <property name="geometry">
69         <rect>
70          <x>0</x>
71          <y>0</y>
72          <width>181</width>
73          <height>121</height>
74         </rect>
75        </property>
76        <property name="sizePolicy">
77         <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
78          <horstretch>10</horstretch>
79          <verstretch>0</verstretch>
80         </sizepolicy>
81        </property>
82       </widget>
83      </widget>
84     </widget>
85    </item>
86    <item>
87     <widget class="QtVTKViewer" name="_qtvtkviewer" native="true">
88      <property name="sizePolicy">
89       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
90        <horstretch>8</horstretch>
91        <verstretch>0</verstretch>
92       </sizepolicy>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <customwidgets>
99   <customwidget>
100    <class>QtVTKViewer</class>
101    <extends>QWidget</extends>
102    <header>qtvtkviewer.h</header>
103    <container>1</container>
104   </customwidget>
105   <customwidget>
106    <class>QtVolumeRendererPanel</class>
107    <extends>QWidget</extends>
108    <header>qtvolumerendererpanel.h</header>
109    <container>1</container>
110   </customwidget>
111  </customwidgets>
112  <resources/>
113  <connections/>
114 </ui>