Salome HOME
Copyright update 2022
[modules/med.git] / src / MEDGUI / MEDGUIFileContentDial.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MEDGUIFileContentDial</class>
4  <widget class="QWidget" name="MEDGUIFileContentDial">
5   <property name="windowModality">
6    <enum>Qt::WindowModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>651</width>
13     <height>592</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
18     <horstretch>30</horstretch>
19     <verstretch>70</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="sizeIncrement">
23    <size>
24     <width>1</width>
25     <height>1</height>
26    </size>
27   </property>
28   <property name="font">
29    <font>
30     <family>Terminal</family>
31    </font>
32   </property>
33   <property name="mouseTracking">
34    <bool>false</bool>
35   </property>
36   <property name="windowTitle">
37    <string>MED File Content Dial</string>
38   </property>
39   <layout class="QGridLayout" name="gridLayout_2">
40    <item row="0" column="0">
41     <layout class="QGridLayout" name="gridLayout">
42      <property name="sizeConstraint">
43       <enum>QLayout::SetNoConstraint</enum>
44      </property>
45      <item row="0" column="0">
46       <widget class="QTreeWidget" name="treeWidgetFields">
47        <property name="sizePolicy">
48         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
49          <horstretch>30</horstretch>
50          <verstretch>70</verstretch>
51         </sizepolicy>
52        </property>
53        <property name="minimumSize">
54         <size>
55          <width>0</width>
56          <height>0</height>
57         </size>
58        </property>
59        <property name="sizeIncrement">
60         <size>
61          <width>0</width>
62          <height>0</height>
63         </size>
64        </property>
65        <attribute name="headerCascadingSectionResizes">
66         <bool>true</bool>
67        </attribute>
68        <column>
69         <property name="text">
70          <string notr="true">Available Fields</string>
71         </property>
72        </column>
73       </widget>
74      </item>
75      <item row="0" column="1">
76       <widget class="QTreeWidget" name="treeWidgetMeshes">
77        <property name="sizePolicy">
78         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
79          <horstretch>30</horstretch>
80          <verstretch>70</verstretch>
81         </sizepolicy>
82        </property>
83        <property name="minimumSize">
84         <size>
85          <width>0</width>
86          <height>0</height>
87         </size>
88        </property>
89        <attribute name="headerCascadingSectionResizes">
90         <bool>true</bool>
91        </attribute>
92        <column>
93         <property name="text">
94          <string notr="true">Available Meshes</string>
95         </property>
96        </column>
97       </widget>
98      </item>
99      <item row="1" column="0" colspan="2">
100       <layout class="QHBoxLayout" name="horizontalLayout">
101        <property name="sizeConstraint">
102         <enum>QLayout::SetNoConstraint</enum>
103        </property>
104        <item>
105         <spacer name="horizontalSpacer_5">
106          <property name="orientation">
107           <enum>Qt::Horizontal</enum>
108          </property>
109          <property name="sizeHint" stdset="0">
110           <size>
111            <width>40</width>
112            <height>20</height>
113           </size>
114          </property>
115         </spacer>
116        </item>
117        <item>
118         <widget class="QPushButton" name="importMedFileButton">
119          <property name="sizePolicy">
120           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
121            <horstretch>0</horstretch>
122            <verstretch>0</verstretch>
123           </sizepolicy>
124          </property>
125          <property name="font">
126           <font>
127            <family>Terminal</family>
128            <pointsize>8</pointsize>
129            <kerning>false</kerning>
130           </font>
131          </property>
132          <property name="text">
133           <string>Import Med File</string>
134          </property>
135         </widget>
136        </item>
137        <item>
138         <spacer name="horizontalSpacer_3">
139          <property name="orientation">
140           <enum>Qt::Horizontal</enum>
141          </property>
142          <property name="sizeType">
143           <enum>QSizePolicy::Fixed</enum>
144          </property>
145          <property name="sizeHint" stdset="0">
146           <size>
147            <width>20</width>
148            <height>20</height>
149           </size>
150          </property>
151         </spacer>
152        </item>
153        <item>
154         <widget class="QPushButton" name="closeButton">
155          <property name="sizePolicy">
156           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
157            <horstretch>0</horstretch>
158            <verstretch>0</verstretch>
159           </sizepolicy>
160          </property>
161          <property name="text">
162           <string>Close</string>
163          </property>
164         </widget>
165        </item>
166        <item>
167         <spacer name="horizontalSpacer">
168          <property name="orientation">
169           <enum>Qt::Horizontal</enum>
170          </property>
171          <property name="sizeType">
172           <enum>QSizePolicy::Fixed</enum>
173          </property>
174          <property name="sizeHint" stdset="0">
175           <size>
176            <width>20</width>
177            <height>20</height>
178           </size>
179          </property>
180         </spacer>
181        </item>
182        <item>
183         <widget class="QPushButton" name="unselectAllButton">
184          <property name="sizePolicy">
185           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
186            <horstretch>0</horstretch>
187            <verstretch>0</verstretch>
188           </sizepolicy>
189          </property>
190          <property name="text">
191           <string>Unselect All</string>
192          </property>
193         </widget>
194        </item>
195        <item>
196         <spacer name="horizontalSpacer_2">
197          <property name="orientation">
198           <enum>Qt::Horizontal</enum>
199          </property>
200          <property name="sizeType">
201           <enum>QSizePolicy::Fixed</enum>
202          </property>
203          <property name="sizeHint" stdset="0">
204           <size>
205            <width>20</width>
206            <height>20</height>
207           </size>
208          </property>
209         </spacer>
210        </item>
211        <item>
212         <widget class="QPushButton" name="addSelectionButton">
213          <property name="sizePolicy">
214           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
215            <horstretch>0</horstretch>
216            <verstretch>0</verstretch>
217           </sizepolicy>
218          </property>
219          <property name="text">
220           <string>Add Selection</string>
221          </property>
222         </widget>
223        </item>
224        <item>
225         <spacer name="horizontalSpacer_4">
226          <property name="orientation">
227           <enum>Qt::Horizontal</enum>
228          </property>
229          <property name="sizeHint" stdset="0">
230           <size>
231            <width>40</width>
232            <height>20</height>
233           </size>
234          </property>
235         </spacer>
236        </item>
237       </layout>
238      </item>
239     </layout>
240    </item>
241   </layout>
242  </widget>
243  <resources/>
244  <connections>
245   <connection>
246    <sender>unselectAllButton</sender>
247    <signal>clicked()</signal>
248    <receiver>treeWidgetFields</receiver>
249    <slot>clearSelection()</slot>
250    <hints>
251     <hint type="sourcelabel">
252      <x>448</x>
253      <y>578</y>
254     </hint>
255     <hint type="destinationlabel">
256      <x>108</x>
257      <y>279</y>
258     </hint>
259    </hints>
260   </connection>
261   <connection>
262    <sender>closeButton</sender>
263    <signal>clicked()</signal>
264    <receiver>MedGUI_FileContentDial</receiver>
265    <slot>close()</slot>
266    <hints>
267     <hint type="sourcelabel">
268      <x>292</x>
269      <y>578</y>
270     </hint>
271     <hint type="destinationlabel">
272      <x>209</x>
273      <y>291</y>
274     </hint>
275    </hints>
276   </connection>
277   <connection>
278    <sender>unselectAllButton</sender>
279    <signal>clicked()</signal>
280    <receiver>treeWidgetMeshes</receiver>
281    <slot>clearSelection()</slot>
282    <hints>
283     <hint type="sourcelabel">
284      <x>448</x>
285      <y>578</y>
286     </hint>
287     <hint type="destinationlabel">
288      <x>630</x>
289      <y>280</y>
290     </hint>
291    </hints>
292   </connection>
293  </connections>
294 </ui>