Credentials_manager/PasswordManager/genpass.ui
2021-12-24 14:34:32 +03:00

211 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GenPass</class>
<widget class="QWidget" name="GenPass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>495</width>
<height>392</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>110</x>
<y>70</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>пароль</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>100</y>
<width>191</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>текст пароля</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>110</x>
<y>190</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>длина</string>
</property>
</widget>
<widget class="QLineEdit" name="SizeL">
<property name="geometry">
<rect>
<x>190</x>
<y>190</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>110</x>
<y>240</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>символы</string>
</property>
</widget>
<widget class="QCheckBox" name="BL">
<property name="geometry">
<rect>
<x>190</x>
<y>240</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>A - Z</string>
</property>
</widget>
<widget class="QCheckBox" name="SL">
<property name="geometry">
<rect>
<x>250</x>
<y>240</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>a - z</string>
</property>
</widget>
<widget class="QCheckBox" name="N">
<property name="geometry">
<rect>
<x>310</x>
<y>240</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>0 - 9</string>
</property>
</widget>
<widget class="QCheckBox" name="S">
<property name="geometry">
<rect>
<x>360</x>
<y>240</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>/*+&amp;</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>320</x>
<y>300</y>
<width>61</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>ok</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>170</x>
<y>300</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>закрыть</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>300</x>
<y>100</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="icon">
<iconset>
<normaloff>resource/view_show_icon_124811.png</normaloff>resource/view_show_icon_124811.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="ReFresher">
<property name="geometry">
<rect>
<x>350</x>
<y>100</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="icon">
<iconset>
<normaloff>resource/refresh-arrow_icon-icons.com_73442.png</normaloff>resource/refresh-arrow_icon-icons.com_73442.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="Copy">
<property name="geometry">
<rect>
<x>400</x>
<y>100</y>
<width>31</width>
<height>25</height>
</rect>
</property>
<property name="icon">
<iconset>
<normaloff>resource/edit_copy_icon_124983.png</normaloff>resource/edit_copy_icon_124983.png</iconset>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>