代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'faceidscreen.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FACEIDSCREEN_H
#define UI_FACEIDSCREEN_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_FaceIdScreen
{
public:
QWidget *widget;
QLabel *label;
QLabel *Score;
QWidget *widget_2;
QWidget *widget_3;
QLabel *ShowImg;
QPushButton *Quite;
QLabel *ShowLabel1;
QLabel *CountDown;
QLabel *ShowLabel2;
QPushButton *SettingButton;
QPushButton *pushButton_2;
QLabel *PeopleCnt;
QWidget *widget_4;
void setupUi(QWidget *FaceIdScreen)
{
if (FaceIdScreen->objectName().isEmpty())
FaceIdScreen->setObjectName(QString::fromUtf8("FaceIdScreen"));
FaceIdScreen->resize(1080, 1920);
FaceIdScreen->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
widget = new QWidget(FaceIdScreen);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(40, 140, 281, 61));
widget->setStyleSheet(QString::fromUtf8("border:2px solid;\n"
"border-color: rgb(255, 255, 255);"));
label = new QLabel(widget);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(2, 2, 161, 57));
label->setStyleSheet(QString::fromUtf8("border:0px solid;\n"
"border-color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"color: rgb(255, 255, 255);"));
label->setAlignment(Qt::AlignCenter);
Score = new QLabel(widget);
Score->setObjectName(QString::fromUtf8("Score"));
Score->setGeometry(QRect(170, 2, 101, 57));
Score->setStyleSheet(QString::fromUtf8("border:0px solid;\n"
"border-color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"color: rgb(255, 255, 255);"));
widget_2 = new QWidget(FaceIdScreen);
widget_2->setObjectName(QString::fromUtf8("widget_2"));
widget_2->setGeometry(QRect(40, 240, 1000, 1000));
widget_3 = new QWidget(widget_2);
widget_3->setObjectName(QString::fromUtf8("widget_3"));
widget_3->setGeometry(QRect(0, 0, 1000, 1000));
widget_3->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);"));
ShowImg = new QLabel(widget_3);
ShowImg->setObjectName(QString::fromUtf8("ShowImg"));
ShowImg->setGeometry(QRect(0, 0, 1000, 1000));
Quite = new QPushButton(FaceIdScreen);
Quite->setObjectName(QString::fromUtf8("Quite"));
Quite->setGeometry(QRect(440, 1290, 200, 60));
Quite->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
ShowLabel1 = new QLabel(FaceIdScreen);
ShowLabel1->setObjectName(QString::fromUtf8("ShowLabel1"));
ShowLabel1->setGeometry(QRect(420, 1370, 41, 31));
ShowLabel1->setStyleSheet(QString::fromUtf8("font: 18px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
CountDown = new QLabel(FaceIdScreen);
CountDown->setObjectName(QString::fromUtf8("CountDown"));
CountDown->setGeometry(QRect(460, 1370, 67, 31));
CountDown->setStyleSheet(QString::fromUtf8("font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(204, 0, 0);"));
CountDown->setAlignment(Qt::AlignCenter);
ShowLabel2 = new QLabel(FaceIdScreen);
ShowLabel2->setObjectName(QString::fromUtf8("ShowLabel2"));
ShowLabel2->setGeometry(QRect(530, 1370, 171, 31));
ShowLabel2->setStyleSheet(QString::fromUtf8("font: 18px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
SettingButton = new QPushButton(FaceIdScreen);
SettingButton->setObjectName(QString::fromUtf8("SettingButton"));
SettingButton->setGeometry(QRect(40, 1790, 70, 70));
SettingButton->setStyleSheet(QString::fromUtf8("border-image: url(:/image/ButtonPersonMng.png);"));
pushButton_2 = new QPushButton(FaceIdScreen);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(850, 1790, 150, 50));
pushButton_2->setLayoutDirection(Qt::LeftToRight);
pushButton_2->setStyleSheet(QString::fromUtf8("font: 30px \"Ubuntu\";\n"
"background-color: rgba(255, 255, 255,0);\n"
"border-image: url(:/image/Transparent.png);\n"
"color: rgb(255, 255, 255);\n"
"border:2px solid;\n"
"border-color: rgb(255, 255, 255);\n"
"text-align: left;\n"
"padding-left:10px;"));
PeopleCnt = new QLabel(FaceIdScreen);
PeopleCnt->setObjectName(QString::fromUtf8("PeopleCnt"));
PeopleCnt->setGeometry(QRect(850, 1790, 150, 50));
PeopleCnt->setStyleSheet(QString::fromUtf8("border:2px solid;\n"
"border-color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"color: rgb(204, 0, 0);"));
PeopleCnt->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
widget_4 = new QWidget(FaceIdScreen);
widget_4->setObjectName(QString::fromUtf8("widget_4"));
widget_4->setGeometry(QRect(0, 0, 1080, 1920));
widget_4->raise();
widget->raise();
widget_2->raise();
Quite->raise();
ShowLabel1->raise();
CountDown->raise();
ShowLabel2->raise();
SettingButton->raise();
PeopleCnt->raise();
pushButton_2->raise();
retranslateUi(FaceIdScreen);
QMetaObject::connectSlotsByName(FaceIdScreen);
} // setupUi
void retranslateUi(QWidget *FaceIdScreen)
{
FaceIdScreen->setWindowTitle(QApplication::translate("FaceIdScreen", "Form", nullptr));
label->setText(QApplication::translate("FaceIdScreen", "\350\257\206\345\210\253\345\210\206\345\200\274", nullptr));
Score->setText(QString());
ShowImg->setText(QString());
Quite->setText(QApplication::translate("FaceIdScreen", "\350\267\263\350\277\207\350\257\206\345\210\253", nullptr));
ShowLabel1->setText(QApplication::translate("FaceIdScreen", "\345\211\251\344\275\231", nullptr));
CountDown->setText(QApplication::translate("FaceIdScreen", "100S", nullptr));
ShowLabel2->setText(QApplication::translate("FaceIdScreen", "\350\207\252\345\212\250\350\277\233\345\205\245\344\270\273\347\225\214\351\235\242", nullptr));
SettingButton->setText(QString());
pushButton_2->setText(QApplication::translate("FaceIdScreen", "\345\217\270\346\234\272\345\272\223", nullptr));
PeopleCnt->setText(QApplication::translate("FaceIdScreen", "<html><head/><body><p>5</p></body></html>", nullptr));
} // retranslateUi
};
namespace Ui {
class FaceIdScreen: public Ui_FaceIdScreen {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FACEIDSCREEN_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。