1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IFilterSpeed</class>
4 <widget class="QWidget" name="IFilterSpeed">
5  <property name="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>377</width>
13    <height>68</height>
14   </rect>
15  </property>
16  <property name="sizePolicy">
17   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
18    <horstretch>0</horstretch>
19    <verstretch>0</verstretch>
20   </sizepolicy>
21  </property>
22  <property name="maximumSize">
23   <size>
24    <width>16777215</width>
25    <height>16777215</height>
26   </size>
27  </property>
28  <property name="windowTitle">
29   <string>Form</string>
30  </property>
31  <layout class="QGridLayout" name="gridLayout">
32   <property name="sizeConstraint">
33    <enum>QLayout::SetDefaultConstraint</enum>
34   </property>
35   <property name="leftMargin">
36    <number>0</number>
37   </property>
38   <property name="topMargin">
39    <number>0</number>
40   </property>
41   <property name="rightMargin">
42    <number>0</number>
43   </property>
44   <property name="bottomMargin">
45    <number>0</number>
46   </property>
47   <property name="spacing">
48    <number>3</number>
49   </property>
50   <item row="0" column="3" colspan="3">
51    <layout class="QHBoxLayout" name="horizontalLayout">
52     <property name="spacing">
53      <number>3</number>
54     </property>
55     <item>
56      <widget class="QLabel" name="labelTitel">
57       <property name="sizePolicy">
58        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
59         <horstretch>0</horstretch>
60         <verstretch>0</verstretch>
61        </sizepolicy>
62       </property>
63       <property name="text">
64        <string>&lt;b&gt;Change Speed&lt;/b&gt;</string>
65       </property>
66      </widget>
67     </item>
68     <item>
69      <spacer name="horizontalSpacer_2">
70       <property name="orientation">
71        <enum>Qt::Horizontal</enum>
72       </property>
73       <property name="sizeHint" stdset="0">
74        <size>
75         <width>40</width>
76         <height>20</height>
77        </size>
78       </property>
79      </spacer>
80     </item>
81     <item>
82      <widget class="QLabel" name="labelWarning">
83       <property name="text">
84        <string>labelWarning</string>
85       </property>
86       <property name="wordWrap">
87        <bool>false</bool>
88       </property>
89      </widget>
90     </item>
91     <item>
92      <spacer name="horizontalSpacer">
93       <property name="orientation">
94        <enum>Qt::Horizontal</enum>
95       </property>
96       <property name="sizeHint" stdset="0">
97        <size>
98         <width>40</width>
99         <height>20</height>
100        </size>
101       </property>
102      </spacer>
103     </item>
104    </layout>
105   </item>
106   <item row="1" column="6">
107    <layout class="QVBoxLayout" name="verticalLayout">
108     <property name="spacing">
109      <number>3</number>
110     </property>
111     <item>
112      <widget class="QToolButton" name="toolApply">
113       <property name="toolTip">
114        <string>Apply filter now.</string>
115       </property>
116       <property name="text">
117        <string>...</string>
118       </property>
119       <property name="icon">
120        <iconset resource="../../../resources.qrc">
121         <normaloff>:/icons/32x32/Apply.png</normaloff>:/icons/32x32/Apply.png</iconset>
122       </property>
123       <property name="iconSize">
124        <size>
125         <width>22</width>
126         <height>22</height>
127        </size>
128       </property>
129      </widget>
130     </item>
131     <item>
132      <spacer name="verticalSpacer">
133       <property name="orientation">
134        <enum>Qt::Vertical</enum>
135       </property>
136       <property name="sizeHint" stdset="0">
137        <size>
138         <width>20</width>
139         <height>40</height>
140        </size>
141       </property>
142      </spacer>
143     </item>
144    </layout>
145   </item>
146   <item row="1" column="5">
147    <widget class="QStackedWidget" name="stackedWidget">
148     <property name="sizePolicy">
149      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
150       <horstretch>0</horstretch>
151       <verstretch>0</verstretch>
152      </sizepolicy>
153     </property>
154     <property name="minimumSize">
155      <size>
156       <width>0</width>
157       <height>0</height>
158      </size>
159     </property>
160     <property name="currentIndex">
161      <number>-1</number>
162     </property>
163    </widget>
164   </item>
165   <item row="2" column="1" colspan="6">
166    <widget class="Line" name="line">
167     <property name="orientation">
168      <enum>Qt::Horizontal</enum>
169     </property>
170    </widget>
171   </item>
172   <item row="1" column="3">
173    <layout class="QVBoxLayout" name="verticalLayout_2">
174     <property name="spacing">
175      <number>3</number>
176     </property>
177     <item>
178      <widget class="QComboBox" name="comboActivityType">
179       <item>
180        <property name="text">
181         <string>Constant</string>
182        </property>
183       </item>
184       <item>
185        <property name="text">
186         <string>Cycling</string>
187        </property>
188       </item>
189       <item>
190        <property name="text">
191         <string>Hiking</string>
192        </property>
193       </item>
194      </widget>
195     </item>
196     <item>
197      <spacer name="verticalSpacer_2">
198       <property name="orientation">
199        <enum>Qt::Vertical</enum>
200       </property>
201       <property name="sizeHint" stdset="0">
202        <size>
203         <width>20</width>
204         <height>40</height>
205        </size>
206       </property>
207      </spacer>
208     </item>
209    </layout>
210   </item>
211   <item row="0" column="2" rowspan="2">
212    <layout class="QVBoxLayout" name="verticalLayout_9">
213     <property name="spacing">
214      <number>3</number>
215     </property>
216     <property name="leftMargin">
217      <number>0</number>
218     </property>
219     <item>
220      <widget class="QLabel" name="labelTimePix">
221       <property name="sizePolicy">
222        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
223         <horstretch>0</horstretch>
224         <verstretch>0</verstretch>
225        </sizepolicy>
226       </property>
227       <property name="text">
228        <string/>
229       </property>
230       <property name="pixmap">
231        <pixmap resource="../../../resources.qrc">:/icons/48x48/Time.png</pixmap>
232       </property>
233      </widget>
234     </item>
235     <item>
236      <spacer name="verticalSpacer_5">
237       <property name="orientation">
238        <enum>Qt::Vertical</enum>
239       </property>
240       <property name="sizeHint" stdset="0">
241        <size>
242         <width>20</width>
243         <height>40</height>
244        </size>
245       </property>
246      </spacer>
247     </item>
248    </layout>
249   </item>
250  </layout>
251 </widget>
252 <tabstops>
253  <tabstop>comboActivityType</tabstop>
254  <tabstop>toolApply</tabstop>
255 </tabstops>
256 <resources>
257  <include location="../../../resources.qrc"/>
258 </resources>
259 <connections/>
260</ui>
261