]> Creatis software - creaMaracasVisu.git/blob - lib/GUI/Qt/VolumeRenderer/qtvolumerendererpanel.ui
de487459c2ff4d8db23052ade23af89b6f96d0f8
[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>186</width>
10     <height>137</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="QHBoxLayout" name="horizontalLayout_2">
46      <item>
47       <widget class="QRadioButton" name="radioButtonComposite">
48        <property name="text">
49         <string>Composite</string>
50        </property>
51        <property name="checked">
52         <bool>true</bool>
53        </property>
54        <attribute name="buttonGroup">
55         <string>buttonGroup</string>
56        </attribute>
57       </widget>
58      </item>
59      <item>
60       <widget class="QRadioButton" name="radioButtonMIP">
61        <property name="text">
62         <string>MIP </string>
63        </property>
64        <property name="checked">
65         <bool>false</bool>
66        </property>
67        <attribute name="buttonGroup">
68         <string>buttonGroup</string>
69        </attribute>
70       </widget>
71      </item>
72     </layout>
73    </item>
74    <item>
75     <layout class="QGridLayout" name="gridLayout">
76      <item row="0" column="0">
77       <widget class="QLabel" name="label">
78        <property name="text">
79         <string>Opacity</string>
80        </property>
81       </widget>
82      </item>
83      <item row="0" column="1">
84       <widget class="QLineEdit" name="lineEditOpacity">
85        <property name="text">
86         <string>100</string>
87        </property>
88        <property name="readOnly">
89         <bool>true</bool>
90        </property>
91       </widget>
92      </item>
93      <item row="1" column="0" colspan="2">
94       <widget class="QSlider" name="opacitySlider">
95        <property name="enabled">
96         <bool>false</bool>
97        </property>
98        <property name="mouseTracking">
99         <bool>false</bool>
100        </property>
101        <property name="toolTip">
102         <string>Changes the opacity of the volume rendered</string>
103        </property>
104        <property name="inputMethodHints">
105         <set>Qt::ImhPreferLowercase</set>
106        </property>
107        <property name="maximum">
108         <number>100</number>
109        </property>
110        <property name="value">
111         <number>100</number>
112        </property>
113        <property name="tracking">
114         <bool>true</bool>
115        </property>
116        <property name="orientation">
117         <enum>Qt::Horizontal</enum>
118        </property>
119        <property name="invertedAppearance">
120         <bool>false</bool>
121        </property>
122        <property name="invertedControls">
123         <bool>false</bool>
124        </property>
125        <property name="tickPosition">
126         <enum>QSlider::TicksAbove</enum>
127        </property>
128       </widget>
129      </item>
130     </layout>
131    </item>
132   </layout>
133  </widget>
134  <tabstops>
135   <tabstop>checkBoxShowVolume</tabstop>
136   <tabstop>checkBoxBoundingBox</tabstop>
137   <tabstop>opacitySlider</tabstop>
138   <tabstop>lineEditOpacity</tabstop>
139  </tabstops>
140  <resources/>
141  <connections>
142   <connection>
143    <sender>checkBoxShowVolume</sender>
144    <signal>toggled(bool)</signal>
145    <receiver>checkBoxBoundingBox</receiver>
146    <slot>setEnabled(bool)</slot>
147    <hints>
148     <hint type="sourcelabel">
149      <x>57</x>
150      <y>21</y>
151     </hint>
152     <hint type="destinationlabel">
153      <x>110</x>
154      <y>25</y>
155     </hint>
156    </hints>
157   </connection>
158   <connection>
159    <sender>checkBoxShowVolume</sender>
160    <signal>toggled(bool)</signal>
161    <receiver>opacitySlider</receiver>
162    <slot>setEnabled(bool)</slot>
163    <hints>
164     <hint type="sourcelabel">
165      <x>61</x>
166      <y>30</y>
167     </hint>
168     <hint type="destinationlabel">
169      <x>57</x>
170      <y>126</y>
171     </hint>
172    </hints>
173   </connection>
174   <connection>
175    <sender>checkBoxShowVolume</sender>
176    <signal>toggled(bool)</signal>
177    <receiver>radioButtonComposite</receiver>
178    <slot>setEnabled(bool)</slot>
179    <hints>
180     <hint type="sourcelabel">
181      <x>41</x>
182      <y>23</y>
183     </hint>
184     <hint type="destinationlabel">
185      <x>36</x>
186      <y>54</y>
187     </hint>
188    </hints>
189   </connection>
190   <connection>
191    <sender>checkBoxShowVolume</sender>
192    <signal>toggled(bool)</signal>
193    <receiver>radioButtonMIP</receiver>
194    <slot>setEnabled(bool)</slot>
195    <hints>
196     <hint type="sourcelabel">
197      <x>69</x>
198      <y>16</y>
199     </hint>
200     <hint type="destinationlabel">
201      <x>143</x>
202      <y>46</y>
203     </hint>
204    </hints>
205   </connection>
206  </connections>
207  <buttongroups>
208   <buttongroup name="buttonGroup">
209    <property name="exclusive">
210     <bool>true</bool>
211    </property>
212   </buttongroup>
213  </buttongroups>
214 </ui>