Subversion Repositories svn1-original

Rev

Go to most recent revision | 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>
127 - 10
    <height>599</height>
98 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QTabWidget" name="tabWidget">
18
    <property name="geometry">
19
     <rect>
130 david 20
      <x>6</x>
98 - 21
      <y>0</y>
130 david 22
      <width>538</width>
23
      <height>541</height>
98 - 24
     </rect>
25
    </property>
26
    <property name="currentIndex">
27
     <number>-1</number>
28
    </property>
29
   </widget>
30
  </widget>
31
  <widget class="QMenuBar" name="menuBar">
32
   <property name="geometry">
33
    <rect>
34
     <x>0</x>
35
     <y>0</y>
130 david 36
     <width>550</width>
172 david 37
     <height>23</height>
98 - 38
    </rect>
39
   </property>
40
  </widget>
41
  <widget class="QToolBar" name="mainToolBar">
42
   <attribute name="toolBarArea">
43
    <enum>TopToolBarArea</enum>
44
   </attribute>
45
   <attribute name="toolBarBreak">
46
    <bool>false</bool>
47
   </attribute>
48
  </widget>
137 david 49
  <widget class="QStatusBar" name="statusBar">
50
   <property name="enabled">
51
    <bool>true</bool>
52
   </property>
53
   <property name="statusTip">
54
    <string/>
55
   </property>
56
   <property name="sizeGripEnabled">
57
    <bool>true</bool>
58
   </property>
59
  </widget>
98 - 60
 </widget>
61
 <layoutdefault spacing="6" margin="11"/>
62
 <resources/>
63
 <connections/>
64
</ui>