BellManager

Форк
0
/
aboutform.ui 
155 строк · 3.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>AboutDialog</class>
4
 <widget class="QDialog" name="AboutDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>363</width>
10
    <height>178</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>363</width>
16
    <height>178</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>363</width>
22
    <height>178</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Dialog</string>
27
  </property>
28
  <property name="windowOpacity">
29
   <double>1.000000000000000</double>
30
  </property>
31
  <widget class="QDialogButtonBox" name="buttonBox">
32
   <property name="geometry">
33
    <rect>
34
     <x>270</x>
35
     <y>10</y>
36
     <width>81</width>
37
     <height>141</height>
38
    </rect>
39
   </property>
40
   <property name="orientation">
41
    <enum>Qt::Vertical</enum>
42
   </property>
43
   <property name="standardButtons">
44
    <set>QDialogButtonBox::Ok</set>
45
   </property>
46
  </widget>
47
  <widget class="QLabel" name="label">
48
   <property name="geometry">
49
    <rect>
50
     <x>40</x>
51
     <y>140</y>
52
     <width>151</width>
53
     <height>16</height>
54
    </rect>
55
   </property>
56
   <property name="font">
57
    <font>
58
     <pointsize>11</pointsize>
59
    </font>
60
   </property>
61
   <property name="text">
62
    <string>Icons by icons8.com</string>
63
   </property>
64
  </widget>
65
  <widget class="QLabel" name="label_2">
66
   <property name="geometry">
67
    <rect>
68
     <x>10</x>
69
     <y>10</y>
70
     <width>181</width>
71
     <height>16</height>
72
    </rect>
73
   </property>
74
   <property name="font">
75
    <font>
76
     <pointsize>10</pointsize>
77
    </font>
78
   </property>
79
   <property name="text">
80
    <string>Bell Manager</string>
81
   </property>
82
  </widget>
83
  <widget class="QLabel" name="versionLabel">
84
   <property name="geometry">
85
    <rect>
86
     <x>10</x>
87
     <y>30</y>
88
     <width>181</width>
89
     <height>16</height>
90
    </rect>
91
   </property>
92
   <property name="font">
93
    <font>
94
     <pointsize>10</pointsize>
95
    </font>
96
   </property>
97
   <property name="text">
98
    <string>Версия</string>
99
   </property>
100
  </widget>
101
  <widget class="QLabel" name="label_4">
102
   <property name="geometry">
103
    <rect>
104
     <x>10</x>
105
     <y>70</y>
106
     <width>261</width>
107
     <height>16</height>
108
    </rect>
109
   </property>
110
   <property name="font">
111
    <font>
112
     <pointsize>10</pointsize>
113
    </font>
114
   </property>
115
   <property name="text">
116
    <string>Автор: Гладышев Дмитрий (2020-2022)</string>
117
   </property>
118
  </widget>
119
 </widget>
120
 <resources/>
121
 <connections>
122
  <connection>
123
   <sender>buttonBox</sender>
124
   <signal>accepted()</signal>
125
   <receiver>AboutDialog</receiver>
126
   <slot>accept()</slot>
127
   <hints>
128
    <hint type="sourcelabel">
129
     <x>248</x>
130
     <y>254</y>
131
    </hint>
132
    <hint type="destinationlabel">
133
     <x>157</x>
134
     <y>274</y>
135
    </hint>
136
   </hints>
137
  </connection>
138
  <connection>
139
   <sender>buttonBox</sender>
140
   <signal>rejected()</signal>
141
   <receiver>AboutDialog</receiver>
142
   <slot>reject()</slot>
143
   <hints>
144
    <hint type="sourcelabel">
145
     <x>316</x>
146
     <y>260</y>
147
    </hint>
148
    <hint type="destinationlabel">
149
     <x>286</x>
150
     <y>274</y>
151
    </hint>
152
   </hints>
153
  </connection>
154
 </connections>
155
</ui>
156

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.