Хранилища Subversion OpenInventory

Редакция

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

Редакция Автор № строки Строка
7 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>addsotrydnikform</class>
4
 <widget class="QDialog" name="addsotrydnikform">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>281</width>
10
    <height>113</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Новый сотрудник</string>
15
  </property>
16
  <widget class="QWidget" name="verticalLayoutWidget">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>10</y>
21
     <width>261</width>
22
     <height>91</height>
23
    </rect>
24
   </property>
25
   <layout class="QVBoxLayout" name="verticalLayout">
26
    <item>
27
     <widget class="QLabel" name="label">
28
      <property name="font">
29
       <font>
30
        <pointsize>12</pointsize>
31
        <weight>75</weight>
32
        <bold>true</bold>
33
       </font>
34
      </property>
35
      <property name="text">
36
       <string>Введите ФИО сотрудника</string>
37
      </property>
38
      <property name="alignment">
39
       <set>Qt::AlignCenter</set>
40
      </property>
41
     </widget>
42
    </item>
43
    <item>
44
     <widget class="QLineEdit" name="lineEdit"/>
45
    </item>
46
    <item>
47
     <widget class="QDialogButtonBox" name="buttonBox">
48
      <property name="orientation">
49
       <enum>Qt::Horizontal</enum>
50
      </property>
51
      <property name="standardButtons">
52
       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
53
      </property>
54
     </widget>
55
    </item>
56
    <item>
57
     <spacer name="verticalSpacer">
58
      <property name="orientation">
59
       <enum>Qt::Vertical</enum>
60
      </property>
61
      <property name="sizeHint" stdset="0">
62
       <size>
63
        <width>20</width>
64
        <height>40</height>
65
       </size>
66
      </property>
67
     </spacer>
68
    </item>
69
   </layout>
70
  </widget>
71
 </widget>
72
 <resources/>
73
 <connections>
74
  <connection>
75
   <sender>buttonBox</sender>
76
   <signal>rejected()</signal>
77
   <receiver>addsotrydnikform</receiver>
78
   <slot>close()</slot>
79
   <hints>
80
    <hint type="sourcelabel">
81
     <x>140</x>
82
     <y>75</y>
83
    </hint>
84
    <hint type="destinationlabel">
85
     <x>140</x>
86
     <y>56</y>
87
    </hint>
88
   </hints>
89
  </connection>
90
 </connections>
91
</ui>