Merge branch 'registerdialog'
[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 class="QPushButton" name="pushButtonUsers">
37     <property name="geometry">
38      <rect>
39       <x>170</x>
40       <y>20</y>
41       <width>93</width>
42       <height>27</height>
43      </rect>
44     </property>
45     <property name="text">
46      <string>Users</string>
47     </property>
48    </widget>
49   </widget>
50   <widget class="QMenuBar" name="menuBar">
51    <property name="geometry">
52     <rect>
53      <x>0</x>
54      <y>0</y>
55      <width>800</width>
56      <height>25</height>
57     </rect>
58    </property>
59   </widget>
60   <widget class="QToolBar" name="mainToolBar">
61    <attribute name="toolBarArea">
62     <enum>TopToolBarArea</enum>
63    </attribute>
64    <attribute name="toolBarBreak">
65     <bool>false</bool>
66    </attribute>
67   </widget>
68   <widget class="QStatusBar" name="statusBar"/>
69  </widget>
70  <layoutdefault spacing="6" margin="11"/>
71  <resources>
72   <include location="graphics.qrc"/>
73  </resources>
74  <connections/>
75 </ui>