Хранилища Subversion OpenInventory

Редакция

Редакция 106 | Редакция 114 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

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