Bugfix: accelerate send result.
[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>300</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>670</x>
20      <y>110</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>670</x>
43      <y>10</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="QWidget" name="">
63    <property name="geometry">
64     <rect>
65      <x>660</x>
66      <y>210</y>
67      <width>121</width>
68      <height>81</height>
69     </rect>
70    </property>
71    <layout class="QVBoxLayout" name="verticalLayout">
72     <item>
73      <widget class="QLabel" name="maxSpeedLabel">
74       <property name="text">
75        <string>Max speed</string>
76       </property>
77       <property name="alignment">
78        <set>Qt::AlignCenter</set>
79       </property>
80      </widget>
81     </item>
82     <item>
83      <widget class="QLabel" name="speedValueLabel">
84       <property name="text">
85        <string>TextLabel</string>
86       </property>
87       <property name="alignment">
88        <set>Qt::AlignCenter</set>
89       </property>
90      </widget>
91     </item>
92    </layout>
93   </widget>
94   <widget class="QLabel" name="labelInfoToUser">
95    <property name="geometry">
96     <rect>
97      <x>10</x>
98      <y>310</y>
99      <width>521</width>
100      <height>51</height>
101     </rect>
102    </property>
103    <property name="text">
104     <string/>
105    </property>
106   </widget>
107  </widget>
108  <resources>
109   <include location="graphics.qrc"/>
110  </resources>
111  <connections/>
112 </ui>