/
nightflash
/
USBypass
Обзор
Документация
Войти
/
nightflash
/
USBypass
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/GUI_PC_client/passwordForm.py
57 строк
3 KB
Дмитрий Гладышев
Смена пароля/пин
09 авг 2026, 14:22
09 авг 2026, 14:22
55a4fe6
Код
Авторство
О чём код?
# -*- coding: utf-8 -*- ################################################################################ ## Form generated from reading UI file 'passwordForm.ui' ## ## Created by: Qt User Interface Compiler version 6.10.2 ## ## WARNING! All changes made in this file will be lost when recompiling UI file! ################################################################################ from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale, QMetaObject, QObject, QPoint, QRect, QSize, QTime, QUrl, Qt) from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont, QFontDatabase, QGradient, QIcon, QImage, QKeySequence, QLinearGradient, QPainter, QPalette, QPixmap, QRadialGradient, QTransform) from PySide6.QtWidgets import (QAbstractButton, QApplication, QDialog, QDialogButtonBox, QLabel, QLineEdit, QSizePolicy, QWidget) class Ui_Dialog(object): def setupUi(self, Dialog): if not Dialog.objectName(): Dialog.setObjectName(u"Dialog") Dialog.resize(398, 112) self.buttonBox = QDialogButtonBox(Dialog) self.buttonBox.setObjectName(u"buttonBox") self.buttonBox.setGeometry(QRect(10, 70, 381, 32)) self.buttonBox.setOrientation(Qt.Orientation.Horizontal) self.buttonBox.setStandardButtons(QDialogButtonBox.StandardButton.Cancel|QDialogButtonBox.StandardButton.Ok) self.editPassword = QLineEdit(Dialog) self.editPassword.setObjectName(u"editPassword") self.editPassword.setGeometry(QRect(160, 10, 231, 26)) self.editPassword.setEchoMode(QLineEdit.EchoMode.Password) self.label_2 = QLabel(Dialog) self.label_2.setObjectName(u"label_2") self.label_2.setGeometry(QRect(10, 20, 141, 16)) self.label_3 = QLabel(Dialog) self.label_3.setObjectName(u"label_3") self.label_3.setGeometry(QRect(10, 50, 141, 16)) self.editPassword_2 = QLineEdit(Dialog) self.editPassword_2.setObjectName(u"editPassword_2") self.editPassword_2.setGeometry(QRect(160, 40, 231, 26)) self.editPassword_2.setEchoMode(QLineEdit.EchoMode.Password) self.retranslateUi(Dialog) self.buttonBox.accepted.connect(Dialog.accept) self.buttonBox.rejected.connect(Dialog.reject) QMetaObject.connectSlotsByName(Dialog) # setupUi def retranslateUi(self, Dialog): Dialog.setWindowTitle(QCoreApplication.translate("Dialog", u"\u0421\u043c\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u044f", None)) self.label_2.setText(QCoreApplication.translate("Dialog", u"\u041f\u0430\u0440\u043e\u043b\u044c", None)) self.label_3.setText(QCoreApplication.translate("Dialog", u"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f", None)) # retranslateUi