1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IFilterInterpolateElevation</class>
4 <widget class="QWidget" name="IFilterInterpolateElevation">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>842</width>
10    <height>58</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <property name="leftMargin">
18    <number>3</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <property name="spacing">
30    <number>3</number>
31   </property>
32   <item row="0" column="0" rowspan="2">
33    <widget class="QLabel" name="label_3">
34     <property name="sizePolicy">
35      <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
36       <horstretch>0</horstretch>
37       <verstretch>0</verstretch>
38      </sizepolicy>
39     </property>
40     <property name="text">
41      <string/>
42     </property>
43     <property name="pixmap">
44      <pixmap resource="../../../resources.qrc">:/icons/48x48/SetEle.png</pixmap>
45     </property>
46    </widget>
47   </item>
48   <item row="0" column="1">
49    <widget class="QLabel" name="label_2">
50     <property name="text">
51      <string>&lt;b&gt;Interpolate Elevation Data&lt;/b&gt;</string>
52     </property>
53    </widget>
54   </item>
55   <item row="1" column="1">
56    <layout class="QHBoxLayout" name="horizontalLayout">
57     <property name="spacing">
58      <number>3</number>
59     </property>
60     <item>
61      <widget class="QLabel" name="label">
62       <property name="sizePolicy">
63        <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
64         <horstretch>0</horstretch>
65         <verstretch>0</verstretch>
66        </sizepolicy>
67       </property>
68       <property name="text">
69        <string>Replace elevation of track points with interpolated data.</string>
70       </property>
71      </widget>
72     </item>
73     <item>
74      <widget class="QLabel" name="label_4">
75       <property name="text">
76        <string>Quality</string>
77       </property>
78      </widget>
79     </item>
80     <item>
81      <widget class="QComboBox" name="comboQuality"/>
82     </item>
83     <item>
84      <spacer name="horizontalSpacer">
85       <property name="orientation">
86        <enum>Qt::Horizontal</enum>
87       </property>
88       <property name="sizeHint" stdset="0">
89        <size>
90         <width>40</width>
91         <height>20</height>
92        </size>
93       </property>
94      </spacer>
95     </item>
96     <item>
97      <widget class="QCheckBox" name="checkPreview">
98       <property name="sizePolicy">
99        <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
100         <horstretch>0</horstretch>
101         <verstretch>0</verstretch>
102        </sizepolicy>
103       </property>
104       <property name="text">
105        <string>Preview</string>
106       </property>
107      </widget>
108     </item>
109     <item>
110      <widget class="QToolButton" name="toolApply">
111       <property name="text">
112        <string>...</string>
113       </property>
114       <property name="icon">
115        <iconset resource="../../../resources.qrc">
116         <normaloff>:/icons/32x32/Apply.png</normaloff>:/icons/32x32/Apply.png</iconset>
117       </property>
118       <property name="iconSize">
119        <size>
120         <width>22</width>
121         <height>22</height>
122        </size>
123       </property>
124      </widget>
125     </item>
126    </layout>
127   </item>
128   <item row="2" column="0" colspan="2">
129    <widget class="Line" name="line">
130     <property name="orientation">
131      <enum>Qt::Horizontal</enum>
132     </property>
133    </widget>
134   </item>
135  </layout>
136 </widget>
137 <resources>
138  <include location="../../../resources.qrc"/>
139 </resources>
140 <connections/>
141</ui>
142