]> SALOME platform Git repositories - modules/med.git/blob - src/MEDCalc/gui/dialogs/WidgetPresentationParameters.ui
Salome HOME
[MEDCalc] Fully functional scalar map (other pres deactivated)
[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>439</width>
10     <height>359</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="widget" 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="2" column="1">
58        <widget class="QComboBox" name="comboBoxColorMap">
59         <item>
60          <property name="text">
61           <string>LAB_BLUE_TO_RED</string>
62          </property>
63         </item>
64         <item>
65          <property name="text">
66           <string>LAB_COOL_TO_WARM</string>
67          </property>
68         </item>
69        </widget>
70       </item>
71       <item row="0" column="0">
72        <widget class="QLabel" name="label_4">
73         <property name="sizePolicy">
74          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
75           <horstretch>0</horstretch>
76           <verstretch>0</verstretch>
77          </sizepolicy>
78         </property>
79         <property name="text">
80          <string>LAB_RANGE</string>
81         </property>
82        </widget>
83       </item>
84      </layout>
85     </widget>
86    </item>
87    <item>
88     <widget class="Line" name="line">
89      <property name="orientation">
90       <enum>Qt::Horizontal</enum>
91      </property>
92     </widget>
93    </item>
94    <item>
95     <widget class="QWidget" name="widgetDynamic" native="true">
96      <layout class="QGridLayout" name="gridLayout">
97       <item row="0" column="0">
98        <widget class="QLabel" name="labelCompo">
99         <property name="text">
100          <string>LAB_DISP_COMP</string>
101         </property>
102        </widget>
103       </item>
104       <item row="0" column="1" colspan="2">
105        <widget class="QComboBox" name="comboBoxCompo">
106         <item>
107          <property name="text">
108           <string>LAB_EUCLIDEAN_NORM</string>
109          </property>
110         </item>
111        </widget>
112       </item>
113       <item row="1" column="0">
114        <widget class="QLabel" name="labelSpinBox">
115         <property name="text">
116          <string>LAB_SPIN_BOX</string>
117         </property>
118        </widget>
119       </item>
120       <item row="1" column="1">
121        <widget class="QSpinBox" name="spinBox"/>
122       </item>
123       <item row="1" column="2">
124        <spacer name="horizontalSpacer">
125         <property name="orientation">
126          <enum>Qt::Horizontal</enum>
127         </property>
128         <property name="sizeHint" stdset="0">
129          <size>
130           <width>235</width>
131           <height>20</height>
132          </size>
133         </property>
134        </spacer>
135       </item>
136       <item row="2" column="0">
137        <widget class="QLabel" name="labelSliceOrient">
138         <property name="text">
139          <string>LAB_SLICE_ORIENT</string>
140         </property>
141        </widget>
142       </item>
143       <item row="2" column="1" colspan="2">
144        <widget class="QComboBox" name="comboBoxSliceOrient">
145         <item>
146          <property name="text">
147           <string>LAB_SLICE_NORMAL_TO_X</string>
148          </property>
149         </item>
150         <item>
151          <property name="text">
152           <string>LAB_SLICE_NORMAL_TO_Y</string>
153          </property>
154         </item>
155         <item>
156          <property name="text">
157           <string>LAB_SLICE_NORMAL_TO_Z</string>
158          </property>
159         </item>
160        </widget>
161       </item>
162      </layout>
163     </widget>
164    </item>
165    <item>
166     <spacer name="verticalSpacer_2">
167      <property name="orientation">
168       <enum>Qt::Vertical</enum>
169      </property>
170      <property name="sizeHint" stdset="0">
171       <size>
172        <width>20</width>
173        <height>167</height>
174       </size>
175      </property>
176     </spacer>
177    </item>
178   </layout>
179  </widget>
180  <resources/>
181  <connections/>
182 </ui>