Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
98 - 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>
130 david 9
    <width>550</width>
203 david 10
    <height>600</height>
98 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
173 david 16
  <widget class="QWidget" name="centralWidget"/>
98 - 17
  <widget class="QMenuBar" name="menuBar">
18
   <property name="geometry">
19
    <rect>
20
     <x>0</x>
21
     <y>0</y>
130 david 22
     <width>550</width>
293 david 23
     <height>18</height>
98 - 24
    </rect>
25
   </property>
26
  </widget>
137 david 27
  <widget class="QStatusBar" name="statusBar">
28
   <property name="enabled">
29
    <bool>true</bool>
30
   </property>
31
   <property name="statusTip">
32
    <string/>
33
   </property>
34
   <property name="sizeGripEnabled">
35
    <bool>true</bool>
36
   </property>
37
  </widget>
98 - 38
 </widget>
39
 <layoutdefault spacing="6" margin="11"/>
40
 <resources/>
41
 <connections/>
42
</ui>