A new UI
[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>MainWindow</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>Accelerate</string>
28     </property>
29    </widget>
30    <widget class="QPushButton" name="pushButtonRoute">
31     <property name="geometry">
32      <rect>
33       <x>190</x>
34       <y>150</y>
35       <width>130</width>
36       <height>130</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>Route</string>
41     </property>
42    </widget>
43    <widget class="QPushButton" name="pushButtonResults">
44     <property name="geometry">
45      <rect>
46       <x>330</x>
47       <y>150</y>
48       <width>130</width>
49       <height>130</height>
50      </rect>
51     </property>
52     <property name="text">
53      <string>Results</string>
54     </property>
55    </widget>
56    <widget class="QPushButton" name="pushButtonSettings">
57     <property name="geometry">
58      <rect>
59       <x>470</x>
60       <y>150</y>
61       <width>130</width>
62       <height>130</height>
63      </rect>
64     </property>
65     <property name="text">
66      <string>Settings</string>
67     </property>
68    </widget>
69    <widget class="QPushButton" name="pushButtonWWW">
70     <property name="geometry">
71      <rect>
72       <x>610</x>
73       <y>150</y>
74       <width>130</width>
75       <height>130</height>
76      </rect>
77     </property>
78     <property name="text">
79      <string>WWW</string>
80     </property>
81    </widget>
82    <widget class="QPushButton" name="pushButtonCredits">
83     <property name="geometry">
84      <rect>
85       <x>640</x>
86       <y>10</y>
87       <width>151</width>
88       <height>41</height>
89      </rect>
90     </property>
91     <property name="text">
92      <string>Credits</string>
93     </property>
94    </widget>
95   </widget>
96   <widget class="QMenuBar" name="menuBar">
97    <property name="geometry">
98     <rect>
99      <x>0</x>
100      <y>0</y>
101      <width>800</width>
102      <height>25</height>
103     </rect>
104    </property>
105   </widget>
106   <widget class="QToolBar" name="mainToolBar">
107    <attribute name="toolBarArea">
108     <enum>TopToolBarArea</enum>
109    </attribute>
110    <attribute name="toolBarBreak">
111     <bool>false</bool>
112    </attribute>
113   </widget>
114   <widget class="QStatusBar" name="statusBar"/>
115  </widget>
116  <layoutdefault spacing="6" margin="11"/>
117  <resources/>
118  <connections/>
119 </ui>