Credentials_manager/PasswordManager/addc.ui
2022-01-09 06:16:06 +03:00

222 lines
4.5 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>465</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>20</x>
<y>100</y>
<width>231</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>номер карты</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>220</x>
<y>220</y>
<width>21</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>до</string>
</property>
</widget>
<widget class="QLineEdit" name="Name">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>121</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>390</x>
<y>150</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>CVV:</string>
</property>
</widget>
<widget class="QLineEdit" name="CVV">
<property name="geometry">
<rect>
<x>470</x>
<y>150</y>
<width>51</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>380</x>
<y>230</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>PIN:</string>
</property>
</widget>
<widget class="QLineEdit" name="PIN">
<property name="geometry">
<rect>
<x>440</x>
<y>220</y>
<width>113</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>250</x>
<y>210</y>
<width>105</width>
<height>31</height>
</rect>
</property>
<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>
</widget>
<widget class="QLineEdit" name="Title">
<property name="geometry">
<rect>
<x>450</x>
<y>70</y>
<width>113</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>370</x>
<y>70</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>название</string>
</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>230</x>
<y>400</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QLineEdit" name="note">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>551</width>
<height>26</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>