1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IFilterMedian</class>
4 <widget class="QWidget" name="IFilterMedian">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>820</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_2">
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_3">
50     <property name="text">
51      <string>&lt;b&gt;Smooth Profile (Median Method)&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="text">
63        <string>Smooth deviation of the track points elevation with a Median filter of size </string>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <widget class="QSpinBox" name="spinBox">
69       <property name="sizePolicy">
70        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
71         <horstretch>0</horstretch>
72         <verstretch>0</verstretch>
73        </sizepolicy>
74       </property>
75       <property name="suffix">
76        <string>points</string>
77       </property>
78       <property name="minimum">
79        <number>5</number>
80       </property>
81       <property name="maximum">
82        <number>9</number>
83       </property>
84       <property name="singleStep">
85        <number>2</number>
86       </property>
87      </widget>
88     </item>
89     <item>
90      <spacer name="horizontalSpacer">
91       <property name="orientation">
92        <enum>Qt::Horizontal</enum>
93       </property>
94       <property name="sizeHint" stdset="0">
95        <size>
96         <width>40</width>
97         <height>20</height>
98        </size>
99       </property>
100      </spacer>
101     </item>
102     <item>
103      <widget class="QToolButton" name="toolApply">
104       <property name="text">
105        <string>...</string>
106       </property>
107       <property name="icon">
108        <iconset resource="../../../resources.qrc">
109         <normaloff>:/icons/32x32/Apply.png</normaloff>:/icons/32x32/Apply.png</iconset>
110       </property>
111       <property name="iconSize">
112        <size>
113         <width>22</width>
114         <height>22</height>
115        </size>
116       </property>
117      </widget>
118     </item>
119    </layout>
120   </item>
121   <item row="2" column="0" colspan="2">
122    <widget class="Line" name="line">
123     <property name="orientation">
124      <enum>Qt::Horizontal</enum>
125     </property>
126    </widget>
127   </item>
128  </layout>
129 </widget>
130 <resources>
131  <include location="../../../resources.qrc"/>
132 </resources>
133 <connections/>
134</ui>
135