Changed "registrate" to "register"
[speedfreak] / Client / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>SpeedFreak</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QPushButton" name="pushButtonAccelerate">
18     <property name="geometry">
19      <rect>
20       <x>50</x>
21       <y>150</y>
22       <width>130</width>
23       <height>130</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string/>
28     </property>
29     <property name="icon">
30      <iconset resource="graphics.qrc">
31       <normaloff>:/new/prefix1/Graphics/Speedometer .png</normaloff>:/new/prefix1/Graphics/Speedometer .png</iconset>
32     </property>
33     <property name="iconSize">
34      <size>
35       <width>125</width>
36       <height>125</height>
37      </size>
38     </property>
39    </widget>
40    <widget class="QPushButton" name="pushButtonRoute">
41     <property name="geometry">
42      <rect>
43       <x>190</x>
44       <y>150</y>
45       <width>130</width>
46       <height>130</height>
47      </rect>
48     </property>
49     <property name="text">
50      <string/>
51     </property>
52     <property name="icon">
53      <iconset resource="graphics.qrc">
54       <normaloff>:/new/prefix1/Graphics/route.png</normaloff>:/new/prefix1/Graphics/route.png</iconset>
55     </property>
56     <property name="iconSize">
57      <size>
58       <width>125</width>
59       <height>125</height>
60      </size>
61     </property>
62    </widget>
63    <widget class="QPushButton" name="pushButtonResults">
64     <property name="geometry">
65      <rect>
66       <x>330</x>
67       <y>150</y>
68       <width>130</width>
69       <height>130</height>
70      </rect>
71     </property>
72     <property name="text">
73      <string>Results</string>
74     </property>
75    </widget>
76    <widget class="QPushButton" name="pushButtonSettings">
77     <property name="geometry">
78      <rect>
79       <x>470</x>
80       <y>150</y>
81       <width>130</width>
82       <height>130</height>
83      </rect>
84     </property>
85     <property name="text">
86      <string>Settings</string>
87     </property>
88    </widget>
89    <widget class="QPushButton" name="pushButtonWWW">
90     <property name="geometry">
91      <rect>
92       <x>610</x>
93       <y>150</y>
94       <width>130</width>
95       <height>130</height>
96      </rect>
97     </property>
98     <property name="text">
99      <string>WWW</string>
100     </property>
101    </widget>
102    <widget class="QPushButton" name="pushButtonCredits">
103     <property name="geometry">
104      <rect>
105       <x>640</x>
106       <y>10</y>
107       <width>151</width>
108       <height>41</height>
109      </rect>
110     </property>
111     <property name="text">
112      <string>Credits</string>
113     </property>
114    </widget>
115   </widget>
116   <widget class="QMenuBar" name="menuBar">
117    <property name="geometry">
118     <rect>
119      <x>0</x>
120      <y>0</y>
121      <width>800</width>
122      <height>25</height>
123     </rect>
124    </property>
125   </widget>
126   <widget class="QToolBar" name="mainToolBar">
127    <attribute name="toolBarArea">
128     <enum>TopToolBarArea</enum>
129    </attribute>
130    <attribute name="toolBarBreak">
131     <bool>false</bool>
132    </attribute>
133   </widget>
134   <widget class="QStatusBar" name="statusBar"/>
135  </widget>
136  <layoutdefault spacing="6" margin="11"/>
137  <resources>
138   <include location="graphics.qrc"/>
139  </resources>
140  <connections/>
141 </ui>