Salome HOME
Merge branch 'master' into gni/adaptation
[modules/smesh.git] / src / ADAPTGUI / MeshInfo.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MeshInfo</class>
4  <widget class="QDialog" name="MeshInfo">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>536</width>
10     <height>372</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Information on a mesh</string>
21   </property>
22   <property name="autoFillBackground">
23    <bool>true</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2">
26    <item row="0" column="0" colspan="2">
27     <layout class="QHBoxLayout">
28      <property name="spacing">
29       <number>6</number>
30      </property>
31      <property name="margin">
32       <number>0</number>
33      </property>
34      <item>
35       <widget class="QLabel" name="Name">
36        <property name="text">
37         <string>Name</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QLineEdit" name="LECaseName">
43        <property name="minimumSize">
44         <size>
45          <width>382</width>
46          <height>21</height>
47         </size>
48        </property>
49       </widget>
50      </item>
51     </layout>
52    </item>
53    <item row="1" column="0" colspan="2">
54     <layout class="QHBoxLayout">
55      <property name="spacing">
56       <number>6</number>
57      </property>
58      <property name="margin">
59       <number>0</number>
60      </property>
61      <item>
62       <widget class="QLabel" name="Directory">
63        <property name="text">
64         <string>Directory</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="PushDir">
70        <property name="text">
71         <string/>
72        </property>
73        <property name="autoDefault">
74         <bool>false</bool>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QLineEdit" name="LEDirName">
80        <property name="minimumSize">
81         <size>
82          <width>382</width>
83          <height>21</height>
84         </size>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </item>
90    <item row="2" column="0">
91     <spacer>
92      <property name="orientation">
93       <enum>Qt::Vertical</enum>
94      </property>
95      <property name="sizeHint" stdset="0">
96       <size>
97        <width>20</width>
98        <height>18</height>
99       </size>
100      </property>
101     </spacer>
102    </item>
103    <item row="3" column="0" colspan="2">
104     <layout class="QHBoxLayout">
105      <property name="spacing">
106       <number>6</number>
107      </property>
108      <property name="margin">
109       <number>0</number>
110      </property>
111      <item>
112       <widget class="QLabel" name="Mesh_2">
113        <property name="text">
114         <string>Mesh</string>
115        </property>
116       </widget>
117      </item>
118      <item>
119       <widget class="QPushButton" name="PushFichier">
120        <property name="text">
121         <string/>
122        </property>
123        <property name="autoDefault">
124         <bool>false</bool>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QLineEdit" name="LEFileName">
130        <property name="minimumSize">
131         <size>
132          <width>382</width>
133          <height>21</height>
134         </size>
135        </property>
136       </widget>
137      </item>
138     </layout>
139    </item>
140    <item row="4" column="0">
141     <spacer>
142      <property name="orientation">
143       <enum>Qt::Vertical</enum>
144      </property>
145      <property name="sizeHint" stdset="0">
146       <size>
147        <width>20</width>
148        <height>1</height>
149       </size>
150      </property>
151     </spacer>
152    </item>
153    <item row="5" column="0">
154     <widget class="QGroupBox" name="GBOptions">
155      <property name="title">
156       <string>Options</string>
157      </property>
158      <layout class="QGridLayout" name="gridLayout">
159       <item row="0" column="0">
160        <widget class="QCheckBox" name="CBQuality">
161         <property name="text">
162          <string>Quality</string>
163         </property>
164        </widget>
165       </item>
166       <item row="0" column="1">
167        <widget class="QCheckBox" name="CBConnection">
168         <property name="text">
169          <string>Connection</string>
170         </property>
171        </widget>
172       </item>
173       <item row="1" column="0">
174        <widget class="QCheckBox" name="CBDiametre">
175         <property name="text">
176          <string>Diametre</string>
177         </property>
178        </widget>
179       </item>
180       <item row="1" column="1">
181        <widget class="QCheckBox" name="CBBlockSize">
182         <property name="text">
183          <string>Group size</string>
184         </property>
185        </widget>
186       </item>
187       <item row="2" column="0" colspan="2">
188        <widget class="QCheckBox" name="CBEntanglement">
189         <property name="text">
190          <string>Entanglement</string>
191         </property>
192        </widget>
193       </item>
194      </layout>
195     </widget>
196    </item>
197    <item row="6" column="0">
198     <spacer name="verticalSpacer">
199      <property name="orientation">
200       <enum>Qt::Vertical</enum>
201      </property>
202      <property name="sizeHint" stdset="0">
203       <size>
204        <width>20</width>
205        <height>40</height>
206       </size>
207      </property>
208     </spacer>
209    </item>
210    <item row="7" column="0">
211     <widget class="QGroupBox" name="GroupButtons">
212      <property name="title">
213       <string/>
214      </property>
215      <layout class="QGridLayout">
216       <property name="margin">
217        <number>9</number>
218       </property>
219       <property name="spacing">
220        <number>6</number>
221       </property>
222       <item row="0" column="4">
223        <widget class="QPushButton" name="buttonHelp">
224         <property name="text">
225          <string>Help</string>
226         </property>
227         <property name="autoDefault">
228          <bool>false</bool>
229         </property>
230        </widget>
231       </item>
232       <item row="0" column="1">
233        <widget class="QPushButton" name="buttonApply">
234         <property name="text">
235          <string>Apply</string>
236         </property>
237         <property name="autoDefault">
238          <bool>false</bool>
239         </property>
240        </widget>
241       </item>
242       <item row="0" column="0">
243        <widget class="QPushButton" name="buttonOk">
244         <property name="text">
245          <string>OK</string>
246         </property>
247         <property name="autoDefault">
248          <bool>false</bool>
249         </property>
250        </widget>
251       </item>
252       <item row="0" column="2">
253        <widget class="QPushButton" name="buttonCancel">
254         <property name="text">
255          <string>Cancel</string>
256         </property>
257         <property name="autoDefault">
258          <bool>false</bool>
259         </property>
260        </widget>
261       </item>
262      </layout>
263     </widget>
264    </item>
265    <item row="7" column="1">
266     <spacer name="spacer_2">
267      <property name="orientation">
268       <enum>Qt::Horizontal</enum>
269      </property>
270      <property name="sizeType">
271       <enum>QSizePolicy::Fixed</enum>
272      </property>
273      <property name="sizeHint" stdset="0">
274       <size>
275        <width>128</width>
276        <height>25</height>
277       </size>
278      </property>
279     </spacer>
280    </item>
281   </layout>
282  </widget>
283  <resources/>
284  <connections/>
285 </ui>