-
Notifications
You must be signed in to change notification settings - Fork 1
/
dialogValid.ui
43 lines (43 loc) · 1004 Bytes
/
dialogValid.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dialogValid</class>
<widget class="QDialog" name="dialogValid">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>385</width>
<height>100</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="errorLabel">
<property name="font">
<font>
<pointsize>17</pointsize>
</font>
</property>
<property name="text">
<string>Неверно введен логин или пароль</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="okBtn">
<property name="text">
<string>ОК</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>