Salome HOME
1ec5422859e800dcb30459a612fe0f982e33494e
[modules/smesh.git] / src / Tools / MeshCut / MeshCutDialog.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>416</width>
10     <height>431</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>cut a mesh by a plane</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_5">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout_4">
19      <item row="0" column="0">
20       <widget class="QPushButton" name="pb_origMeshFile">
21        <property name="text">
22         <string>original mesh file</string>
23        </property>
24       </widget>
25      </item>
26      <item row="0" column="1">
27       <widget class="QLineEdit" name="le_origMeshFile"/>
28      </item>
29      <item row="3" column="0" colspan="2">
30       <layout class="QGridLayout" name="gridLayout_3">
31        <item row="0" column="0">
32         <widget class="QLabel" name="label">
33          <property name="text">
34           <string>output mesh name</string>
35          </property>
36         </widget>
37        </item>
38        <item row="0" column="1">
39         <widget class="QLineEdit" name="le_outMeshName">
40          <property name="text">
41           <string>meshCut</string>
42          </property>
43         </widget>
44        </item>
45        <item row="1" column="0">
46         <widget class="QLabel" name="label_2">
47          <property name="text">
48           <string>name of group above cut</string>
49          </property>
50         </widget>
51        </item>
52        <item row="1" column="1">
53         <widget class="QLineEdit" name="le_groupAbove">
54          <property name="text">
55           <string>above</string>
56          </property>
57         </widget>
58        </item>
59        <item row="2" column="0">
60         <widget class="QLabel" name="label_3">
61          <property name="text">
62           <string>name of group below cut</string>
63          </property>
64         </widget>
65        </item>
66        <item row="2" column="1">
67         <widget class="QLineEdit" name="le_groupBelow">
68          <property name="text">
69           <string>below</string>
70          </property>
71         </widget>
72        </item>
73       </layout>
74      </item>
75      <item row="4" column="0" colspan="2">
76       <widget class="QGroupBox" name="groupBox">
77        <property name="title">
78         <string>cut plane</string>
79        </property>
80        <layout class="QGridLayout" name="gridLayout_2">
81         <item row="0" column="0">
82          <layout class="QGridLayout" name="gridLayout">
83           <item row="0" column="0">
84            <widget class="QLabel" name="label_4">
85             <property name="text">
86              <string>normal vector</string>
87             </property>
88            </widget>
89           </item>
90           <item row="0" column="1">
91            <widget class="QLabel" name="label_5">
92             <property name="text">
93              <string>vertex in plane</string>
94             </property>
95            </widget>
96           </item>
97           <item row="1" column="0">
98            <widget class="QDoubleSpinBox" name="dsb_normX">
99             <property name="minimum">
100              <double>-999999999.000000000000000</double>
101             </property>
102             <property name="maximum">
103              <double>999999999.000000000000000</double>
104             </property>
105            </widget>
106           </item>
107           <item row="2" column="0">
108            <widget class="QDoubleSpinBox" name="dsb_normY">
109             <property name="minimum">
110              <double>-999999999.000000000000000</double>
111             </property>
112             <property name="maximum">
113              <double>999999999.000000000000000</double>
114             </property>
115            </widget>
116           </item>
117           <item row="2" column="1">
118            <widget class="QDoubleSpinBox" name="dsb_vertY">
119             <property name="minimum">
120              <double>-999999999.000000000000000</double>
121             </property>
122             <property name="maximum">
123              <double>999999999.000000000000000</double>
124             </property>
125            </widget>
126           </item>
127           <item row="3" column="0">
128            <widget class="QDoubleSpinBox" name="dsb_normZ">
129             <property name="minimum">
130              <double>-999999999.000000000000000</double>
131             </property>
132             <property name="maximum">
133              <double>999999999.000000000000000</double>
134             </property>
135             <property name="value">
136              <double>1.000000000000000</double>
137             </property>
138            </widget>
139           </item>
140           <item row="3" column="1">
141            <widget class="QDoubleSpinBox" name="dsb_vertZ">
142             <property name="minimum">
143              <double>-999999999.000000000000000</double>
144             </property>
145             <property name="maximum">
146              <double>999999999.000000000000000</double>
147             </property>
148            </widget>
149           </item>
150           <item row="1" column="1">
151            <widget class="QDoubleSpinBox" name="dsb_vertX">
152             <property name="minimum">
153              <double>-999999999.000000000000000</double>
154             </property>
155             <property name="maximum">
156              <double>999999999.000000000000000</double>
157             </property>
158            </widget>
159           </item>
160          </layout>
161         </item>
162        </layout>
163       </widget>
164      </item>
165      <item row="5" column="0" colspan="2">
166       <widget class="QSplitter" name="splitter">
167        <property name="orientation">
168         <enum>Qt::Horizontal</enum>
169        </property>
170        <widget class="QLabel" name="label_6">
171         <property name="text">
172          <string>Tolerance 0 &lt; T &lt;= 1</string>
173         </property>
174        </widget>
175        <widget class="QDoubleSpinBox" name="dsb_tolerance">
176         <property name="maximum">
177          <double>1.000000000000000</double>
178         </property>
179         <property name="singleStep">
180          <double>0.010000000000000</double>
181         </property>
182         <property name="value">
183          <double>0.010000000000000</double>
184         </property>
185        </widget>
186       </widget>
187      </item>
188      <item row="6" column="0" colspan="2">
189       <spacer name="verticalSpacer">
190        <property name="orientation">
191         <enum>Qt::Vertical</enum>
192        </property>
193        <property name="sizeHint" stdset="0">
194         <size>
195          <width>396</width>
196          <height>90</height>
197         </size>
198        </property>
199       </spacer>
200      </item>
201      <item row="7" column="0" colspan="2">
202       <widget class="QSplitter" name="splitter_2">
203        <property name="orientation">
204         <enum>Qt::Horizontal</enum>
205        </property>
206        <widget class="QPushButton" name="pb_help">
207         <property name="text">
208          <string>Help</string>
209         </property>
210        </widget>
211        <widget class="QDialogButtonBox" name="pb_okCancel">
212         <property name="orientation">
213          <enum>Qt::Horizontal</enum>
214         </property>
215         <property name="standardButtons">
216          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
217         </property>
218        </widget>
219       </widget>
220      </item>
221      <item row="1" column="1">
222       <widget class="QLineEdit" name="le_cutMeshFile"/>
223      </item>
224      <item row="1" column="0">
225       <widget class="QPushButton" name="pb_cutMeshFile">
226        <property name="text">
227         <string>cut mesh file</string>
228        </property>
229       </widget>
230      </item>
231     </layout>
232    </item>
233   </layout>
234  </widget>
235  <resources/>
236  <connections>
237   <connection>
238    <sender>pb_okCancel</sender>
239    <signal>accepted()</signal>
240    <receiver>Dialog</receiver>
241    <slot>accept()</slot>
242    <hints>
243     <hint type="sourcelabel">
244      <x>248</x>
245      <y>254</y>
246     </hint>
247     <hint type="destinationlabel">
248      <x>157</x>
249      <y>274</y>
250     </hint>
251    </hints>
252   </connection>
253   <connection>
254    <sender>pb_okCancel</sender>
255    <signal>rejected()</signal>
256    <receiver>Dialog</receiver>
257    <slot>reject()</slot>
258    <hints>
259     <hint type="sourcelabel">
260      <x>316</x>
261      <y>260</y>
262     </hint>
263     <hint type="destinationlabel">
264      <x>286</x>
265      <y>274</y>
266     </hint>
267    </hints>
268   </connection>
269  </connections>
270 </ui>