Route and Results buttons updated.
[speedfreak] / Client / routedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RouteDialog</class>
4  <widget class="QDialog" name="RouteDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QPushButton" name="newPushButton">
17    <property name="geometry">
18     <rect>
19      <x>710</x>
20      <y>150</y>
21      <width>90</width>
22      <height>90</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string/>
27    </property>
28    <property name="icon">
29     <iconset resource="graphics.qrc">
30      <normaloff>:/new/prefix1/Graphics/route_new.png</normaloff>:/new/prefix1/Graphics/route_new.png</iconset>
31    </property>
32    <property name="iconSize">
33     <size>
34      <width>85</width>
35      <height>85</height>
36     </size>
37    </property>
38   </widget>
39   <widget class="QPushButton" name="sendPushButton">
40    <property name="geometry">
41     <rect>
42      <x>710</x>
43      <y>50</y>
44      <width>90</width>
45      <height>90</height>
46     </rect>
47    </property>
48    <property name="text">
49     <string/>
50    </property>
51    <property name="icon">
52     <iconset resource="graphics.qrc">
53      <normaloff>:/new/prefix1/Graphics/route_save.png</normaloff>:/new/prefix1/Graphics/route_save.png</iconset>
54    </property>
55    <property name="iconSize">
56     <size>
57      <width>85</width>
58      <height>85</height>
59     </size>
60    </property>
61   </widget>
62   <widget class="QLabel" name="labelInfoToUser">
63    <property name="geometry">
64     <rect>
65      <x>10</x>
66      <y>330</y>
67      <width>781</width>
68      <height>51</height>
69     </rect>
70    </property>
71    <property name="text">
72     <string>User info</string>
73    </property>
74   </widget>
75   <widget class="QPushButton" name="pushButtonInfo">
76    <property name="geometry">
77     <rect>
78      <x>750</x>
79      <y>0</y>
80      <width>50</width>
81      <height>50</height>
82     </rect>
83    </property>
84    <property name="text">
85     <string/>
86    </property>
87    <property name="icon">
88     <iconset resource="graphics.qrc">
89      <normaloff>:/new/prefix1/Graphics/info.png</normaloff>:/new/prefix1/Graphics/info.png</iconset>
90    </property>
91    <property name="iconSize">
92     <size>
93      <width>45</width>
94      <height>45</height>
95     </size>
96    </property>
97   </widget>
98   <widget class="QLabel" name="maxSpeedLabel">
99    <property name="geometry">
100     <rect>
101      <x>560</x>
102      <y>10</y>
103      <width>111</width>
104      <height>41</height>
105     </rect>
106    </property>
107    <property name="text">
108     <string>Max:</string>
109    </property>
110    <property name="alignment">
111     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
112    </property>
113   </widget>
114   <widget class="QLabel" name="speedValueLabel">
115    <property name="geometry">
116     <rect>
117      <x>560</x>
118      <y>40</y>
119      <width>110</width>
120      <height>41</height>
121     </rect>
122    </property>
123    <property name="text">
124     <string>speedValueLabel</string>
125    </property>
126    <property name="alignment">
127     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
128    </property>
129   </widget>
130   <widget class="QLabel" name="avgSpeedlabel">
131    <property name="geometry">
132     <rect>
133      <x>560</x>
134      <y>130</y>
135      <width>131</width>
136      <height>31</height>
137     </rect>
138    </property>
139    <property name="text">
140     <string>Average:</string>
141    </property>
142    <property name="alignment">
143     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
144    </property>
145   </widget>
146   <widget class="QLabel" name="avgSpeedValueLabel">
147    <property name="geometry">
148     <rect>
149      <x>560</x>
150      <y>160</y>
151      <width>135</width>
152      <height>31</height>
153     </rect>
154    </property>
155    <property name="text">
156     <string>avgSpeedValueLabel</string>
157    </property>
158    <property name="alignment">
159     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
160    </property>
161   </widget>
162   <widget class="QLabel" name="distanceValueLabel">
163    <property name="geometry">
164     <rect>
165      <x>560</x>
166      <y>260</y>
167      <width>135</width>
168      <height>31</height>
169     </rect>
170    </property>
171    <property name="text">
172     <string>distance</string>
173    </property>
174    <property name="alignment">
175     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
176    </property>
177   </widget>
178   <widget class="QLabel" name="distanceLabel">
179    <property name="geometry">
180     <rect>
181      <x>560</x>
182      <y>230</y>
183      <width>131</width>
184      <height>31</height>
185     </rect>
186    </property>
187    <property name="text">
188     <string>Distance:</string>
189    </property>
190    <property name="alignment">
191     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
192    </property>
193   </widget>
194  </widget>
195  <resources>
196   <include location="graphics.qrc"/>
197  </resources>
198  <connections/>
199 </ui>