Хранилища Subversion OpenInventory

Редакция

Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
7 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>raportWindow</class>
4
 <widget class="QMainWindow" name="raportWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>982</width>
10
    <height>407</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Рапорт</string>
15
  </property>
16
  <widget class="QWidget" name="centralwidget">
17
   <widget class="QTextEdit" name="textEdit">
18
    <property name="geometry">
19
     <rect>
20
      <x>10</x>
21
      <y>10</y>
22
      <width>851</width>
23
      <height>331</height>
24
     </rect>
25
    </property>
26
   </widget>
27
   <widget class="QPushButton" name="pushButton">
28
    <property name="geometry">
29
     <rect>
30
      <x>870</x>
31
      <y>0</y>
32
      <width>111</width>
33
      <height>31</height>
34
     </rect>
35
    </property>
36
    <property name="text">
37
     <string>Рапорт</string>
38
    </property>
39
   </widget>
40
  </widget>
41
  <widget class="QMenuBar" name="menubar">
42
   <property name="geometry">
43
    <rect>
44
     <x>0</x>
45
     <y>0</y>
46
     <width>982</width>
47
     <height>28</height>
48
    </rect>
49
   </property>
50
   <widget class="QMenu" name="menu">
51
    <property name="title">
52
     <string>Файл</string>
53
    </property>
54
    <addaction name="printAction"/>
55
    <addaction name="printPdfAction"/>
56
   </widget>
57
   <addaction name="menu"/>
58
  </widget>
59
  <widget class="QStatusBar" name="statusbar"/>
60
  <action name="printAction">
61
   <property name="text">
62
    <string>Печатать</string>
63
   </property>
64
  </action>
65
  <action name="printPdfAction">
66
   <property name="text">
67
    <string>Печатать в PDF</string>
68
   </property>
69
  </action>
70
 </widget>
71
 <resources/>
72
 <connections/>
73
</ui>