GPS Sport Sniffer is a open source GPS application developed with Qt and made in...
[gpssportsniffer] / activityinfo.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ActivityInfo</class>
4  <widget class="QDialog" name="ActivityInfo">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>335</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QTabWidget" name="tabWidget">
17    <property name="enabled">
18     <bool>true</bool>
19    </property>
20    <property name="geometry">
21     <rect>
22      <x>0</x>
23      <y>0</y>
24      <width>791</width>
25      <height>281</height>
26     </rect>
27    </property>
28    <property name="currentIndex">
29     <number>0</number>
30    </property>
31    <widget class="QWidget" name="summaryTab">
32     <attribute name="title">
33      <string>Summary</string>
34     </attribute>
35     <widget class="QWidget" name="horizontalLayoutWidget">
36      <property name="geometry">
37       <rect>
38        <x>0</x>
39        <y>0</y>
40        <width>781</width>
41        <height>381</height>
42       </rect>
43      </property>
44      <layout class="QHBoxLayout" name="horizontalLayout">
45       <property name="sizeConstraint">
46        <enum>QLayout::SetMaximumSize</enum>
47       </property>
48       <item>
49        <widget class="Line" name="line">
50         <property name="orientation">
51          <enum>Qt::Vertical</enum>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <layout class="QFormLayout" name="formLayout">
57         <property name="fieldGrowthPolicy">
58          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
59         </property>
60         <item row="0" column="0">
61          <widget class="QLabel" name="label">
62           <property name="sizePolicy">
63            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
64             <horstretch>0</horstretch>
65             <verstretch>0</verstretch>
66            </sizepolicy>
67           </property>
68           <property name="font">
69            <font>
70             <family>Ubuntu</family>
71             <pointsize>14</pointsize>
72             <weight>75</weight>
73             <bold>true</bold>
74            </font>
75           </property>
76           <property name="text">
77            <string>Total</string>
78           </property>
79          </widget>
80         </item>
81         <item row="2" column="0">
82          <widget class="QLabel" name="label_4">
83           <property name="font">
84            <font>
85             <family>Ubuntu</family>
86             <pointsize>14</pointsize>
87            </font>
88           </property>
89           <property name="text">
90            <string>Time:</string>
91           </property>
92          </widget>
93         </item>
94         <item row="2" column="1">
95          <widget class="QLabel" name="timeValue">
96           <property name="font">
97            <font>
98             <family>Ubuntu</family>
99             <pointsize>14</pointsize>
100            </font>
101           </property>
102           <property name="styleSheet">
103            <string notr="true">background-color: rgb(170, 255, 255);
104 color: rgb(0, 0, 0);
105 </string>
106           </property>
107           <property name="text">
108            <string/>
109           </property>
110           <property name="alignment">
111            <set>Qt::AlignCenter</set>
112           </property>
113          </widget>
114         </item>
115         <item row="3" column="0">
116          <widget class="QLabel" name="label_2">
117           <property name="font">
118            <font>
119             <family>Ubuntu</family>
120             <pointsize>14</pointsize>
121            </font>
122           </property>
123           <property name="text">
124            <string>Distance</string>
125           </property>
126          </widget>
127         </item>
128         <item row="3" column="1">
129          <widget class="QLabel" name="distanceValue">
130           <property name="font">
131            <font>
132             <family>Ubuntu</family>
133             <pointsize>14</pointsize>
134            </font>
135           </property>
136           <property name="styleSheet">
137            <string notr="true">background-color: rgb(170, 255, 255);
138 color: rgb(0, 0, 0);
139 </string>
140           </property>
141           <property name="text">
142            <string/>
143           </property>
144           <property name="alignment">
145            <set>Qt::AlignCenter</set>
146           </property>
147          </widget>
148         </item>
149         <item row="4" column="0">
150          <widget class="QLabel" name="label_3">
151           <property name="font">
152            <font>
153             <family>Ubuntu</family>
154             <pointsize>14</pointsize>
155            </font>
156           </property>
157           <property name="text">
158            <string>Elevation gain</string>
159           </property>
160          </widget>
161         </item>
162         <item row="4" column="1">
163          <widget class="QLabel" name="elevationValue">
164           <property name="font">
165            <font>
166             <family>Ubuntu</family>
167             <pointsize>14</pointsize>
168            </font>
169           </property>
170           <property name="styleSheet">
171            <string notr="true">background-color: rgb(170, 255, 255);
172 color: rgb(0, 0, 0);
173 </string>
174           </property>
175           <property name="text">
176            <string/>
177           </property>
178           <property name="alignment">
179            <set>Qt::AlignCenter</set>
180           </property>
181          </widget>
182         </item>
183         <item row="1" column="0">
184          <widget class="QLabel" name="label_15">
185           <property name="font">
186            <font>
187             <pointsize>14</pointsize>
188            </font>
189           </property>
190           <property name="text">
191            <string>Start time:</string>
192           </property>
193          </widget>
194         </item>
195         <item row="1" column="1">
196          <widget class="QLabel" name="startTimeValue">
197           <property name="font">
198            <font>
199             <pointsize>14</pointsize>
200            </font>
201           </property>
202           <property name="styleSheet">
203            <string notr="true">background-color: rgb(170, 255, 255);
204 color: rgb(0, 0, 0);
205 </string>
206           </property>
207           <property name="text">
208            <string/>
209           </property>
210           <property name="alignment">
211            <set>Qt::AlignCenter</set>
212           </property>
213          </widget>
214         </item>
215        </layout>
216       </item>
217       <item>
218        <widget class="Line" name="line_2">
219         <property name="orientation">
220          <enum>Qt::Vertical</enum>
221         </property>
222        </widget>
223       </item>
224       <item>
225        <layout class="QFormLayout" name="formLayout_2">
226         <property name="fieldGrowthPolicy">
227          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
228         </property>
229         <item row="0" column="0">
230          <widget class="QLabel" name="label_8">
231           <property name="sizePolicy">
232            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
233             <horstretch>0</horstretch>
234             <verstretch>0</verstretch>
235            </sizepolicy>
236           </property>
237           <property name="font">
238            <font>
239             <family>Ubuntu</family>
240             <pointsize>14</pointsize>
241             <weight>75</weight>
242             <bold>true</bold>
243            </font>
244           </property>
245           <property name="text">
246            <string>Timing</string>
247           </property>
248          </widget>
249         </item>
250         <item row="1" column="0">
251          <widget class="QLabel" name="label_7">
252           <property name="font">
253            <font>
254             <family>Ubuntu</family>
255             <pointsize>14</pointsize>
256            </font>
257           </property>
258           <property name="text">
259            <string>Moving time</string>
260           </property>
261          </widget>
262         </item>
263         <item row="1" column="1">
264          <widget class="QLabel" name="movingTimeValue">
265           <property name="font">
266            <font>
267             <family>Ubuntu</family>
268             <pointsize>14</pointsize>
269            </font>
270           </property>
271           <property name="styleSheet">
272            <string notr="true">background-color: rgb(170, 255, 255);
273 color: rgb(0, 0, 0);
274 </string>
275           </property>
276           <property name="text">
277            <string/>
278           </property>
279           <property name="alignment">
280            <set>Qt::AlignCenter</set>
281           </property>
282          </widget>
283         </item>
284         <item row="2" column="0">
285          <widget class="QLabel" name="label_5">
286           <property name="font">
287            <font>
288             <family>Ubuntu</family>
289             <pointsize>14</pointsize>
290            </font>
291           </property>
292           <property name="text">
293            <string>Elapsed time</string>
294           </property>
295          </widget>
296         </item>
297         <item row="2" column="1">
298          <widget class="QLabel" name="elapsedTimeValue">
299           <property name="font">
300            <font>
301             <family>Ubuntu</family>
302             <pointsize>14</pointsize>
303            </font>
304           </property>
305           <property name="styleSheet">
306            <string notr="true">background-color: rgb(170, 255, 255);
307 color: rgb(0, 0, 0);
308 </string>
309           </property>
310           <property name="text">
311            <string/>
312           </property>
313           <property name="alignment">
314            <set>Qt::AlignCenter</set>
315           </property>
316          </widget>
317         </item>
318         <item row="3" column="0">
319          <widget class="QLabel" name="label_6">
320           <property name="font">
321            <font>
322             <family>Ubuntu</family>
323             <pointsize>14</pointsize>
324            </font>
325           </property>
326           <property name="text">
327            <string>Avg speed</string>
328           </property>
329          </widget>
330         </item>
331         <item row="3" column="1">
332          <widget class="QLabel" name="avgSpeedValue">
333           <property name="font">
334            <font>
335             <family>Ubuntu</family>
336             <pointsize>14</pointsize>
337            </font>
338           </property>
339           <property name="styleSheet">
340            <string notr="true">background-color: rgb(170, 255, 255);
341 color: rgb(0, 0, 0);
342 </string>
343           </property>
344           <property name="text">
345            <string/>
346           </property>
347           <property name="alignment">
348            <set>Qt::AlignCenter</set>
349           </property>
350          </widget>
351         </item>
352         <item row="4" column="0">
353          <widget class="QLabel" name="label_16">
354           <property name="styleSheet">
355            <string notr="true">font: 14pt &quot;Ubuntu&quot;;</string>
356           </property>
357           <property name="text">
358            <string>Max speed</string>
359           </property>
360          </widget>
361         </item>
362         <item row="5" column="0">
363          <widget class="QLabel" name="label_9">
364           <property name="font">
365            <font>
366             <family>Ubuntu</family>
367             <pointsize>14</pointsize>
368            </font>
369           </property>
370           <property name="text">
371            <string>Avg pace</string>
372           </property>
373          </widget>
374         </item>
375         <item row="5" column="1">
376          <widget class="QLabel" name="avgPaceLabel">
377           <property name="font">
378            <font>
379             <family>Ubuntu</family>
380             <pointsize>14</pointsize>
381            </font>
382           </property>
383           <property name="styleSheet">
384            <string notr="true">background-color: rgb(170, 255, 255);
385 color: rgb(0, 0, 0);
386 </string>
387           </property>
388           <property name="text">
389            <string/>
390           </property>
391           <property name="alignment">
392            <set>Qt::AlignCenter</set>
393           </property>
394          </widget>
395         </item>
396         <item row="6" column="0">
397          <widget class="QLabel" name="label_17">
398           <property name="styleSheet">
399            <string notr="true">font: 14pt &quot;Ubuntu&quot;;</string>
400           </property>
401           <property name="text">
402            <string>Best pace</string>
403           </property>
404          </widget>
405         </item>
406         <item row="6" column="1">
407          <widget class="QLabel" name="bestPaceValue">
408           <property name="font">
409            <font>
410             <pointsize>14</pointsize>
411            </font>
412           </property>
413           <property name="styleSheet">
414            <string notr="true">background-color: rgb(170, 255, 255);
415 color: rgb(0, 0, 0);
416 </string>
417           </property>
418           <property name="text">
419            <string/>
420           </property>
421           <property name="alignment">
422            <set>Qt::AlignCenter</set>
423           </property>
424          </widget>
425         </item>
426         <item row="4" column="1">
427          <widget class="QLabel" name="maxSpeedValue">
428           <property name="font">
429            <font>
430             <pointsize>14</pointsize>
431            </font>
432           </property>
433           <property name="styleSheet">
434            <string notr="true">background-color: rgb(170, 255, 255);
435 color: rgb(0, 0, 0);
436 </string>
437           </property>
438           <property name="text">
439            <string/>
440           </property>
441           <property name="alignment">
442            <set>Qt::AlignCenter</set>
443           </property>
444          </widget>
445         </item>
446        </layout>
447       </item>
448       <item>
449        <widget class="Line" name="line_3">
450         <property name="orientation">
451          <enum>Qt::Vertical</enum>
452         </property>
453        </widget>
454       </item>
455       <item>
456        <layout class="QFormLayout" name="formLayout_3">
457         <property name="fieldGrowthPolicy">
458          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
459         </property>
460         <item row="0" column="0">
461          <widget class="QLabel" name="label_10">
462           <property name="sizePolicy">
463            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
464             <horstretch>0</horstretch>
465             <verstretch>0</verstretch>
466            </sizepolicy>
467           </property>
468           <property name="font">
469            <font>
470             <family>Ubuntu</family>
471             <pointsize>14</pointsize>
472             <weight>75</weight>
473             <bold>true</bold>
474            </font>
475           </property>
476           <property name="text">
477            <string>Elevation</string>
478           </property>
479          </widget>
480         </item>
481         <item row="1" column="0">
482          <widget class="QLabel" name="label_11">
483           <property name="font">
484            <font>
485             <family>Ubuntu</family>
486             <pointsize>14</pointsize>
487            </font>
488           </property>
489           <property name="text">
490            <string>Elevation gain</string>
491           </property>
492          </widget>
493         </item>
494         <item row="1" column="1">
495          <widget class="QLabel" name="elevationGainValue">
496           <property name="font">
497            <font>
498             <family>Ubuntu</family>
499             <pointsize>14</pointsize>
500            </font>
501           </property>
502           <property name="styleSheet">
503            <string notr="true">background-color: rgb(170, 255, 255);
504 color: rgb(0, 0, 0);
505 </string>
506           </property>
507           <property name="text">
508            <string/>
509           </property>
510           <property name="alignment">
511            <set>Qt::AlignCenter</set>
512           </property>
513          </widget>
514         </item>
515         <item row="2" column="0">
516          <widget class="QLabel" name="label_12">
517           <property name="font">
518            <font>
519             <family>Ubuntu</family>
520             <pointsize>14</pointsize>
521            </font>
522           </property>
523           <property name="text">
524            <string>Elevation loss</string>
525           </property>
526          </widget>
527         </item>
528         <item row="2" column="1">
529          <widget class="QLabel" name="elevationLossValue">
530           <property name="font">
531            <font>
532             <family>Ubuntu</family>
533             <pointsize>14</pointsize>
534            </font>
535           </property>
536           <property name="styleSheet">
537            <string notr="true">background-color: rgb(170, 255, 255);
538 color: rgb(0, 0, 0);
539 </string>
540           </property>
541           <property name="text">
542            <string/>
543           </property>
544           <property name="alignment">
545            <set>Qt::AlignCenter</set>
546           </property>
547          </widget>
548         </item>
549         <item row="3" column="0">
550          <widget class="QLabel" name="label_13">
551           <property name="font">
552            <font>
553             <family>Ubuntu</family>
554             <pointsize>14</pointsize>
555            </font>
556           </property>
557           <property name="text">
558            <string>Min elevation</string>
559           </property>
560          </widget>
561         </item>
562         <item row="3" column="1">
563          <widget class="QLabel" name="minElevationValue">
564           <property name="font">
565            <font>
566             <family>Ubuntu</family>
567             <pointsize>14</pointsize>
568            </font>
569           </property>
570           <property name="styleSheet">
571            <string notr="true">background-color: rgb(170, 255, 255);
572 color: rgb(0, 0, 0);
573 </string>
574           </property>
575           <property name="text">
576            <string/>
577           </property>
578           <property name="alignment">
579            <set>Qt::AlignCenter</set>
580           </property>
581          </widget>
582         </item>
583         <item row="4" column="0">
584          <widget class="QLabel" name="label_14">
585           <property name="font">
586            <font>
587             <family>Ubuntu</family>
588             <pointsize>14</pointsize>
589            </font>
590           </property>
591           <property name="text">
592            <string>Max elevation</string>
593           </property>
594          </widget>
595         </item>
596         <item row="4" column="1">
597          <widget class="QLabel" name="maxElevationValue">
598           <property name="font">
599            <font>
600             <family>Ubuntu</family>
601             <pointsize>14</pointsize>
602            </font>
603           </property>
604           <property name="styleSheet">
605            <string notr="true">background-color: rgb(170, 255, 255);
606 color: rgb(0, 0, 0);
607 </string>
608           </property>
609           <property name="text">
610            <string/>
611           </property>
612           <property name="alignment">
613            <set>Qt::AlignCenter</set>
614           </property>
615          </widget>
616         </item>
617        </layout>
618       </item>
619      </layout>
620     </widget>
621    </widget>
622    <widget class="QWidget" name="chartsTab">
623     <property name="enabled">
624      <bool>true</bool>
625     </property>
626     <attribute name="title">
627      <string>Charts</string>
628     </attribute>
629    </widget>
630   </widget>
631   <widget class="QDialogButtonBox" name="buttonBox">
632    <property name="geometry">
633     <rect>
634      <x>610</x>
635      <y>290</y>
636      <width>176</width>
637      <height>27</height>
638     </rect>
639    </property>
640    <property name="standardButtons">
641     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
642    </property>
643   </widget>
644  </widget>
645  <resources/>
646  <connections/>
647 </ui>