1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IElevationDialog</class>
4 <widget class="QDialog" name="IElevationDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>121</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Edit elevation...</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <widget class="QLabel" name="label">
21       <property name="text">
22        <string>Elevation</string>
23       </property>
24      </widget>
25     </item>
26     <item>
27      <widget class="QLineEdit" name="lineValue"/>
28     </item>
29     <item>
30      <widget class="QLabel" name="labelUnit">
31       <property name="text">
32        <string>-</string>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QToolButton" name="toolGetEle">
38       <property name="toolTip">
39        <string>Get elevation from active digital elevation model.</string>
40       </property>
41       <property name="text">
42        <string>...</string>
43       </property>
44       <property name="icon">
45        <iconset resource="../resources.qrc">
46         <normaloff>:/icons/32x32/SetEle.png</normaloff>:/icons/32x32/SetEle.png</iconset>
47       </property>
48      </widget>
49     </item>
50    </layout>
51   </item>
52   <item>
53    <widget class="QLabel" name="labelMessage">
54     <property name="text">
55      <string/>
56     </property>
57    </widget>
58   </item>
59   <item>
60    <widget class="QDialogButtonBox" name="buttonBox">
61     <property name="orientation">
62      <enum>Qt::Horizontal</enum>
63     </property>
64     <property name="standardButtons">
65      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
66     </property>
67    </widget>
68   </item>
69  </layout>
70 </widget>
71 <resources>
72  <include location="../resources.qrc"/>
73 </resources>
74 <connections>
75  <connection>
76   <sender>buttonBox</sender>
77   <signal>accepted()</signal>
78   <receiver>IElevationDialog</receiver>
79   <slot>accept()</slot>
80   <hints>
81    <hint type="sourcelabel">
82     <x>248</x>
83     <y>254</y>
84    </hint>
85    <hint type="destinationlabel">
86     <x>157</x>
87     <y>274</y>
88    </hint>
89   </hints>
90  </connection>
91  <connection>
92   <sender>buttonBox</sender>
93   <signal>rejected()</signal>
94   <receiver>IElevationDialog</receiver>
95   <slot>reject()</slot>
96   <hints>
97    <hint type="sourcelabel">
98     <x>316</x>
99     <y>260</y>
100    </hint>
101    <hint type="destinationlabel">
102     <x>286</x>
103     <y>274</y>
104    </hint>
105   </hints>
106  </connection>
107 </connections>
108</ui>
109