Хранилища Subversion OpenInventory

Редакция

Редакция 88 | Редакция 104 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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>
90 pingvin 9
    <width>766</width>
88 pingvin 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>
90 pingvin 20
      <x>20</x>
21
      <y>10</y>
22
      <width>731</width>
23
      <height>541</height>
88 pingvin 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>
90 pingvin 43
        <width>711</width>
88 pingvin 44
        <height>511</height>
45
       </rect>
46
      </property>
47
      <column>
48
       <property name="text">
90 pingvin 49
        <string notr="true">Имя класа</string>
88 pingvin 50
       </property>
51
      </column>
90 pingvin 52
      <column>
53
       <property name="text">
54
        <string>ID класса</string>
55
       </property>
56
      </column>
57
      <column>
58
       <property name="text">
59
        <string>Номер строки в файле</string>
60
       </property>
61
      </column>
62
      <column>
63
       <property name="text">
64
        <string>Уровень вложения</string>
65
       </property>
66
      </column>
88 pingvin 67
     </widget>
68
    </widget>
69
   </widget>
70
  </widget>
71
  <widget class="QMenuBar" name="menuBar">
72
   <property name="geometry">
73
    <rect>
74
     <x>0</x>
75
     <y>0</y>
90 pingvin 76
     <width>766</width>
88 pingvin 77
     <height>27</height>
78
    </rect>
79
   </property>
80
  </widget>
81
  <widget class="QToolBar" name="mainToolBar">
82
   <attribute name="toolBarArea">
83
    <enum>TopToolBarArea</enum>
84
   </attribute>
85
   <attribute name="toolBarBreak">
86
    <bool>false</bool>
87
   </attribute>
88
  </widget>
89
  <widget class="QStatusBar" name="statusBar"/>
90
 </widget>
91
 <layoutdefault spacing="6" margin="11"/>
92
 <resources/>
93
 <connections/>
94
</ui>