]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/VolumeRenderer/qtvolumerendererpanel.ui
85537222c28a261f2ae678acf6228aa4b105a7c3
[creaMaracasVisu.git] / lib / GUI / Qt / VolumeRenderer / qtvolumerendererpanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QtVolumeRendererPanel</class>
4  <widget class="QWidget" name="QtVolumeRendererPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>432</width>
10     <height>360</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Volume Rendering Controls</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QToolBox" name="toolBox">
26      <property name="currentIndex">
27       <number>1</number>
28      </property>
29      <widget class="QWidget" name="page">
30       <property name="geometry">
31        <rect>
32         <x>0</x>
33         <y>0</y>
34         <width>414</width>
35         <height>257</height>
36        </rect>
37       </property>
38       <attribute name="label">
39        <string>Add/Remove</string>
40       </attribute>
41       <widget class="QCheckBox" name="checkBoxShowVolume">
42        <property name="geometry">
43         <rect>
44          <x>50</x>
45          <y>40</y>
46          <width>121</width>
47          <height>22</height>
48         </rect>
49        </property>
50        <property name="text">
51         <string>Show Volume</string>
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>414</width>
61         <height>257</height>
62        </rect>
63       </property>
64       <attribute name="label">
65        <string>Opacity</string>
66       </attribute>
67       <widget class="QSlider" name="opacitySlider">
68        <property name="geometry">
69         <rect>
70          <x>10</x>
71          <y>10</y>
72          <width>141</width>
73          <height>21</height>
74         </rect>
75        </property>
76        <property name="toolTip">
77         <string>Changes the opacity of the volume rendered</string>
78        </property>
79        <property name="inputMethodHints">
80         <set>Qt::ImhPreferLowercase</set>
81        </property>
82        <property name="maximum">
83         <number>100</number>
84        </property>
85        <property name="value">
86         <number>100</number>
87        </property>
88        <property name="tracking">
89         <bool>true</bool>
90        </property>
91        <property name="orientation">
92         <enum>Qt::Horizontal</enum>
93        </property>
94        <property name="invertedAppearance">
95         <bool>false</bool>
96        </property>
97        <property name="invertedControls">
98         <bool>false</bool>
99        </property>
100        <property name="tickPosition">
101         <enum>QSlider::TicksAbove</enum>
102        </property>
103       </widget>
104       <zorder>opacitySlider</zorder>
105       <zorder>label</zorder>
106      </widget>
107     </widget>
108    </item>
109   </layout>
110  </widget>
111  <resources/>
112  <connections/>
113 </ui>