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

217 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AddC</class>
<widget class="QWidget" name="AddC">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>593</width>
<height>484</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>351</width>
<height>211</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>240</x>
<y>20</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Добавить</string>
</property>
</widget>
<widget class="QLineEdit" name="NumberCard">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>241</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>80</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>номер карты</string>
</property>
</widget>
<widget class="QLineEdit" name="Name">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>121</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>20</x>
<y>290</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Примечания</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>240</x>
<y>440</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QTextEdit" name="note">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>541</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>390</x>
<y>210</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>PIN:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="PIN"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_3">
<property name="geometry">
<rect>
<x>390</x>
<y>139</y>
<width>101</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>CVV:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="CVV"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_4">
<property name="geometry">
<rect>
<x>390</x>
<y>70</y>
<width>181</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>название:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Title"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_5">
<property name="geometry">
<rect>
<x>180</x>
<y>190</y>
<width>165</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>до</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="month"/>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>/</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="year"/>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>