Credentials_manager/PasswordManager/del.ui
danylo-nevidomiy 6a5335c38f Many UI fixes
2022-01-31 20:12:59 +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>240</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>40</x>
<y>10</y>
<width>371</width>
<height>111</height>
</rect>
</property>
<property name="text">
<string>Вы уверены, что хотите удалить эту запись?</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>