]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/VolumeRenderer/qtvolumerendererpanel.ui
83220b1c44a34e3e99e53f05eb10a910671d9f0e
[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>147</width>
10     <height>107</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QCheckBox" name="checkBoxShowVolume">
21        <property name="toolTip">
22         <string>Add or remove the volume from the viewer</string>
23        </property>
24        <property name="text">
25         <string>Show</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QCheckBox" name="checkBoxBoundingBox">
31        <property name="enabled">
32         <bool>false</bool>
33        </property>
34        <property name="toolTip">
35         <string>Bounding box to view the volume, control the bounding box with the handles</string>
36        </property>
37        <property name="text">
38         <string>Box</string>
39        </property>
40       </widget>
41      </item>
42     </layout>
43    </item>
44    <item>
45     <layout class="QFormLayout" name="formLayout">
46      <item row="0" column="0">
47       <widget class="QLabel" name="label">
48        <property name="text">
49         <string>Opacity</string>
50        </property>
51       </widget>
52      </item>
53      <item row="0" column="1">
54       <widget class="QLineEdit" name="lineEditOpacity">
55        <property name="text">
56         <string>100</string>
57        </property>
58        <property name="readOnly">
59         <bool>true</bool>
60        </property>
61       </widget>
62      </item>
63      <item row="1" column="0" colspan="2">
64       <widget class="QSlider" name="opacitySlider">
65        <property name="enabled">
66         <bool>false</bool>
67        </property>
68        <property name="mouseTracking">
69         <bool>false</bool>
70        </property>
71        <property name="toolTip">
72         <string>Changes the opacity of the volume rendered</string>
73        </property>
74        <property name="inputMethodHints">
75         <set>Qt::ImhPreferLowercase</set>
76        </property>
77        <property name="maximum">
78         <number>100</number>
79        </property>
80        <property name="value">
81         <number>100</number>
82        </property>
83        <property name="tracking">
84         <bool>true</bool>
85        </property>
86        <property name="orientation">
87         <enum>Qt::Horizontal</enum>
88        </property>
89        <property name="invertedAppearance">
90         <bool>false</bool>
91        </property>
92        <property name="invertedControls">
93         <bool>false</bool>
94        </property>
95        <property name="tickPosition">
96         <enum>QSlider::TicksAbove</enum>
97        </property>
98       </widget>
99      </item>
100     </layout>
101    </item>
102   </layout>
103  </widget>
104  <tabstops>
105   <tabstop>checkBoxShowVolume</tabstop>
106   <tabstop>checkBoxBoundingBox</tabstop>
107   <tabstop>opacitySlider</tabstop>
108   <tabstop>lineEditOpacity</tabstop>
109  </tabstops>
110  <resources/>
111  <connections>
112   <connection>
113    <sender>checkBoxShowVolume</sender>
114    <signal>toggled(bool)</signal>
115    <receiver>checkBoxBoundingBox</receiver>
116    <slot>setEnabled(bool)</slot>
117    <hints>
118     <hint type="sourcelabel">
119      <x>57</x>
120      <y>21</y>
121     </hint>
122     <hint type="destinationlabel">
123      <x>110</x>
124      <y>25</y>
125     </hint>
126    </hints>
127   </connection>
128   <connection>
129    <sender>checkBoxShowVolume</sender>
130    <signal>toggled(bool)</signal>
131    <receiver>opacitySlider</receiver>
132    <slot>setEnabled(bool)</slot>
133    <hints>
134     <hint type="sourcelabel">
135      <x>61</x>
136      <y>30</y>
137     </hint>
138     <hint type="destinationlabel">
139      <x>47</x>
140      <y>86</y>
141     </hint>
142    </hints>
143   </connection>
144  </connections>
145 </ui>