DeleteSetOfPoints function working
[engrid.git] / guisetboundarycode.ui
blobf261c9ad7046b31f7cd6fcdc2cac691bcc20bd02
1 <ui version="4.0" >
2  <class>GuiSetBoundaryCode</class>
3  <widget class="QDialog" name="GuiSetBoundaryCode" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>335</width>
9     <height>170</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>set boundary code</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="engrid.qrc" >:/icons/resources/icons/G.png</iconset>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string>Feature Angle</string>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QDoubleSpinBox" name="doubleSpinBoxFeatureAngle" >
28      <property name="maximum" >
29       <double>180.000000000000000</double>
30      </property>
31      <property name="singleStep" >
32       <double>5.000000000000000</double>
33      </property>
34      <property name="value" >
35       <double>45.000000000000000</double>
36      </property>
37     </widget>
38    </item>
39    <item row="0" column="2" >
40     <spacer>
41      <property name="orientation" >
42       <enum>Qt::Horizontal</enum>
43      </property>
44      <property name="sizeHint" >
45       <size>
46        <width>71</width>
47        <height>20</height>
48       </size>
49      </property>
50     </spacer>
51    </item>
52    <item row="1" column="0" >
53     <widget class="QLabel" name="label_2" >
54      <property name="text" >
55       <string>Boundary Code</string>
56      </property>
57     </widget>
58    </item>
59    <item row="1" column="1" >
60     <widget class="QSpinBox" name="spinBoxBoundaryCode" >
61      <property name="minimum" >
62       <number>1</number>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="0" >
67     <spacer>
68      <property name="orientation" >
69       <enum>Qt::Vertical</enum>
70      </property>
71      <property name="sizeHint" >
72       <size>
73        <width>20</width>
74        <height>40</height>
75       </size>
76      </property>
77     </spacer>
78    </item>
79    <item row="3" column="0" colspan="3" >
80     <layout class="QHBoxLayout" >
81      <item>
82       <widget class="QPushButton" name="pushButtonHelp" >
83        <property name="text" >
84         <string>Help</string>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <spacer>
90        <property name="orientation" >
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" >
94         <size>
95          <width>40</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <widget class="QDialogButtonBox" name="buttonBox" >
103        <property name="orientation" >
104         <enum>Qt::Horizontal</enum>
105        </property>
106        <property name="standardButtons" >
107         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </item>
113   </layout>
114  </widget>
115  <resources>
116   <include location="engrid.qrc" />
117  </resources>
118  <connections>
119   <connection>
120    <sender>buttonBox</sender>
121    <signal>accepted()</signal>
122    <receiver>GuiSetBoundaryCode</receiver>
123    <slot>accept()</slot>
124    <hints>
125     <hint type="sourcelabel" >
126      <x>248</x>
127      <y>254</y>
128     </hint>
129     <hint type="destinationlabel" >
130      <x>157</x>
131      <y>274</y>
132     </hint>
133    </hints>
134   </connection>
135   <connection>
136    <sender>buttonBox</sender>
137    <signal>rejected()</signal>
138    <receiver>GuiSetBoundaryCode</receiver>
139    <slot>reject()</slot>
140    <hints>
141     <hint type="sourcelabel" >
142      <x>316</x>
143      <y>260</y>
144     </hint>
145     <hint type="destinationlabel" >
146      <x>286</x>
147      <y>274</y>
148     </hint>
149    </hints>
150   </connection>
151  </connections>
152 </ui>