~leo-editor-team/leo-editor/qleolite

« back to all changes in this revision

Viewing changes to qllmain.ui

  • Committer: Ville M. Vainio
  • Date: 2008-05-15 08:38:23 UTC
  • Revision ID: vivainio@gmail.com-20080515083823-k1du3np25lsiuk23
First public checkin of QLeoLite

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>MainWindow</class>
 
3
 <widget class="QMainWindow" name="MainWindow" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>1339</width>
 
9
    <height>649</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>QLeoLite</string>
 
14
  </property>
 
15
  <widget class="QWidget" name="centralwidget" >
 
16
   <layout class="QVBoxLayout" >
 
17
    <item>
 
18
     <widget class="QSplitter" name="splitter_2" >
 
19
      <property name="orientation" >
 
20
       <enum>Qt::Vertical</enum>
 
21
      </property>
 
22
      <widget class="QSplitter" name="splitter" >
 
23
       <property name="orientation" >
 
24
        <enum>Qt::Horizontal</enum>
 
25
       </property>
 
26
       <widget class="QTreeWidget" name="treeWidget" >
 
27
        <column>
 
28
         <property name="text" >
 
29
          <string>1</string>
 
30
         </property>
 
31
        </column>
 
32
       </widget>
 
33
       <widget class="QTextEdit" name="logView" />
 
34
      </widget>
 
35
      <widget class="QTextEdit" name="textEdit" >
 
36
       <property name="acceptRichText" >
 
37
        <bool>false</bool>
 
38
       </property>
 
39
      </widget>
 
40
     </widget>
 
41
    </item>
 
42
   </layout>
 
43
  </widget>
 
44
  <widget class="QMenuBar" name="menubar" >
 
45
   <property name="geometry" >
 
46
    <rect>
 
47
     <x>0</x>
 
48
     <y>0</y>
 
49
     <width>1339</width>
 
50
     <height>27</height>
 
51
    </rect>
 
52
   </property>
 
53
   <widget class="QMenu" name="menuFile" >
 
54
    <property name="title" >
 
55
     <string>File</string>
 
56
    </property>
 
57
    <addaction name="actionOpen" />
 
58
    <addaction name="actionSave" />
 
59
   </widget>
 
60
   <addaction name="menuFile" />
 
61
  </widget>
 
62
  <widget class="QStatusBar" name="statusbar" />
 
63
  <action name="actionOpen" >
 
64
   <property name="text" >
 
65
    <string>Open</string>
 
66
   </property>
 
67
  </action>
 
68
  <action name="actionSave" >
 
69
   <property name="text" >
 
70
    <string>Save</string>
 
71
   </property>
 
72
  </action>
 
73
 </widget>
 
74
 <resources/>
 
75
 <connections>
 
76
  <connection>
 
77
   <sender>treeWidget</sender>
 
78
   <signal>itemSelectionChanged()</signal>
 
79
   <receiver>MainWindow</receiver>
 
80
   <slot>showNormal()</slot>
 
81
   <hints>
 
82
    <hint type="sourcelabel" >
 
83
     <x>491</x>
 
84
     <y>111</y>
 
85
    </hint>
 
86
    <hint type="destinationlabel" >
 
87
     <x>669</x>
 
88
     <y>324</y>
 
89
    </hint>
 
90
   </hints>
 
91
  </connection>
 
92
 </connections>
 
93
</ui>