WWW, settings and info buttons changed to custom buttons.
[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="QLabel" name="label">
18     <property name="geometry">
19      <rect>
20       <x>270</x>
21       <y>280</y>
22       <width>461</width>
23       <height>121</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string/>
28     </property>
29     <property name="pixmap">
30      <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/speedfreak.png</pixmap>
31     </property>
32     <property name="scaledContents">
33      <bool>true</bool>
34     </property>
35    </widget>
36   </widget>
37   <widget class="QMenuBar" name="menuBar">
38    <property name="geometry">
39     <rect>
40      <x>0</x>
41      <y>0</y>
42      <width>800</width>
43      <height>25</height>
44     </rect>
45    </property>
46   </widget>
47   <widget class="QToolBar" name="mainToolBar">
48    <attribute name="toolBarArea">
49     <enum>TopToolBarArea</enum>
50    </attribute>
51    <attribute name="toolBarBreak">
52     <bool>false</bool>
53    </attribute>
54   </widget>
55   <widget class="QStatusBar" name="statusBar"/>
56  </widget>
57  <layoutdefault spacing="6" margin="11"/>
58  <resources>
59   <include location="graphics.qrc"/>
60  </resources>
61  <connections/>
62 </ui>