Fixed minor bugs
[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="sendPushButton">
17    <property name="geometry">
18     <rect>
19      <x>710</x>
20      <y>120</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_save.png</normaloff>:/new/prefix1/Graphics/route_save.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="QLabel" name="labelInfoToUser">
40    <property name="geometry">
41     <rect>
42      <x>10</x>
43      <y>330</y>
44      <width>781</width>
45      <height>51</height>
46     </rect>
47    </property>
48    <property name="text">
49     <string>User info</string>
50    </property>
51   </widget>
52   <widget class="QPushButton" name="pushButtonInfo">
53    <property name="geometry">
54     <rect>
55      <x>750</x>
56      <y>0</y>
57      <width>50</width>
58      <height>50</height>
59     </rect>
60    </property>
61    <property name="text">
62     <string/>
63    </property>
64    <property name="icon">
65     <iconset resource="graphics.qrc">
66      <normaloff>:/new/prefix1/Graphics/info.png</normaloff>:/new/prefix1/Graphics/info.png</iconset>
67    </property>
68    <property name="iconSize">
69     <size>
70      <width>45</width>
71      <height>45</height>
72     </size>
73    </property>
74   </widget>
75   <widget class="QLabel" name="maxSpeedLabel">
76    <property name="geometry">
77     <rect>
78      <x>560</x>
79      <y>10</y>
80      <width>111</width>
81      <height>41</height>
82     </rect>
83    </property>
84    <property name="text">
85     <string>Max:</string>
86    </property>
87    <property name="alignment">
88     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
89    </property>
90   </widget>
91   <widget class="QLabel" name="speedValueLabel">
92    <property name="geometry">
93     <rect>
94      <x>560</x>
95      <y>40</y>
96      <width>110</width>
97      <height>41</height>
98     </rect>
99    </property>
100    <property name="text">
101     <string>speedValueLabel</string>
102    </property>
103    <property name="alignment">
104     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
105    </property>
106   </widget>
107   <widget class="QLabel" name="avgSpeedlabel">
108    <property name="geometry">
109     <rect>
110      <x>560</x>
111      <y>130</y>
112      <width>131</width>
113      <height>31</height>
114     </rect>
115    </property>
116    <property name="text">
117     <string>Average:</string>
118    </property>
119    <property name="alignment">
120     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
121    </property>
122   </widget>
123   <widget class="QLabel" name="avgSpeedValueLabel">
124    <property name="geometry">
125     <rect>
126      <x>560</x>
127      <y>160</y>
128      <width>135</width>
129      <height>31</height>
130     </rect>
131    </property>
132    <property name="text">
133     <string>avgSpeedValueLabel</string>
134    </property>
135    <property name="alignment">
136     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
137    </property>
138   </widget>
139   <widget class="QLabel" name="distanceValueLabel">
140    <property name="geometry">
141     <rect>
142      <x>560</x>
143      <y>260</y>
144      <width>135</width>
145      <height>31</height>
146     </rect>
147    </property>
148    <property name="text">
149     <string>distance</string>
150    </property>
151    <property name="alignment">
152     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
153    </property>
154   </widget>
155   <widget class="QLabel" name="distanceLabel">
156    <property name="geometry">
157     <rect>
158      <x>560</x>
159      <y>230</y>
160      <width>131</width>
161      <height>31</height>
162     </rect>
163    </property>
164    <property name="text">
165     <string>Distance:</string>
166    </property>
167    <property name="alignment">
168     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
169    </property>
170   </widget>
171  </widget>
172  <resources>
173   <include location="graphics.qrc"/>
174  </resources>
175  <connections/>
176 </ui>