Salome HOME
34f6d4872703f69120f730c1368eff29f50c48b5
[modules/hydrosolver.git] / src / salome_hydro / assignStrickler.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>496</width>
10     <height>201</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="1">
20       <widget class="QLabel" name="lblCalcCase">
21        <property name="toolTip">
22         <string>calculation case selected in HYDRO module</string>
23        </property>
24        <property name="text">
25         <string>Calculation case:</string>
26        </property>
27       </widget>
28      </item>
29      <item row="0" column="2">
30       <widget class="QLineEdit" name="CalcCase">
31        <property name="toolTip">
32         <string>calculation case selected in HYDRO module</string>
33        </property>
34       </widget>
35      </item>
36     </layout>
37    </item>
38    <item row="1" column="0">
39     <widget class="QGroupBox" name="grpPaths">
40      <property name="title">
41       <string>Paths</string>
42      </property>
43      <layout class="QGridLayout" name="gridLayout_4">
44       <item row="0" column="0">
45        <layout class="QGridLayout" name="gridLayout_3">
46         <item row="0" column="0">
47          <widget class="QLabel" name="lblOutputPath">
48           <property name="toolTip">
49            <string>path of the script to create, for generation of Strickler coefficients</string>
50           </property>
51           <property name="text">
52            <string>Output path:</string>
53           </property>
54          </widget>
55         </item>
56         <item row="0" column="2">
57          <widget class="QLineEdit" name="OutputPath">
58           <property name="toolTip">
59            <string>path of the script to create, for generation of Strickler coefficients</string>
60           </property>
61          </widget>
62         </item>
63         <item row="1" column="0">
64          <widget class="QLabel" name="lblMEDFile">
65           <property name="toolTip">
66            <string>MED file containing the mesh, that will receive a new field on nodes, for Strickler coefficients</string>
67           </property>
68           <property name="text">
69            <string>MED file:</string>
70           </property>
71          </widget>
72         </item>
73         <item row="1" column="2">
74          <widget class="QLineEdit" name="MEDFile">
75           <property name="toolTip">
76            <string>MED file containing the mesh, that will receive a new field on nodes, for Strickler coefficients</string>
77           </property>
78          </widget>
79         </item>
80         <item row="0" column="3">
81          <widget class="QToolButton" name="btnOutputPath">
82           <property name="text">
83            <string>...</string>
84           </property>
85          </widget>
86         </item>
87         <item row="1" column="3">
88          <widget class="QToolButton" name="btnMEDFile">
89           <property name="text">
90            <string>...</string>
91           </property>
92          </widget>
93         </item>
94        </layout>
95       </item>
96      </layout>
97     </widget>
98    </item>
99    <item row="2" column="0">
100     <widget class="QCheckBox" name="cb_scriptExec">
101      <property name="toolTip">
102       <string>if checked the script is generated and executed on apply, otherwise it is only generated for later use</string>
103      </property>
104      <property name="text">
105       <string>Execute the script</string>
106      </property>
107     </widget>
108    </item>
109    <item row="3" column="0">
110     <widget class="QFrame" name="frame">
111      <property name="frameShape">
112       <enum>QFrame::NoFrame</enum>
113      </property>
114      <property name="frameShadow">
115       <enum>QFrame::Plain</enum>
116      </property>
117      <layout class="QHBoxLayout" name="horizontalLayout_2">
118       <property name="spacing">
119        <number>0</number>
120       </property>
121       <property name="leftMargin">
122        <number>0</number>
123       </property>
124       <property name="topMargin">
125        <number>0</number>
126       </property>
127       <property name="rightMargin">
128        <number>0</number>
129       </property>
130       <property name="bottomMargin">
131        <number>0</number>
132       </property>
133       <item>
134        <widget class="QPushButton" name="ApplyClose">
135         <property name="text">
136          <string>Apply and Close</string>
137         </property>
138        </widget>
139       </item>
140       <item>
141        <widget class="QPushButton" name="Apply">
142         <property name="text">
143          <string>Apply</string>
144         </property>
145        </widget>
146       </item>
147       <item>
148        <widget class="QPushButton" name="Close">
149         <property name="text">
150          <string>Close</string>
151         </property>
152        </widget>
153       </item>
154       <item>
155        <spacer name="horizontalSpacer">
156         <property name="orientation">
157          <enum>Qt::Horizontal</enum>
158         </property>
159         <property name="sizeHint" stdset="0">
160          <size>
161           <width>40</width>
162           <height>20</height>
163          </size>
164         </property>
165        </spacer>
166       </item>
167       <item>
168        <widget class="QPushButton" name="Help">
169         <property name="text">
170          <string>Help</string>
171         </property>
172        </widget>
173       </item>
174      </layout>
175     </widget>
176    </item>
177   </layout>
178  </widget>
179  <resources/>
180  <connections/>
181 </ui>