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