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