Merge branch 'master' of https://vcs.maemo.org/git/gpssportsniffer
[gpssportsniffer] / settingsWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsWindow</class>
4  <widget class="QDialog" name="SettingsWindow">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>430</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Settings</string>
18   </property>
19   <widget class="QWidget" name="formLayoutWidget">
20    <property name="geometry">
21     <rect>
22      <x>10</x>
23      <y>0</y>
24      <width>771</width>
25      <height>371</height>
26     </rect>
27    </property>
28    <layout class="QFormLayout" name="formLayout">
29     <property name="sizeConstraint">
30      <enum>QLayout::SetDefaultConstraint</enum>
31     </property>
32     <property name="fieldGrowthPolicy">
33      <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
34     </property>
35     <property name="formAlignment">
36      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
37     </property>
38     <item row="0" column="0">
39      <widget class="QLabel" name="activityLabel">
40       <property name="text">
41        <string>Activity</string>
42       </property>
43      </widget>
44     </item>
45     <item row="0" column="1">
46      <widget class="QComboBox" name="typeActivity">
47       <item>
48        <property name="text">
49         <string>Cycling</string>
50        </property>
51       </item>
52       <item>
53        <property name="text">
54         <string>Padding</string>
55        </property>
56       </item>
57       <item>
58        <property name="text">
59         <string>Running</string>
60        </property>
61       </item>
62       <item>
63        <property name="text">
64         <string>Skiing</string>
65        </property>
66       </item>
67       <item>
68        <property name="text">
69         <string>Walking</string>
70        </property>
71       </item>
72      </widget>
73     </item>
74     <item row="1" column="0">
75      <widget class="QLabel" name="label_3">
76       <property name="text">
77        <string>Color</string>
78       </property>
79      </widget>
80     </item>
81     <item row="1" column="1">
82      <layout class="QHBoxLayout" name="horizontalLayout_3">
83       <item>
84        <widget class="QLabel" name="colorLabel">
85         <property name="sizePolicy">
86          <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
87           <horstretch>0</horstretch>
88           <verstretch>0</verstretch>
89          </sizepolicy>
90         </property>
91         <property name="text">
92          <string/>
93         </property>
94        </widget>
95       </item>
96       <item>
97        <widget class="QPushButton" name="colorButton">
98         <property name="sizePolicy">
99          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
100           <horstretch>0</horstretch>
101           <verstretch>0</verstretch>
102          </sizepolicy>
103         </property>
104         <property name="text">
105          <string>select color</string>
106         </property>
107        </widget>
108       </item>
109      </layout>
110     </item>
111     <item row="2" column="0">
112      <widget class="QLabel" name="gpsLabel">
113       <property name="text">
114        <string>GPS Interval</string>
115       </property>
116      </widget>
117     </item>
118     <item row="2" column="1">
119      <widget class="QComboBox" name="gpsInterval">
120       <item>
121        <property name="text">
122         <string>2 seg</string>
123        </property>
124       </item>
125       <item>
126        <property name="text">
127         <string>5 seg</string>
128        </property>
129       </item>
130       <item>
131        <property name="text">
132         <string>10 seg</string>
133        </property>
134       </item>
135       <item>
136        <property name="text">
137         <string>20 seg</string>
138        </property>
139       </item>
140       <item>
141        <property name="text">
142         <string>30 seg</string>
143        </property>
144       </item>
145       <item>
146        <property name="text">
147         <string>1 min</string>
148        </property>
149       </item>
150      </widget>
151     </item>
152     <item row="3" column="0">
153      <widget class="QLabel" name="mapLabel">
154       <property name="text">
155        <string>Map Type</string>
156       </property>
157      </widget>
158     </item>
159     <item row="3" column="1">
160      <widget class="QComboBox" name="mapsType">
161       <item>
162        <property name="text">
163         <string>CloudMade (World)</string>
164        </property>
165       </item>
166       <item>
167        <property name="text">
168         <string>GoogleMaps (World)</string>
169        </property>
170       </item>
171       <item>
172        <property name="text">
173         <string>ICC Maps (Catalunya)</string>
174        </property>
175       </item>
176       <item>
177        <property name="text">
178         <string>OpenCycleMaps (World)</string>
179        </property>
180       </item>
181       <item>
182        <property name="text">
183         <string>OpenStreetMaps (World)</string>
184        </property>
185       </item>
186      </widget>
187     </item>
188     <item row="4" column="0">
189      <widget class="QLabel" name="label">
190       <property name="text">
191        <string>Mode</string>
192       </property>
193      </widget>
194     </item>
195     <item row="4" column="1">
196      <layout class="QHBoxLayout" name="horizontalLayout_2">
197       <item>
198        <widget class="QRadioButton" name="onlineButton">
199         <property name="text">
200          <string>Online</string>
201         </property>
202         <property name="checked">
203          <bool>true</bool>
204         </property>
205         <attribute name="buttonGroup">
206          <string>buttonGroup</string>
207         </attribute>
208        </widget>
209       </item>
210       <item>
211        <widget class="QRadioButton" name="offLineButton">
212         <property name="text">
213          <string>Offline</string>
214         </property>
215         <attribute name="buttonGroup">
216          <string>buttonGroup</string>
217         </attribute>
218        </widget>
219       </item>
220      </layout>
221     </item>
222     <item row="8" column="0">
223      <widget class="QLabel" name="label_2">
224       <property name="text">
225        <string>XML file</string>
226       </property>
227      </widget>
228     </item>
229     <item row="8" column="1">
230      <layout class="QHBoxLayout" name="horizontalLayout">
231       <item>
232        <widget class="QComboBox" name="fileCombo">
233         <property name="sizePolicy">
234          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
235           <horstretch>0</horstretch>
236           <verstretch>0</verstretch>
237          </sizepolicy>
238         </property>
239         <property name="editable">
240          <bool>true</bool>
241         </property>
242        </widget>
243       </item>
244       <item>
245        <widget class="QPushButton" name="browseButton">
246         <property name="sizePolicy">
247          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
248           <horstretch>0</horstretch>
249           <verstretch>0</verstretch>
250          </sizepolicy>
251         </property>
252         <property name="text">
253          <string>browse</string>
254         </property>
255        </widget>
256       </item>
257      </layout>
258     </item>
259     <item row="9" column="1">
260      <widget class="QDialogButtonBox" name="buttonBox">
261       <property name="sizePolicy">
262        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
263         <horstretch>0</horstretch>
264         <verstretch>0</verstretch>
265        </sizepolicy>
266       </property>
267       <property name="orientation">
268        <enum>Qt::Horizontal</enum>
269       </property>
270       <property name="standardButtons">
271        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
272       </property>
273      </widget>
274     </item>
275     <item row="7" column="0">
276      <widget class="QLabel" name="xmlTypeLabel">
277       <property name="text">
278        <string>XML type</string>
279       </property>
280      </widget>
281     </item>
282     <item row="7" column="1">
283      <layout class="QHBoxLayout" name="xmlTypeLayout">
284       <item>
285        <widget class="QRadioButton" name="gpxButton">
286         <property name="text">
287          <string>GPX</string>
288         </property>
289         <attribute name="buttonGroup">
290          <string>buttonGroup_2</string>
291         </attribute>
292        </widget>
293       </item>
294       <item>
295        <widget class="QRadioButton" name="tcxButton">
296         <property name="text">
297          <string>TCX</string>
298         </property>
299         <property name="checked">
300          <bool>true</bool>
301         </property>
302         <attribute name="buttonGroup">
303          <string>buttonGroup_2</string>
304         </attribute>
305        </widget>
306       </item>
307      </layout>
308     </item>
309     <item row="6" column="0">
310      <widget class="QLabel" name="label_4">
311       <property name="text">
312        <string>Map cache</string>
313       </property>
314      </widget>
315     </item>
316     <item row="6" column="1">
317      <layout class="QHBoxLayout" name="horizontalLayout_4">
318       <item>
319        <widget class="QRadioButton" name="tileCacheOn">
320         <property name="text">
321          <string>On</string>
322         </property>
323         <property name="checked">
324          <bool>false</bool>
325         </property>
326        </widget>
327       </item>
328       <item>
329        <widget class="QRadioButton" name="tileCacheOff">
330         <property name="text">
331          <string>Off</string>
332         </property>
333         <property name="checked">
334          <bool>true</bool>
335         </property>
336        </widget>
337       </item>
338      </layout>
339     </item>
340    </layout>
341   </widget>
342  </widget>
343  <resources/>
344  <connections>
345   <connection>
346    <sender>buttonBox</sender>
347    <signal>accepted()</signal>
348    <receiver>SettingsWindow</receiver>
349    <slot>accept()</slot>
350    <hints>
351     <hint type="sourcelabel">
352      <x>248</x>
353      <y>254</y>
354     </hint>
355     <hint type="destinationlabel">
356      <x>157</x>
357      <y>274</y>
358     </hint>
359    </hints>
360   </connection>
361   <connection>
362    <sender>buttonBox</sender>
363    <signal>rejected()</signal>
364    <receiver>SettingsWindow</receiver>
365    <slot>reject()</slot>
366    <hints>
367     <hint type="sourcelabel">
368      <x>316</x>
369      <y>260</y>
370     </hint>
371     <hint type="destinationlabel">
372      <x>286</x>
373      <y>274</y>
374     </hint>
375    </hints>
376   </connection>
377  </connections>
378  <buttongroups>
379   <buttongroup name="buttonGroup_2"/>
380   <buttongroup name="buttonGroup"/>
381  </buttongroups>
382 </ui>