Хранилища Subversion OpenInventory

Редакция

Редакция 90 | К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
88 pingvin 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>
9
    <width>617</width>
10
    <height>633</height>
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>
20
      <x>10</x>
21
      <y>0</y>
22
      <width>601</width>
23
      <height>571</height>
24
     </rect>
25
    </property>
26
    <property name="currentIndex">
27
     <number>1</number>
28
    </property>
29
    <widget class="QWidget" name="tab">
30
     <attribute name="title">
31
      <string>Tab 1</string>
32
     </attribute>
33
    </widget>
34
    <widget class="QWidget" name="tab_2">
35
     <attribute name="title">
36
      <string>Tab 2</string>
37
     </attribute>
38
     <widget class="QTreeWidget" name="treeWidget">
39
      <property name="geometry">
40
       <rect>
41
        <x>10</x>
42
        <y>10</y>
43
        <width>256</width>
44
        <height>511</height>
45
       </rect>
46
      </property>
47
      <column>
48
       <property name="text">
49
        <string notr="true">1</string>
50
       </property>
51
      </column>
52
     </widget>
53
    </widget>
54
   </widget>
55
  </widget>
56
  <widget class="QMenuBar" name="menuBar">
57
   <property name="geometry">
58
    <rect>
59
     <x>0</x>
60
     <y>0</y>
61
     <width>617</width>
62
     <height>27</height>
63
    </rect>
64
   </property>
65
  </widget>
66
  <widget class="QToolBar" name="mainToolBar">
67
   <attribute name="toolBarArea">
68
    <enum>TopToolBarArea</enum>
69
   </attribute>
70
   <attribute name="toolBarBreak">
71
    <bool>false</bool>
72
   </attribute>
73
  </widget>
74
  <widget class="QStatusBar" name="statusBar"/>
75
 </widget>
76
 <layoutdefault spacing="6" margin="11"/>
77
 <resources/>
78
 <connections/>
79
</ui>