2024-11-25 17:15:44 +08:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'titlewidget.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_TITLEWIDGET_H
|
|
|
|
#define UI_TITLEWIDGET_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QGroupBox>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
#include <QtWidgets/QWidget>
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_TitleWidget
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QLabel *title_Label;
|
|
|
|
QLabel *signal_Label;
|
|
|
|
QPushButton *user_Btn;
|
|
|
|
QLabel *wifiSignal_Label;
|
|
|
|
QGroupBox *groupBox;
|
|
|
|
QPushButton *back2_Btn;
|
|
|
|
QPushButton *back1_Btn;
|
|
|
|
QPushButton *quit_Btn;
|
|
|
|
QLabel *state_label;
|
|
|
|
QLabel *wifiSignal2_Label;
|
|
|
|
QPushButton *sound_Button;
|
2024-11-29 17:47:45 +08:00
|
|
|
QLabel *brainSignal_Labe;
|
2024-11-25 17:15:44 +08:00
|
|
|
|
|
|
|
void setupUi(QWidget *TitleWidget)
|
|
|
|
{
|
|
|
|
if (TitleWidget->objectName().isEmpty())
|
|
|
|
TitleWidget->setObjectName(QString::fromUtf8("TitleWidget"));
|
|
|
|
TitleWidget->resize(1920, 100);
|
|
|
|
TitleWidget->setStyleSheet(QString::fromUtf8(""));
|
|
|
|
title_Label = new QLabel(TitleWidget);
|
|
|
|
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
|
|
|
title_Label->setGeometry(QRect(570, 0, 621, 101));
|
|
|
|
QFont font;
|
|
|
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
|
|
font.setPointSize(28);
|
|
|
|
font.setBold(true);
|
|
|
|
font.setWeight(75);
|
|
|
|
title_Label->setFont(font);
|
|
|
|
title_Label->setStyleSheet(QString::fromUtf8("color:white;"));
|
|
|
|
title_Label->setAlignment(Qt::AlignCenter);
|
|
|
|
signal_Label = new QLabel(TitleWidget);
|
|
|
|
signal_Label->setObjectName(QString::fromUtf8("signal_Label"));
|
|
|
|
signal_Label->setGeometry(QRect(1620, 30, 40, 40));
|
|
|
|
signal_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/signal/titleSignal.png);"));
|
|
|
|
user_Btn = new QPushButton(TitleWidget);
|
|
|
|
user_Btn->setObjectName(QString::fromUtf8("user_Btn"));
|
|
|
|
user_Btn->setGeometry(QRect(1700, 20, 170, 60));
|
|
|
|
QFont font1;
|
|
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
|
|
font1.setPointSize(15);
|
|
|
|
user_Btn->setFont(font1);
|
|
|
|
user_Btn->setStyleSheet(QString::fromUtf8("#user_Btn{background: #FFFFFF;\n"
|
|
|
|
"border-radius: 30px;\n"
|
|
|
|
"color:#05A6EC;}"));
|
|
|
|
wifiSignal_Label = new QLabel(TitleWidget);
|
|
|
|
wifiSignal_Label->setObjectName(QString::fromUtf8("wifiSignal_Label"));
|
|
|
|
wifiSignal_Label->setGeometry(QRect(1500, 30, 40, 40));
|
|
|
|
wifiSignal_Label->setStyleSheet(QString::fromUtf8(""));
|
|
|
|
groupBox = new QGroupBox(TitleWidget);
|
|
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
|
|
groupBox->setGeometry(QRect(0, 0, 1920, 100));
|
|
|
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #05A6EC;border:none;}"));
|
|
|
|
back2_Btn = new QPushButton(groupBox);
|
|
|
|
back2_Btn->setObjectName(QString::fromUtf8("back2_Btn"));
|
|
|
|
back2_Btn->setGeometry(QRect(85, 14, 131, 70));
|
|
|
|
QFont font2;
|
|
|
|
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
|
|
font2.setPointSize(28);
|
|
|
|
back2_Btn->setFont(font2);
|
|
|
|
back2_Btn->setStyleSheet(QString::fromUtf8("color:white;\n"
|
|
|
|
"border:2px;"));
|
|
|
|
back1_Btn = new QPushButton(groupBox);
|
|
|
|
back1_Btn->setObjectName(QString::fromUtf8("back1_Btn"));
|
|
|
|
back1_Btn->setGeometry(QRect(37, 24, 50, 50));
|
|
|
|
back1_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/signal/back.png);"));
|
|
|
|
quit_Btn = new QPushButton(groupBox);
|
|
|
|
quit_Btn->setObjectName(QString::fromUtf8("quit_Btn"));
|
|
|
|
quit_Btn->setGeometry(QRect(60, 20, 60, 60));
|
|
|
|
quit_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/quit.png);"));
|
|
|
|
state_label = new QLabel(groupBox);
|
|
|
|
state_label->setObjectName(QString::fromUtf8("state_label"));
|
|
|
|
state_label->setGeometry(QRect(1400, 70, 301, 31));
|
|
|
|
wifiSignal2_Label = new QLabel(groupBox);
|
|
|
|
wifiSignal2_Label->setObjectName(QString::fromUtf8("wifiSignal2_Label"));
|
|
|
|
wifiSignal2_Label->setGeometry(QRect(1430, 30, 40, 40));
|
|
|
|
wifiSignal2_Label->setStyleSheet(QString::fromUtf8(""));
|
|
|
|
sound_Button = new QPushButton(groupBox);
|
|
|
|
sound_Button->setObjectName(QString::fromUtf8("sound_Button"));
|
|
|
|
sound_Button->setGeometry(QRect(1550, 30, 40, 40));
|
|
|
|
sound_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/sound.png);"));
|
2024-11-29 17:47:45 +08:00
|
|
|
brainSignal_Labe = new QLabel(groupBox);
|
|
|
|
brainSignal_Labe->setObjectName(QString::fromUtf8("brainSignal_Labe"));
|
|
|
|
brainSignal_Labe->setGeometry(QRect(1440, 30, 40, 40));
|
|
|
|
brainSignal_Labe->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/signal/icon_brain_on.png);"));
|
2024-11-25 17:15:44 +08:00
|
|
|
groupBox->raise();
|
|
|
|
title_Label->raise();
|
|
|
|
signal_Label->raise();
|
|
|
|
user_Btn->raise();
|
|
|
|
wifiSignal_Label->raise();
|
|
|
|
|
|
|
|
retranslateUi(TitleWidget);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(TitleWidget);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *TitleWidget)
|
|
|
|
{
|
|
|
|
TitleWidget->setWindowTitle(QCoreApplication::translate("TitleWidget", "Form", nullptr));
|
|
|
|
title_Label->setText(QString());
|
|
|
|
signal_Label->setText(QString());
|
|
|
|
user_Btn->setText(QString());
|
|
|
|
wifiSignal_Label->setText(QString());
|
|
|
|
groupBox->setTitle(QString());
|
|
|
|
back2_Btn->setText(QCoreApplication::translate("TitleWidget", "\350\277\224\345\233\236", nullptr));
|
|
|
|
back1_Btn->setText(QString());
|
|
|
|
quit_Btn->setText(QString());
|
|
|
|
state_label->setText(QString());
|
|
|
|
wifiSignal2_Label->setText(QString());
|
|
|
|
sound_Button->setText(QString());
|
2024-11-29 17:47:45 +08:00
|
|
|
brainSignal_Labe->setText(QString());
|
2024-11-25 17:15:44 +08:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class TitleWidget: public Ui_TitleWidget {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // UI_TITLEWIDGET_H
|