]> SALOME platform Git repositories - modules/hydrosolver.git/blob - src/salome_hydro/checkBoundaries.ui
Salome HOME
Update for Persalys interaction
[modules/hydrosolver.git] / src / salome_hydro / checkBoundaries.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>448</width>
10     <height>260</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Check Boundary Conditions</string>
15   </property>
16   <property name="layoutDirection">
17    <enum>Qt::LeftToRight</enum>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <layout class="QGridLayout" name="gridLayout">
22      <item row="0" column="0">
23       <widget class="QLabel" name="lb_medFile">
24        <property name="sizePolicy">
25         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
26          <horstretch>0</horstretch>
27          <verstretch>0</verstretch>
28         </sizepolicy>
29        </property>
30        <property name="text">
31         <string>MED file</string>
32        </property>
33       </widget>
34      </item>
35      <item row="0" column="1">
36       <widget class="QLineEdit" name="le_medFile">
37        <property name="statusTip">
38         <string>The file containing the mesh to check</string>
39        </property>
40       </widget>
41      </item>
42      <item row="0" column="2">
43       <widget class="QToolButton" name="pb_medFile">
44        <property name="sizePolicy">
45         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
46          <horstretch>0</horstretch>
47          <verstretch>0</verstretch>
48         </sizepolicy>
49        </property>
50        <property name="statusTip">
51         <string>Browse file</string>
52        </property>
53        <property name="text">
54         <string>...</string>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="0">
59       <widget class="QLabel" name="lb_bcdFile">
60        <property name="sizePolicy">
61         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
62          <horstretch>0</horstretch>
63          <verstretch>0</verstretch>
64         </sizepolicy>
65        </property>
66        <property name="text">
67         <string>Boundary Condition file</string>
68        </property>
69       </widget>
70      </item>
71      <item row="1" column="1">
72       <widget class="QLineEdit" name="le_bcdFile">
73        <property name="statusTip">
74         <string>The file containing the MED group names and their associated Boundary condition type</string>
75        </property>
76       </widget>
77      </item>
78      <item row="1" column="2">
79       <widget class="QToolButton" name="pb_bcdFile">
80        <property name="sizePolicy">
81         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
82          <horstretch>0</horstretch>
83          <verstretch>0</verstretch>
84         </sizepolicy>
85        </property>
86        <property name="statusTip">
87         <string>Browse file</string>
88        </property>
89        <property name="text">
90         <string>...</string>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </item>
96    <item>
97     <widget class="QRadioButton" name="rb_liqbcd">
98      <property name="toolTip">
99       <string>shows all the groups of Liquid/solid boundaries</string>
100      </property>
101      <property name="text">
102       <string>Liquid / solid boundaries by MED groups</string>
103      </property>
104     </widget>
105    </item>
106    <item>
107     <widget class="QRadioButton" name="rb_allbcd">
108      <property name="toolTip">
109       <string>shows all the boundaries classed by Telemac Type</string>
110      </property>
111      <property name="text">
112       <string>All boundaries by Telemac type</string>
113      </property>
114     </widget>
115    </item>
116    <item>
117     <spacer name="verticalSpacer">
118      <property name="orientation">
119       <enum>Qt::Vertical</enum>
120      </property>
121      <property name="sizeHint" stdset="0">
122       <size>
123        <width>20</width>
124        <height>66</height>
125       </size>
126      </property>
127     </spacer>
128    </item>
129    <item>
130     <widget class="QTextEdit" name="textEdit">
131      <property name="enabled">
132       <bool>false</bool>
133      </property>
134      <property name="html">
135       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
136 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
137 p, li { white-space: pre-wrap; }
138 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
139 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic; color:#0000ff;&quot;&gt;The drawing is launch in a separate process, without waiting.&lt;/span&gt;&lt;/p&gt;
140 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic; color:#0000ff;&quot;&gt;The process may be long on a big mesh...&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
141      </property>
142     </widget>
143    </item>
144    <item>
145     <widget class="QLabel" name="label">
146      <property name="text">
147       <string/>
148      </property>
149     </widget>
150    </item>
151    <item>
152     <layout class="QHBoxLayout" name="horizontalLayout">
153      <item>
154       <widget class="QDialogButtonBox" name="pb_ok">
155        <property name="sizePolicy">
156         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
157          <horstretch>0</horstretch>
158          <verstretch>0</verstretch>
159         </sizepolicy>
160        </property>
161        <property name="orientation">
162         <enum>Qt::Horizontal</enum>
163        </property>
164        <property name="standardButtons">
165         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
166        </property>
167       </widget>
168      </item>
169      <item>
170       <spacer name="horizontalSpacer">
171        <property name="orientation">
172         <enum>Qt::Horizontal</enum>
173        </property>
174        <property name="sizeHint" stdset="0">
175         <size>
176          <width>40</width>
177          <height>20</height>
178         </size>
179        </property>
180       </spacer>
181      </item>
182      <item>
183       <widget class="QPushButton" name="pb_help">
184        <property name="sizePolicy">
185         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
186          <horstretch>0</horstretch>
187          <verstretch>0</verstretch>
188         </sizepolicy>
189        </property>
190        <property name="text">
191         <string>Help</string>
192        </property>
193       </widget>
194      </item>
195     </layout>
196    </item>
197   </layout>
198  </widget>
199  <resources/>
200  <connections/>
201 </ui>