Salome HOME
Fix problems of 'make distcheck'
[modules/homard.git] / src / HOMARDGUI / CreateBoundaryDi.ui
1 <ui version="4.0" >
2  <class>CreateBoundaryDi</class>
3  <widget class="QDialog" name="CreateBoundaryDi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>566</width>
9     <height>169</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>0</hsizetype>
15     <vsizetype>0</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string>Create a discrete boundary</string>
22   </property>
23   <property name="autoFillBackground" >
24    <bool>true</bool>
25   </property>
26   <property name="sizeGripEnabled" >
27    <bool>true</bool>
28   </property>
29   <layout class="QGridLayout" >
30    <property name="margin" >
31     <number>9</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item row="0" column="0" >
37     <widget class="QLabel" name="Name" >
38      <property name="text" >
39       <string>Name</string>
40      </property>
41     </widget>
42    </item>
43    <item row="0" column="1" colspan="2" >
44     <widget class="QLineEdit" name="LEBoundaryName" >
45      <property name="minimumSize" >
46       <size>
47        <width>382</width>
48        <height>21</height>
49       </size>
50      </property>
51      <property name="maxLength" >
52       <number>32</number>
53      </property>
54     </widget>
55    </item>
56    <item row="1" column="0" >
57     <widget class="QLabel" name="Mesh" >
58      <property name="text" >
59       <string>Mesh</string>
60      </property>
61     </widget>
62    </item>
63    <item row="1" column="1" >
64     <widget class="QPushButton" name="PushFichier" >
65      <property name="text" >
66       <string/>
67      </property>
68     </widget>
69    </item>
70    <item row="1" column="2" >
71     <widget class="QLineEdit" name="LEFileName" >
72      <property name="minimumSize" >
73       <size>
74        <width>370</width>
75        <height>21</height>
76       </size>
77      </property>
78     </widget>
79    </item>
80    <item row="2" column="0" colspan="3" >
81     <widget class="QCheckBox" name="CBGroupe" >
82      <property name="text" >
83       <string>Filtering with groups</string>
84      </property>
85     </widget>
86    </item>
87    <item row="3" column="0" colspan="3" >
88     <widget class="QGroupBox" name="GBButtons" >
89      <property name="title" >
90       <string/>
91      </property>
92      <layout class="QGridLayout" >
93       <property name="margin" >
94        <number>9</number>
95       </property>
96       <property name="spacing" >
97        <number>6</number>
98       </property>
99       <item row="0" column="0" >
100        <widget class="QPushButton" name="buttonOk" >
101         <property name="text" >
102          <string>OK</string>
103         </property>
104        </widget>
105       </item>
106       <item row="0" column="1" >
107        <widget class="QPushButton" name="buttonApply" >
108         <property name="text" >
109          <string>Apply</string>
110         </property>
111        </widget>
112       </item>
113       <item row="0" column="2" >
114        <widget class="QPushButton" name="buttonCancel" >
115         <property name="text" >
116          <string>Cancel</string>
117         </property>
118        </widget>
119       </item>
120       <item row="0" column="3" >
121        <widget class="QPushButton" name="buttonHelp" >
122         <property name="text" >
123          <string>Help</string>
124         </property>
125        </widget>
126       </item>
127      </layout>
128     </widget>
129    </item>
130   </layout>
131  </widget>
132  <resources/>
133  <connections/>
134 </ui>