/
nightflash
/
USBypass
Обзор
Документация
Войти
/
nightflash
/
USBypass
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/GUI_PC_client/editForm.py
73 строки
4 KB
Дмитрий Гладышев
dev
08 авг 2026, 16:12
08 авг 2026, 16:12
5f7ec1b
Код
Авторство
О чём код?
# -*- coding: utf-8 -*- ################################################################################ ## Form generated from reading UI file 'editForm.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, QCommandLinkButton, QDialog, QDialogButtonBox, QLabel, QLineEdit, QSizePolicy, QWidget) class Ui_Dialog(object): def setupUi(self, Dialog): if not Dialog.objectName(): Dialog.setObjectName(u"Dialog") Dialog.resize(405, 172) self.buttonBox = QDialogButtonBox(Dialog) self.buttonBox.setObjectName(u"buttonBox") self.buttonBox.setGeometry(QRect(10, 130, 391, 32)) self.buttonBox.setOrientation(Qt.Orientation.Horizontal) self.buttonBox.setStandardButtons(QDialogButtonBox.StandardButton.Cancel|QDialogButtonBox.StandardButton.Ok) self.editName = QLineEdit(Dialog) self.editName.setObjectName(u"editName") self.editName.setGeometry(QRect(160, 10, 241, 26)) self.editName.setMaxLength(8) self.editLogin = QLineEdit(Dialog) self.editLogin.setObjectName(u"editLogin") self.editLogin.setGeometry(QRect(160, 60, 241, 26)) self.editPassword = QLineEdit(Dialog) self.editPassword.setObjectName(u"editPassword") self.editPassword.setGeometry(QRect(160, 90, 211, 26)) self.editPassword.setEchoMode(QLineEdit.EchoMode.Password) self.label = QLabel(Dialog) self.label.setObjectName(u"label") self.label.setGeometry(QRect(10, 20, 141, 16)) self.label_2 = QLabel(Dialog) self.label_2.setObjectName(u"label_2") self.label_2.setGeometry(QRect(10, 70, 141, 16)) self.label_3 = QLabel(Dialog) self.label_3.setObjectName(u"label_3") self.label_3.setGeometry(QRect(10, 100, 131, 16)) self.hideButton = QCommandLinkButton(Dialog) self.hideButton.setObjectName(u"hideButton") self.hideButton.setGeometry(QRect(370, 90, 31, 31)) icon = QIcon() icon.addFile(u"images/eye.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off) self.hideButton.setIcon(icon) self.hideButton.setIconSize(QSize(16, 16)) 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"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u044f\u0447\u0435\u0439\u043a\u0438", None)) self.label.setText(QCoreApplication.translate("Dialog", u"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 (8 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432)", None)) self.label_2.setText(QCoreApplication.translate("Dialog", u"\u041b\u043e\u0433\u0438\u043d (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)", None)) self.label_3.setText(QCoreApplication.translate("Dialog", u"\u041f\u0430\u0440\u043e\u043b\u044c", None)) self.hideButton.setText("") # retranslateUi