Subversion Repositories svn1

Rev

Rev 118 | Rev 126 | Go to most recent revision | 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>
95 david 9
    <width>884</width>
123 - 10
    <height>599</height>
94 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QTextEdit" name="textEdit">
18
    <property name="geometry">
19
     <rect>
95 david 20
      <x>560</x>
94 - 21
      <y>0</y>
22
      <width>311</width>
118 david 23
      <height>471</height>
94 - 24
     </rect>
25
    </property>
26
    <property name="font">
27
     <font>
28
      <family>Lucida Console</family>
29
      <pointsize>12</pointsize>
30
      <weight>50</weight>
31
      <bold>false</bold>
32
     </font>
33
    </property>
34
    <property name="documentTitle">
35
     <string notr="true"/>
36
    </property>
37
    <property name="undoRedoEnabled">
38
     <bool>false</bool>
39
    </property>
40
    <property name="lineWrapMode">
41
     <enum>QTextEdit::NoWrap</enum>
42
    </property>
43
    <property name="readOnly">
44
     <bool>true</bool>
45
    </property>
46
    <property name="overwriteMode">
47
     <bool>true</bool>
48
    </property>
49
    <property name="acceptRichText">
50
     <bool>false</bool>
51
    </property>
52
   </widget>
53
   <widget class="QTabWidget" name="tabWidget">
54
    <property name="geometry">
55
     <rect>
56
      <x>10</x>
57
      <y>0</y>
123 - 58
      <width>441</width>
59
      <height>550</height>
94 - 60
     </rect>
61
    </property>
62
    <property name="currentIndex">
63
     <number>-1</number>
64
    </property>
65
   </widget>
66
  </widget>
67
  <widget class="QMenuBar" name="menuBar">
68
   <property name="geometry">
69
    <rect>
70
     <x>0</x>
71
     <y>0</y>
95 david 72
     <width>884</width>
123 - 73
     <height>18</height>
94 - 74
    </rect>
75
   </property>
76
  </widget>
77
  <widget class="QToolBar" name="mainToolBar">
78
   <attribute name="toolBarArea">
79
    <enum>TopToolBarArea</enum>
80
   </attribute>
81
   <attribute name="toolBarBreak">
82
    <bool>false</bool>
83
   </attribute>
84
  </widget>
85
  <widget class="QStatusBar" name="statusBar"/>
86
 </widget>
87
 <layoutdefault spacing="6" margin="11"/>
88
 <resources/>
89
 <connections/>
90
</ui>