Хранилища Subversion OpenInventory

Редакция

Редакция 106 | Редакция 114 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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>
102 pingvin 9
    <width>770</width>
10
    <height>709</height>
88 pingvin 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>
102 pingvin 23
      <height>591</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>
109 pingvin 33
     <widget class="QTreeWidget" name="treeWidget_2">
34
      <property name="geometry">
35
       <rect>
36
        <x>10</x>
37
        <y>10</y>
38
        <width>701</width>
39
        <height>451</height>
40
       </rect>
41
      </property>
42
      <column>
43
       <property name="text">
44
        <string notr="true">1</string>
45
       </property>
46
      </column>
47
     </widget>
88 pingvin 48
    </widget>
49
    <widget class="QWidget" name="tab_2">
50
     <attribute name="title">
51
      <string>Tab 2</string>
52
     </attribute>
53
     <widget class="QTreeWidget" name="treeWidget">
54
      <property name="geometry">
55
       <rect>
56
        <x>10</x>
57
        <y>10</y>
90 pingvin 58
        <width>711</width>
102 pingvin 59
        <height>451</height>
88 pingvin 60
       </rect>
61
      </property>
62
      <column>
63
       <property name="text">
90 pingvin 64
        <string notr="true">Имя класа</string>
88 pingvin 65
       </property>
66
      </column>
90 pingvin 67
      <column>
68
       <property name="text">
69
        <string>ID класса</string>
70
       </property>
71
      </column>
72
      <column>
73
       <property name="text">
74
        <string>Номер строки в файле</string>
75
       </property>
76
      </column>
77
      <column>
78
       <property name="text">
79
        <string>Уровень вложения</string>
80
       </property>
81
      </column>
88 pingvin 82
     </widget>
102 pingvin 83
     <widget class="QComboBox" name="comboBox">
109 pingvin 84
      <property name="enabled">
85
       <bool>false</bool>
86
      </property>
102 pingvin 87
      <property name="geometry">
88
       <rect>
89
        <x>10</x>
90
        <y>480</y>
104 pingvin 91
        <width>381</width>
102 pingvin 92
        <height>31</height>
93
       </rect>
94
      </property>
95
      <property name="editable">
96
       <bool>false</bool>
97
      </property>
98
     </widget>
106 pingvin 99
     <widget class="QLabel" name="label">
100
      <property name="geometry">
101
       <rect>
102
        <x>420</x>
103
        <y>480</y>
104
        <width>78</width>
105
        <height>21</height>
106
       </rect>
107
      </property>
108
      <property name="text">
109
       <string>ID</string>
110
      </property>
111
     </widget>
88 pingvin 112
    </widget>
113
   </widget>
114
  </widget>
115
  <widget class="QMenuBar" name="menuBar">
116
   <property name="geometry">
117
    <rect>
118
     <x>0</x>
119
     <y>0</y>
102 pingvin 120
     <width>770</width>
88 pingvin 121
     <height>27</height>
122
    </rect>
123
   </property>
124
  </widget>
125
  <widget class="QToolBar" name="mainToolBar">
126
   <attribute name="toolBarArea">
127
    <enum>TopToolBarArea</enum>
128
   </attribute>
129
   <attribute name="toolBarBreak">
130
    <bool>false</bool>
131
   </attribute>
132
  </widget>
133
  <widget class="QStatusBar" name="statusBar"/>
134
 </widget>
135
 <layoutdefault spacing="6" margin="11"/>
136
 <resources/>
137
 <connections/>
138
</ui>