Merge branch 'master' of https://vcs.maemo.org/git/gpssportsniffer
[gpssportsniffer] / loadtracksWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LoadTracksWindow</class>
4  <widget class="QDialog" name="LoadTracksWindow">
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>509</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Dialog</string>
18   </property>
19   <widget class="QWidget" name="verticalLayoutWidget">
20    <property name="geometry">
21     <rect>
22      <x>20</x>
23      <y>10</y>
24      <width>761</width>
25      <height>281</height>
26     </rect>
27    </property>
28    <layout class="QVBoxLayout" name="verticalLayout">
29     <item>
30      <layout class="QGridLayout" name="gridLayout_2">
31       <item row="2" column="0">
32        <widget class="QLabel" name="label_3">
33         <property name="text">
34          <string>Map Type</string>
35         </property>
36        </widget>
37       </item>
38       <item row="2" column="1" colspan="2">
39        <widget class="QComboBox" name="mapsType">
40         <item>
41          <property name="text">
42           <string>CloudMade (World)</string>
43          </property>
44         </item>
45         <item>
46          <property name="text">
47           <string>GoogleMaps (World)</string>
48          </property>
49         </item>
50         <item>
51          <property name="text">
52           <string>ICC Maps (Catalunya)</string>
53          </property>
54         </item>
55         <item>
56          <property name="text">
57           <string>OpenCycleMaps (World)</string>
58          </property>
59         </item>
60         <item>
61          <property name="text">
62           <string>OpenStreetMaps (World)</string>
63          </property>
64         </item>
65        </widget>
66       </item>
67       <item row="1" column="1">
68        <widget class="QLabel" name="colorLabel">
69         <property name="sizePolicy">
70          <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
71           <horstretch>0</horstretch>
72           <verstretch>0</verstretch>
73          </sizepolicy>
74         </property>
75         <property name="text">
76          <string/>
77         </property>
78        </widget>
79       </item>
80       <item row="1" column="0">
81        <widget class="QLabel" name="label_2">
82         <property name="sizePolicy">
83          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
84           <horstretch>0</horstretch>
85           <verstretch>0</verstretch>
86          </sizepolicy>
87         </property>
88         <property name="text">
89          <string>Color</string>
90         </property>
91        </widget>
92       </item>
93       <item row="0" column="0">
94        <widget class="QLabel" name="label">
95         <property name="text">
96          <string>File</string>
97         </property>
98        </widget>
99       </item>
100       <item row="0" column="1">
101        <widget class="QComboBox" name="fileCombo">
102         <property name="sizePolicy">
103          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
104           <horstretch>0</horstretch>
105           <verstretch>0</verstretch>
106          </sizepolicy>
107         </property>
108         <property name="editable">
109          <bool>true</bool>
110         </property>
111         <property name="frame">
112          <bool>false</bool>
113         </property>
114        </widget>
115       </item>
116       <item row="1" column="2">
117        <widget class="QPushButton" name="colorButton">
118         <property name="text">
119          <string>select color</string>
120         </property>
121        </widget>
122       </item>
123       <item row="0" column="2">
124        <widget class="QPushButton" name="browseButton">
125         <property name="text">
126          <string>browse</string>
127         </property>
128        </widget>
129       </item>
130       <item row="3" column="0">
131        <widget class="QLabel" name="label_4">
132         <property name="sizePolicy">
133          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
134           <horstretch>0</horstretch>
135           <verstretch>0</verstretch>
136          </sizepolicy>
137         </property>
138         <property name="text">
139          <string>Map cache</string>
140         </property>
141        </widget>
142       </item>
143       <item row="3" column="1" colspan="2">
144        <layout class="QHBoxLayout" name="horizontalLayout_2">
145         <item>
146          <widget class="QRadioButton" name="mapCacheOn">
147           <property name="text">
148            <string>On</string>
149           </property>
150           <property name="checked">
151            <bool>false</bool>
152           </property>
153          </widget>
154         </item>
155         <item>
156          <widget class="QRadioButton" name="mapCacheOff">
157           <property name="text">
158            <string>Off</string>
159           </property>
160           <property name="checked">
161            <bool>true</bool>
162           </property>
163          </widget>
164         </item>
165        </layout>
166       </item>
167      </layout>
168     </item>
169     <item>
170      <widget class="QDialogButtonBox" name="buttonBox">
171       <property name="orientation">
172        <enum>Qt::Horizontal</enum>
173       </property>
174       <property name="standardButtons">
175        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
176       </property>
177      </widget>
178     </item>
179    </layout>
180   </widget>
181  </widget>
182  <resources/>
183  <connections>
184   <connection>
185    <sender>buttonBox</sender>
186    <signal>accepted()</signal>
187    <receiver>LoadTracksWindow</receiver>
188    <slot>accept()</slot>
189    <hints>
190     <hint type="sourcelabel">
191      <x>248</x>
192      <y>254</y>
193     </hint>
194     <hint type="destinationlabel">
195      <x>157</x>
196      <y>274</y>
197     </hint>
198    </hints>
199   </connection>
200   <connection>
201    <sender>buttonBox</sender>
202    <signal>rejected()</signal>
203    <receiver>LoadTracksWindow</receiver>
204    <slot>reject()</slot>
205    <hints>
206     <hint type="sourcelabel">
207      <x>316</x>
208      <y>260</y>
209     </hint>
210     <hint type="destinationlabel">
211      <x>286</x>
212      <y>274</y>
213     </hint>
214    </hints>
215   </connection>
216  </connections>
217 </ui>