Subversion Repositories svn1

Rev

Rev 169 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
94 - 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>
126 david 9
    <width>550</width>
199 david 10
    <height>600</height>
94 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
169 david 16
  <widget class="QWidget" name="centralWidget"/>
94 - 17
  <widget class="QMenuBar" name="menuBar">
18
   <property name="geometry">
19
    <rect>
20
     <x>0</x>
21
     <y>0</y>
126 david 22
     <width>550</width>
168 david 23
     <height>23</height>
94 - 24
    </rect>
25
   </property>
26
  </widget>
27
  <widget class="QToolBar" name="mainToolBar">
28
   <attribute name="toolBarArea">
29
    <enum>TopToolBarArea</enum>
30
   </attribute>
31
   <attribute name="toolBarBreak">
32
    <bool>false</bool>
33
   </attribute>
34
  </widget>
133 david 35
  <widget class="QStatusBar" name="statusBar">
36
   <property name="enabled">
37
    <bool>true</bool>
38
   </property>
39
   <property name="statusTip">
40
    <string/>
41
   </property>
42
   <property name="sizeGripEnabled">
43
    <bool>true</bool>
44
   </property>
45
  </widget>
94 - 46
 </widget>
47
 <layoutdefault spacing="6" margin="11"/>
48
 <resources/>
49
 <connections/>
50
</ui>