142 lines
6.6 KiB
C++
142 lines
6.6 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'torquedialog.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.13.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_TORQUEDIALOG_H
|
|
#define UI_TORQUEDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_TorqueDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox;
|
|
QGroupBox *groupBox_2;
|
|
QLabel *label_3;
|
|
QPushButton *cancel_Btn;
|
|
QPushButton *confirm_Btn;
|
|
QGroupBox *groupBox_9;
|
|
QLineEdit *originalPassword_LineEdit;
|
|
QLabel *label;
|
|
QLabel *label_12;
|
|
QLabel *label_2;
|
|
QLabel *originalPasswordTips_Label;
|
|
|
|
void setupUi(QDialog *TorqueDialog)
|
|
{
|
|
if (TorqueDialog->objectName().isEmpty())
|
|
TorqueDialog->setObjectName(QString::fromUtf8("TorqueDialog"));
|
|
TorqueDialog->resize(1920, 1080);
|
|
groupBox = new QGroupBox(TorqueDialog);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
|
"border-radius: 8px;}"));
|
|
groupBox_2 = new QGroupBox(groupBox);
|
|
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
|
groupBox_2->setGeometry(QRect(0, 0, 804, 64));
|
|
groupBox_2->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n"
|
|
"border-top-left-radius: 8px;\n"
|
|
"border-top-right-radius:8px"));
|
|
label_3 = new QLabel(groupBox_2);
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
label_3->setGeometry(QRect(341, 7, 131, 51));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font.setPointSize(15);
|
|
label_3->setFont(font);
|
|
label_3->setAlignment(Qt::AlignCenter);
|
|
cancel_Btn = new QPushButton(groupBox);
|
|
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
|
cancel_Btn->setGeometry(QRect(0, 537, 401, 61));
|
|
cancel_Btn->setFont(font);
|
|
cancel_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/leftBtn.png);\n"
|
|
"color:white;"));
|
|
confirm_Btn = new QPushButton(groupBox);
|
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
|
confirm_Btn->setGeometry(QRect(404, 537, 401, 61));
|
|
confirm_Btn->setFont(font);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/rightBtn.png);\n"
|
|
"color:white;"));
|
|
groupBox_9 = new QGroupBox(groupBox);
|
|
groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
|
|
groupBox_9->setGeometry(QRect(200, 410, 401, 70));
|
|
groupBox_9->setStyleSheet(QString::fromUtf8("#groupBox_9{border-radius: 4px;\n"
|
|
"border: 1px solid #979797;background:white;}"));
|
|
originalPassword_LineEdit = new QLineEdit(groupBox_9);
|
|
originalPassword_LineEdit->setObjectName(QString::fromUtf8("originalPassword_LineEdit"));
|
|
originalPassword_LineEdit->setGeometry(QRect(30, 5, 331, 60));
|
|
originalPassword_LineEdit->setFont(font);
|
|
originalPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
|
label = new QLabel(groupBox);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(0, 190, 801, 91));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(20);
|
|
font1.setBold(false);
|
|
label->setFont(font1);
|
|
label->setAlignment(Qt::AlignCenter);
|
|
label_12 = new QLabel(groupBox);
|
|
label_12->setObjectName(QString::fromUtf8("label_12"));
|
|
label_12->setGeometry(QRect(0, 410, 201, 71));
|
|
label_12->setFont(font);
|
|
label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(160, 300, 491, 61));
|
|
label_2->setFont(font);
|
|
label_2->setStyleSheet(QString::fromUtf8("color: rgba(0,0,0,0.45);"));
|
|
label_2->setAlignment(Qt::AlignCenter);
|
|
originalPasswordTips_Label = new QLabel(groupBox);
|
|
originalPasswordTips_Label->setObjectName(QString::fromUtf8("originalPasswordTips_Label"));
|
|
originalPasswordTips_Label->setGeometry(QRect(610, 430, 191, 40));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font2.setPointSize(12);
|
|
originalPasswordTips_Label->setFont(font2);
|
|
originalPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
|
|
|
retranslateUi(TorqueDialog);
|
|
|
|
QMetaObject::connectSlotsByName(TorqueDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *TorqueDialog)
|
|
{
|
|
TorqueDialog->setWindowTitle(QCoreApplication::translate("TorqueDialog", "Dialog", nullptr));
|
|
groupBox->setTitle(QString());
|
|
groupBox_2->setTitle(QString());
|
|
label_3->setText(QCoreApplication::translate("TorqueDialog", "\346\217\220\347\244\272", nullptr));
|
|
cancel_Btn->setText(QCoreApplication::translate("TorqueDialog", "\345\217\226\346\266\210", nullptr));
|
|
confirm_Btn->setText(QCoreApplication::translate("TorqueDialog", "\347\241\256\350\256\244", nullptr));
|
|
groupBox_9->setTitle(QString());
|
|
originalPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("TorqueDialog", "\350\257\267\350\276\223\345\205\245\345\257\206\347\240\201", nullptr));
|
|
label->setText(QCoreApplication::translate("TorqueDialog", "\350\276\223\345\207\272\346\211\255\347\237\251\345\272\224\345\234\250\345\214\273\345\270\210\346\214\207\345\257\274\344\270\213\346\233\264\346\224\271", nullptr));
|
|
label_12->setText(QCoreApplication::translate("TorqueDialog", " \345\257\206 \347\240\201\357\274\232", nullptr));
|
|
label_2->setText(QCoreApplication::translate("TorqueDialog", "\346\233\264\346\224\271\346\211\255\347\237\251\345\217\257\350\203\275\351\200\240\346\210\220\351\243\216\351\231\251", nullptr));
|
|
originalPasswordTips_Label->setText(QCoreApplication::translate("TorqueDialog", "\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class TorqueDialog: public Ui_TorqueDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_TORQUEDIALOG_H
|