Хранилища Subversion OpenInventory

Редакция

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

Редакция 88 Редакция 90
Строка 4... Строка 4...
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>617</width>
9
    <width>766</width>
10
    <height>633</height>
10
    <height>633</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>10</x>
20
      <x>20</x>
21
      <y>0</y>
21
      <y>10</y>
22
      <width>601</width>
22
      <width>731</width>
23
      <height>571</height>
23
      <height>541</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>
Строка 38... Строка 38...
38
     <widget class="QTreeWidget" name="treeWidget">
38
     <widget class="QTreeWidget" name="treeWidget">
39
      <property name="geometry">
39
      <property name="geometry">
40
       <rect>
40
       <rect>
41
        <x>10</x>
41
        <x>10</x>
42
        <y>10</y>
42
        <y>10</y>
43
        <width>256</width>
43
        <width>711</width>
44
        <height>511</height>
44
        <height>511</height>
45
       </rect>
45
       </rect>
46
      </property>
46
      </property>
47
      <column>
47
      <column>
48
       <property name="text">
48
       <property name="text">
49
        <string notr="true">1</string>
49
        <string notr="true">Имя класа</string>
-
 
50
       </property>
-
 
51
      </column>
-
 
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>
50
       </property>
65
       </property>
51
      </column>
66
      </column>
52
     </widget>
67
     </widget>
53
    </widget>
68
    </widget>
54
   </widget>
69
   </widget>
Строка 56... Строка 71...
56
  <widget class="QMenuBar" name="menuBar">
71
  <widget class="QMenuBar" name="menuBar">
57
   <property name="geometry">
72
   <property name="geometry">
58
    <rect>
73
    <rect>
59
     <x>0</x>
74
     <x>0</x>
60
     <y>0</y>
75
     <y>0</y>
61
     <width>617</width>
76
     <width>766</width>
62
     <height>27</height>
77
     <height>27</height>
63
    </rect>
78
    </rect>
64
   </property>
79
   </property>
65
  </widget>
80
  </widget>
66
  <widget class="QToolBar" name="mainToolBar">
81
  <widget class="QToolBar" name="mainToolBar">