Salome HOME
Copyright update 2021
[modules/med.git] / src / MEDCalc / gui / dialogs / WidgetPresentationParameters.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetPresentationParameters</class>
4  <widget class="QWidget" name="WidgetPresentationParameters">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>784</width>
10     <height>584</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>300</width>
16     <height>200</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QLabel" name="labelPresName">
25      <property name="text">
26       <string>LAB_PRES_NAME</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QWidget" name="commonWidget" native="true">
32      <layout class="QGridLayout" name="gridLayout_2">
33       <item row="0" column="1">
34        <widget class="QComboBox" name="comboBoxScalarBarRange">
35         <property name="enabled">
36          <bool>true</bool>
37         </property>
38         <item>
39          <property name="text">
40           <string>LAB_ALL_TIMESTEPS</string>
41          </property>
42         </item>
43         <item>
44          <property name="text">
45           <string>LAB_CURRENT_TIMESTEP</string>
46          </property>
47         </item>
48        </widget>
49       </item>
50       <item row="2" column="0">
51        <widget class="QLabel" name="label_3">
52         <property name="text">
53          <string>LAB_COLOR_MAP</string>
54         </property>
55        </widget>
56       </item>
57       <item row="0" column="0">
58        <widget class="QLabel" name="label_4">
59         <property name="sizePolicy">
60          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
61           <horstretch>0</horstretch>
62           <verstretch>0</verstretch>
63          </sizepolicy>
64         </property>
65         <property name="text">
66          <string>LAB_RANGE</string>
67         </property>
68        </widget>
69       </item>
70       <item row="2" column="1">
71        <widget class="QComboBox" name="comboBoxColorMap">
72         <property name="enabled">
73          <bool>true</bool>
74         </property>
75         <item>
76          <property name="text">
77           <string>LAB_BLUE_TO_RED</string>
78          </property>
79         </item>
80         <item>
81          <property name="text">
82           <string>LAB_COOL_TO_WARM</string>
83          </property>
84         </item>
85        </widget>
86       </item>
87      </layout>
88     </widget>
89    </item>
90    <item>
91     <widget class="Line" name="line">
92      <property name="orientation">
93       <enum>Qt::Horizontal</enum>
94      </property>
95     </widget>
96    </item>
97    <item>
98     <widget class="QWidget" name="widgetDynamic" native="true">
99      <layout class="QGridLayout" name="gridLayout">
100       <item row="0" column="0">
101        <widget class="QLabel" name="labelMeshMode">
102         <property name="text">
103          <string>LAB_DISP_MESH_MODE</string>
104         </property>
105        </widget>
106       </item>
107       <item row="0" column="1">
108        <widget class="QComboBox" name="comboBoxMesh">
109         <item>
110          <property name="text">
111           <string>LAB_MESH_WIREFRAME</string>
112          </property>
113         </item>
114         <item>
115          <property name="text">
116           <string>LAB_MESH_SURFACE</string>
117          </property>
118         </item>
119         <item>
120          <property name="text">
121           <string>LAB_MESH_SURF_EDGES</string>
122          </property>
123         </item>
124        </widget>
125       </item>
126       <item row="1" column="0">
127        <widget class="QLabel" name="labelCompo">
128         <property name="text">
129          <string>LAB_DISP_COMP</string>
130         </property>
131        </widget>
132       </item>
133       <item row="1" column="1">
134        <widget class="QComboBox" name="comboBoxCompo">
135         <item>
136          <property name="text">
137           <string>LAB_EUCLIDEAN_NORM</string>
138          </property>
139         </item>
140        </widget>
141       </item>
142       <item row="2" column="0">
143        <widget class="QLabel" name="labelSpinBox">
144         <property name="text">
145          <string>LAB_SPIN_BOX</string>
146         </property>
147        </widget>
148       </item>
149       <item row="2" column="1">
150        <widget class="QSpinBox" name="spinBox">
151         <property name="toolTip">
152          <string>LAB_SPINBOX_TOOLTIP</string>
153         </property>
154         <property name="minimum">
155          <number>1</number>
156         </property>
157         <property name="maximum">
158          <number>30</number>
159         </property>
160        </widget>
161       </item>
162       <item row="2" column="2">
163        <spacer name="horizontalSpacer">
164         <property name="orientation">
165          <enum>Qt::Horizontal</enum>
166         </property>
167         <property name="sizeHint" stdset="0">
168          <size>
169           <width>235</width>
170           <height>20</height>
171          </size>
172         </property>
173        </spacer>
174       </item>
175       <item row="3" column="0">
176        <widget class="QLabel" name="labelSliceOrient">
177         <property name="text">
178          <string>LAB_SLICE_ORIENT</string>
179         </property>
180        </widget>
181       </item>
182       <item row="3" column="1">
183        <widget class="QComboBox" name="comboBoxSliceOrient">
184         <item>
185          <property name="text">
186           <string>LAB_SLICE_NORMAL_TO_X</string>
187          </property>
188         </item>
189         <item>
190          <property name="text">
191           <string>LAB_SLICE_NORMAL_TO_Y</string>
192          </property>
193         </item>
194         <item>
195          <property name="text">
196           <string>LAB_SLICE_NORMAL_TO_Z</string>
197          </property>
198         </item>
199         <item>
200          <property name="text">
201           <string>LAB_SLICE_NORMAL_TO_XY</string>
202          </property>
203         </item>
204         <item>
205          <property name="text">
206           <string>LAB_SLICE_NORMAL_TO_XZ</string>
207          </property>
208         </item>
209         <item>
210          <property name="text">
211           <string>LAB_SLICE_NORMAL_TO_YZ</string>
212          </property>
213         </item>
214         <item>
215          <property name="text">
216           <string>LAB_SLICE_NORMAL_TO_XYZ</string>
217          </property>
218         </item>
219        </widget>
220       </item>
221      </layout>
222     </widget>
223    </item>
224    <item>
225     <spacer name="verticalSpacer_2">
226      <property name="orientation">
227       <enum>Qt::Vertical</enum>
228      </property>
229      <property name="sizeHint" stdset="0">
230       <size>
231        <width>20</width>
232        <height>167</height>
233       </size>
234      </property>
235     </spacer>
236    </item>
237   </layout>
238  </widget>
239  <resources/>
240  <connections/>
241 </ui>