Хранилища Subversion OpenInventory

Редакция

Редакция 109 | Редакция 115 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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>
114 pingvin 9
    <width>1098</width>
10
    <height>697</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>
114 pingvin 22
      <width>521</width>
102 pingvin 23
      <height>591</height>
88 pingvin 24
     </rect>
25
    </property>
26
    <property name="currentIndex">
114 pingvin 27
     <number>0</number>
88 pingvin 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>
114 pingvin 47
      <column>
48
       <property name="text">
49
        <string>Тип узла</string>
50
       </property>
51
      </column>
52
      <column>
53
       <property name="text">
54
        <string>ID</string>
55
       </property>
56
      </column>
109 pingvin 57
     </widget>
88 pingvin 58
    </widget>
59
    <widget class="QWidget" name="tab_2">
60
     <attribute name="title">
61
      <string>Tab 2</string>
62
     </attribute>
63
     <widget class="QTreeWidget" name="treeWidget">
64
      <property name="geometry">
65
       <rect>
66
        <x>10</x>
67
        <y>10</y>
90 pingvin 68
        <width>711</width>
102 pingvin 69
        <height>451</height>
88 pingvin 70
       </rect>
71
      </property>
72
      <column>
73
       <property name="text">
90 pingvin 74
        <string notr="true">Имя класа</string>
88 pingvin 75
       </property>
76
      </column>
90 pingvin 77
      <column>
78
       <property name="text">
79
        <string>ID класса</string>
80
       </property>
81
      </column>
82
      <column>
83
       <property name="text">
84
        <string>Номер строки в файле</string>
85
       </property>
86
      </column>
87
      <column>
88
       <property name="text">
89
        <string>Уровень вложения</string>
90
       </property>
91
      </column>
88 pingvin 92
     </widget>
102 pingvin 93
     <widget class="QComboBox" name="comboBox">
109 pingvin 94
      <property name="enabled">
95
       <bool>false</bool>
96
      </property>
102 pingvin 97
      <property name="geometry">
98
       <rect>
99
        <x>10</x>
100
        <y>480</y>
104 pingvin 101
        <width>381</width>
102 pingvin 102
        <height>31</height>
103
       </rect>
104
      </property>
105
      <property name="editable">
106
       <bool>false</bool>
107
      </property>
108
     </widget>
106 pingvin 109
     <widget class="QLabel" name="label">
110
      <property name="geometry">
111
       <rect>
112
        <x>420</x>
113
        <y>480</y>
114
        <width>78</width>
115
        <height>21</height>
116
       </rect>
117
      </property>
118
      <property name="text">
119
       <string>ID</string>
120
      </property>
121
     </widget>
88 pingvin 122
    </widget>
123
   </widget>
114 pingvin 124
   <widget class="QTabWidget" name="tabWidget_2">
125
    <property name="geometry">
126
     <rect>
127
      <x>580</x>
128
      <y>10</y>
129
      <width>501</width>
130
      <height>591</height>
131
     </rect>
132
    </property>
133
    <property name="currentIndex">
134
     <number>0</number>
135
    </property>
136
    <widget class="QWidget" name="tab_3">
137
     <attribute name="title">
138
      <string>Tab 1</string>
139
     </attribute>
140
    </widget>
141
    <widget class="QWidget" name="tab_4">
142
     <attribute name="title">
143
      <string>Tab 2</string>
144
     </attribute>
145
    </widget>
146
   </widget>
88 pingvin 147
  </widget>
148
  <widget class="QMenuBar" name="menuBar">
149
   <property name="geometry">
150
    <rect>
151
     <x>0</x>
152
     <y>0</y>
114 pingvin 153
     <width>1098</width>
88 pingvin 154
     <height>27</height>
155
    </rect>
156
   </property>
157
  </widget>
158
  <widget class="QToolBar" name="mainToolBar">
159
   <attribute name="toolBarArea">
160
    <enum>TopToolBarArea</enum>
161
   </attribute>
162
   <attribute name="toolBarBreak">
163
    <bool>false</bool>
164
   </attribute>
165
  </widget>
166
  <widget class="QStatusBar" name="statusBar"/>
167
 </widget>
168
 <layoutdefault spacing="6" margin="11"/>
169
 <resources/>
170
 <connections/>
171
</ui>