Credentials_manager/PasswordManager/mainwindow.ui
2025-02-12 22:01:48 +03:00

772 lines
20 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>804</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>PasswordManeger</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../Изображения/safe-clip-art-12.png</normaloff>../../Изображения/safe-clip-art-12.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="editRecordPage">
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>530</x>
<y>460</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Сохранить</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>180</x>
<y>460</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Назад</string>
</property>
</widget>
<widget class="QWidget" name="gridLayoutWidget_2">
<property name="geometry">
<rect>
<x>170</x>
<y>80</y>
<width>461</width>
<height>341</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<widget class="QLabel" name="label_username">
<property name="text">
<string>Имя пользователя</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_note">
<property name="text">
<string>Примечания</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_password">
<property name="text">
<string>Пароль</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_username"/>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_note"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_password"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_name"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_name">
<property name="text">
<string>Имя записи</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_url"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_url">
<property name="text">
<string>URL</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_record_editing">
<property name="geometry">
<rect>
<x>280</x>
<y>30</y>
<width>261</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Просмотр / редактирование записи</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="editCardPage">
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>240</x>
<y>30</y>
<width>321</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Просмотр / Редактирование данных карты</string>
</property>
</widget>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>381</width>
<height>251</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="NumberLine">
<property name="geometry">
<rect>
<x>90</x>
<y>170</y>
<width>271</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="NameLine">
<property name="geometry">
<rect>
<x>90</x>
<y>300</y>
<width>131</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>280</x>
<y>300</y>
<width>139</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="monthLine"/>
</item>
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>/</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="yearLine"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget_4">
<property name="geometry">
<rect>
<x>460</x>
<y>120</y>
<width>281</width>
<height>241</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="2" column="1">
<widget class="QLineEdit" name="pinLine"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>CVV</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="titleLine"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Название</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>PIN</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="cvvLine"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Примечание</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QTextEdit" name="textEdit"/>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>100</x>
<y>140</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Номер карты</string>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>250</x>
<y>300</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>до</string>
</property>
</widget>
<widget class="QPushButton" name="cardEditOkButton">
<property name="geometry">
<rect>
<x>539</x>
<y>470</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Сохранить</string>
</property>
</widget>
<widget class="QPushButton" name="cardEditCancelButton">
<property name="geometry">
<rect>
<x>130</x>
<y>470</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Отмена</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>100</x>
<y>270</y>
<width>111</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Имя держателя</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tablesPage">
<widget class="QStackedWidget" name="tablesStack">
<property name="geometry">
<rect>
<x>209</x>
<y>-1</y>
<width>571</width>
<height>531</height>
</rect>
</property>
<widget class="QWidget" name="passwordPage">
<widget class="QPushButton" name="CardButton">
<property name="geometry">
<rect>
<x>440</x>
<y>0</y>
<width>110</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Карты</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_7">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QTableView" name="tableViewRecords">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>550</width>
<height>460</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="ToolGroup">
<property name="geometry">
<rect>
<x>0</x>
<y>500</y>
<width>551</width>
<height>31</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="addButton">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Добавить</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>400</x>
<y>0</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Просмотреть</string>
</property>
</widget>
<widget class="QPushButton" name="deleteButton">
<property name="geometry">
<rect>
<x>140</x>
<y>0</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Удалить</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>270</x>
<y>0</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Переместить</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>310</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>поиск</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="cardPage">
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>310</x>
<y>0</y>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>поиск</string>
</property>
</widget>
<widget class="QGroupBox" name="ToolGroup_3">
<property name="geometry">
<rect>
<x>0</x>
<y>500</y>
<width>551</width>
<height>31</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="addCard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Добавить</string>
</property>
</widget>
<widget class="QPushButton" name="deleteButton_3">
<property name="geometry">
<rect>
<x>140</x>
<y>0</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Удалить</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_9">
<property name="geometry">
<rect>
<x>270</x>
<y>0</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Переместить</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_12">
<property name="geometry">
<rect>
<x>400</x>
<y>0</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Просмотреть</string>
</property>
</widget>
</widget>
<widget class="QTableView" name="tableViewCards">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>550</width>
<height>460</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="PW_Button">
<property name="geometry">
<rect>
<x>440</x>
<y>0</y>
<width>110</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Учётн.записи</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_6">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
<height>30</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>499</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="addDirectoryButton">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Добавить</string>
</property>
</widget>
<widget class="QPushButton" name="deleteDirectoryButton">
<property name="geometry">
<rect>
<x>90</x>
<y>0</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Удалить</string>
</property>
</widget>
</widget>
<widget class="QListView" name="directoriesList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>491</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QTableView" name="tableView_2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>781</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>80</x>
<y>0</y>
<width>90</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Генерация</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../media/daniil/_________/dice_3293.png</normaloff>../../../../../media/daniil/_________/dice_3293.png</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>60</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Домой</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../media/daniil/_________/home_house_3526.png</normaloff>../../../../../media/daniil/_________/home_house_3526.png</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>804</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>Файл</string>
</property>
<addaction name="separator"/>
<addaction name="actionExit"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>Сервис</string>
</property>
<addaction name="separator"/>
<addaction name="action_4"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>Справка</string>
</property>
<addaction name="action_7"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
</widget>
<action name="actionCreateNewDatabase">
<property name="text">
<string>Создать новую базу данных…</string>
</property>
</action>
<action name="actionOpenDatabase">
<property name="text">
<string>Открыть созданную ранее базу данных…</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Выход</string>
</property>
</action>
<action name="actionDB">
<property name="text">
<string>Заблокировать БД</string>
</property>
<property name="toolTip">
<string>Заблокировать БД</string>
</property>
</action>
<action name="action">
<property name="text">
<string>Заблокировать БД</string>
</property>
</action>
<action name="action_4">
<property name="text">
<string>Генерация пароля</string>
</property>
</action>
<action name="action_6">
<property name="text">
<string>Параметры</string>
</property>
</action>
<action name="action_7">
<property name="text">
<string>О программе</string>
</property>
</action>
<action name="actionblakc">
<property name="text">
<string>blakc</string>
</property>
</action>
<action name="action_2">
<property name="text">
<string>Светлая/Темная тема</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>