1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RoutingPlugin</class>
4 <widget class="QWidget" name="RoutingPlugin">
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>972</width>
13    <height>91</height>
14   </rect>
15  </property>
16  <property name="sizePolicy">
17   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
18    <horstretch>0</horstretch>
19    <verstretch>0</verstretch>
20   </sizepolicy>
21  </property>
22  <layout class="QGridLayout" name="gridLayout">
23   <property name="sizeConstraint">
24    <enum>QLayout::SetFixedSize</enum>
25   </property>
26   <property name="margin">
27    <number>0</number>
28   </property>
29   <item row="0" column="0">
30    <widget class="QProgressBar" name="progressBar">
31     <property name="sizePolicy">
32      <sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding">
33       <horstretch>0</horstretch>
34       <verstretch>0</verstretch>
35      </sizepolicy>
36     </property>
37     <property name="minimumSize">
38      <size>
39       <width>0</width>
40       <height>0</height>
41      </size>
42     </property>
43     <property name="maximum">
44      <number>1000</number>
45     </property>
46     <property name="value">
47      <number>100</number>
48     </property>
49     <property name="orientation">
50      <enum>Qt::Vertical</enum>
51     </property>
52     <property name="format">
53      <string/>
54     </property>
55    </widget>
56   </item>
57   <item row="0" column="1">
58    <widget class="QLabel" name="instructionIconLabel">
59     <property name="enabled">
60      <bool>true</bool>
61     </property>
62     <property name="sizePolicy">
63      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
64       <horstretch>0</horstretch>
65       <verstretch>0</verstretch>
66      </sizepolicy>
67     </property>
68     <property name="minimumSize">
69      <size>
70       <width>64</width>
71       <height>64</height>
72      </size>
73     </property>
74     <property name="text">
75      <string/>
76     </property>
77    </widget>
78   </item>
79   <item row="0" column="3">
80    <widget class="QLabel" name="instructionLabel">
81     <property name="sizePolicy">
82      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
83       <horstretch>0</horstretch>
84       <verstretch>0</verstretch>
85      </sizepolicy>
86     </property>
87     <property name="minimumSize">
88      <size>
89       <width>410</width>
90       <height>0</height>
91      </size>
92     </property>
93     <property name="text">
94      <string/>
95     </property>
96     <property name="wordWrap">
97      <bool>true</bool>
98     </property>
99    </widget>
100   </item>
101   <item row="0" column="4">
102    <widget class="QLabel" name="followingInstructionIconLabel">
103     <property name="enabled">
104      <bool>false</bool>
105     </property>
106     <property name="sizePolicy">
107      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
108       <horstretch>0</horstretch>
109       <verstretch>0</verstretch>
110      </sizepolicy>
111     </property>
112     <property name="text">
113      <string/>
114     </property>
115     <property name="alignment">
116      <set>Qt::AlignCenter</set>
117     </property>
118    </widget>
119   </item>
120   <item row="0" column="6">
121    <widget class="QToolButton" name="routingButton">
122     <property name="sizePolicy">
123      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
124       <horstretch>64</horstretch>
125       <verstretch>64</verstretch>
126      </sizepolicy>
127     </property>
128     <property name="toolTip">
129      <string>Guidance Mode</string>
130     </property>
131     <property name="text">
132      <string>R</string>
133     </property>
134     <property name="icon">
135      <iconset resource="../../../marble.qrc">
136       <normaloff>:/icons/route-guidance.png</normaloff>:/icons/route-guidance.png</iconset>
137     </property>
138     <property name="iconSize">
139      <size>
140       <width>64</width>
141       <height>64</height>
142      </size>
143     </property>
144     <property name="checkable">
145      <bool>true</bool>
146     </property>
147    </widget>
148   </item>
149   <item row="0" column="7">
150    <widget class="QToolButton" name="gpsButton">
151     <property name="sizePolicy">
152      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
153       <horstretch>64</horstretch>
154       <verstretch>64</verstretch>
155      </sizepolicy>
156     </property>
157     <property name="toolTip">
158      <string>Toggle GPS</string>
159     </property>
160     <property name="text">
161      <string/>
162     </property>
163     <property name="icon">
164      <iconset resource="../../../marble.qrc">
165       <normaloff>:/icons/gps.png</normaloff>:/icons/gps.png</iconset>
166     </property>
167     <property name="iconSize">
168      <size>
169       <width>64</width>
170       <height>64</height>
171      </size>
172     </property>
173     <property name="checkable">
174      <bool>true</bool>
175     </property>
176    </widget>
177   </item>
178   <item row="0" column="8">
179    <widget class="QToolButton" name="zoomOutButton">
180     <property name="sizePolicy">
181      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
182       <horstretch>64</horstretch>
183       <verstretch>64</verstretch>
184      </sizepolicy>
185     </property>
186     <property name="toolTip">
187      <string>Zoom Out</string>
188     </property>
189     <property name="text">
190      <string>-</string>
191     </property>
192     <property name="icon">
193      <iconset resource="../../../marble.qrc">
194       <normaloff>:/icons/zoom-out-large.png</normaloff>:/icons/zoom-out-large.png</iconset>
195     </property>
196     <property name="iconSize">
197      <size>
198       <width>64</width>
199       <height>64</height>
200      </size>
201     </property>
202     <property name="checkable">
203      <bool>false</bool>
204     </property>
205     <property name="autoRepeat">
206      <bool>false</bool>
207     </property>
208    </widget>
209   </item>
210   <item row="0" column="9">
211    <widget class="QToolButton" name="zoomInButton">
212     <property name="sizePolicy">
213      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
214       <horstretch>64</horstretch>
215       <verstretch>64</verstretch>
216      </sizepolicy>
217     </property>
218     <property name="toolTip">
219      <string>Zoom In</string>
220     </property>
221     <property name="text">
222      <string>+</string>
223     </property>
224     <property name="icon">
225      <iconset resource="../../../marble.qrc">
226       <normaloff>:/icons/zoom-in-large.png</normaloff>:/icons/zoom-in-large.png</iconset>
227     </property>
228     <property name="iconSize">
229      <size>
230       <width>64</width>
231       <height>64</height>
232      </size>
233     </property>
234     <property name="checkable">
235      <bool>false</bool>
236     </property>
237     <property name="autoRepeat">
238      <bool>false</bool>
239     </property>
240    </widget>
241   </item>
242   <item row="0" column="5">
243    <widget class="QLabel" name="destinationDistanceLabel">
244     <property name="sizePolicy">
245      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
246       <horstretch>0</horstretch>
247       <verstretch>0</verstretch>
248      </sizepolicy>
249     </property>
250     <property name="maximumSize">
251      <size>
252       <width>128</width>
253       <height>16777215</height>
254      </size>
255     </property>
256     <property name="cursor">
257      <cursorShape>ArrowCursor</cursorShape>
258     </property>
259     <property name="toolTip">
260      <string>total time remaining</string>
261     </property>
262     <property name="text">
263      <string/>
264     </property>
265     <property name="textFormat">
266      <enum>Qt::AutoText</enum>
267     </property>
268     <property name="alignment">
269      <set>Qt::AlignCenter</set>
270     </property>
271     <property name="wordWrap">
272      <bool>true</bool>
273     </property>
274    </widget>
275   </item>
276   <item row="0" column="2">
277    <spacer name="spacer">
278     <property name="orientation">
279      <enum>Qt::Horizontal</enum>
280     </property>
281     <property name="sizeType">
282      <enum>QSizePolicy::Fixed</enum>
283     </property>
284     <property name="sizeHint" stdset="0">
285      <size>
286       <width>10</width>
287       <height>20</height>
288      </size>
289     </property>
290    </spacer>
291   </item>
292  </layout>
293 </widget>
294 <resources>
295  <include location="../../../marble.qrc"/>
296  <include location="../../../lib/libmarble.qrc"/>
297 </resources>
298 <connections/>
299</ui>
300