Route and Results buttons updated.
[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>440</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="pushButtonSettings">
18     <property name="geometry">
19      <rect>
20       <x>470</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/settings.png</normaloff>:/new/prefix1/Graphics/settings.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="pushButtonWWW">
41     <property name="geometry">
42      <rect>
43       <x>610</x>
44       <y>150</y>
45       <width>130</width>
46       <height>130</height>
47      </rect>
48     </property>
49     <property name="autoFillBackground">
50      <bool>true</bool>
51     </property>
52     <property name="text">
53      <string/>
54     </property>
55     <property name="icon">
56      <iconset resource="graphics.qrc">
57       <normaloff>:/new/prefix1/Graphics/applications_internet.png</normaloff>:/new/prefix1/Graphics/applications_internet.png</iconset>
58     </property>
59     <property name="iconSize">
60      <size>
61       <width>125</width>
62       <height>125</height>
63      </size>
64     </property>
65    </widget>
66    <widget class="QPushButton" name="pushButtonCredits">
67     <property name="geometry">
68      <rect>
69       <x>670</x>
70       <y>10</y>
71       <width>105</width>
72       <height>105</height>
73      </rect>
74     </property>
75     <property name="text">
76      <string/>
77     </property>
78     <property name="icon">
79      <iconset resource="graphics.qrc">
80       <normaloff>:/new/prefix1/Graphics/info.png</normaloff>:/new/prefix1/Graphics/info.png</iconset>
81     </property>
82     <property name="iconSize">
83      <size>
84       <width>100</width>
85       <height>100</height>
86      </size>
87     </property>
88    </widget>
89    <widget class="QLabel" name="label">
90     <property name="geometry">
91      <rect>
92       <x>270</x>
93       <y>280</y>
94       <width>461</width>
95       <height>121</height>
96      </rect>
97     </property>
98     <property name="text">
99      <string/>
100     </property>
101     <property name="pixmap">
102      <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/speedfreak.png</pixmap>
103     </property>
104     <property name="scaledContents">
105      <bool>true</bool>
106     </property>
107    </widget>
108   </widget>
109   <widget class="QMenuBar" name="menuBar">
110    <property name="geometry">
111     <rect>
112      <x>0</x>
113      <y>0</y>
114      <width>800</width>
115      <height>25</height>
116     </rect>
117    </property>
118   </widget>
119   <widget class="QToolBar" name="mainToolBar">
120    <attribute name="toolBarArea">
121     <enum>TopToolBarArea</enum>
122    </attribute>
123    <attribute name="toolBarBreak">
124     <bool>false</bool>
125    </attribute>
126   </widget>
127   <widget class="QStatusBar" name="statusBar"/>
128  </widget>
129  <layoutdefault spacing="6" margin="11"/>
130  <resources>
131   <include location="graphics.qrc"/>
132  </resources>
133  <connections/>
134 </ui>