Credentials_manager/PasswordManager/del.ui
2022-02-04 23:40:04 +03:00

59 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Del</class>
<widget class="QWidget" name="Del">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>180</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="deleteAcceptButton">
<property name="geometry">
<rect>
<x>220</x>
<y>130</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Удалить</string>
</property>
</widget>
<widget class="QPushButton" name="deleteCancelButton">
<property name="geometry">
<rect>
<x>70</x>
<y>130</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Отменить</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>70</x>
<y>10</y>
<width>231</width>
<height>101</height>
</rect>
</property>
<property name="text">
<string>Вы уверены, что хотите удалить эту запись?</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>