1131 lines
54 KiB
C
1131 lines
54 KiB
C
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'PublicPage.ui'
|
||
|
|
**
|
||
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
||
|
|
**
|
||
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
#ifndef UI_PUBLICPAGE_H
|
||
|
|
#define UI_PUBLICPAGE_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QCheckBox>
|
||
|
|
#include <QtWidgets/QHBoxLayout>
|
||
|
|
#include <QtWidgets/QLCDNumber>
|
||
|
|
#include <QtWidgets/QLabel>
|
||
|
|
#include <QtWidgets/QPushButton>
|
||
|
|
#include <QtWidgets/QSpacerItem>
|
||
|
|
#include <QtWidgets/QVBoxLayout>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_PublicPage
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QLabel *label;
|
||
|
|
QLabel *label_3;
|
||
|
|
QLabel *label_4;
|
||
|
|
QCheckBox *But_Page_0;
|
||
|
|
QCheckBox *But_Page_1;
|
||
|
|
QCheckBox *But_Page_2;
|
||
|
|
QCheckBox *But_Page_3;
|
||
|
|
QCheckBox *But_Page_4;
|
||
|
|
QCheckBox *But_Page_5;
|
||
|
|
QCheckBox *But_Page_6;
|
||
|
|
QCheckBox *But_Page_7;
|
||
|
|
QCheckBox *But_Page_8;
|
||
|
|
QCheckBox *But_Page_9;
|
||
|
|
QCheckBox *But_Page_10;
|
||
|
|
QCheckBox *But_Page_11;
|
||
|
|
QCheckBox *But_Page_12;
|
||
|
|
QCheckBox *But_Page_13;
|
||
|
|
QCheckBox *But_Page_14;
|
||
|
|
QCheckBox *But_Page_15;
|
||
|
|
QLabel *label_5;
|
||
|
|
QLabel *label_6;
|
||
|
|
QLabel *Lable_MainAlarm;
|
||
|
|
QLabel *Num_MainAlarmNum;
|
||
|
|
QLabel *label_7;
|
||
|
|
QLabel *LED_ConnectionStatus;
|
||
|
|
QLabel *label_14;
|
||
|
|
QLabel *Lable_SystemTime;
|
||
|
|
QPushButton *pushButton;
|
||
|
|
QPushButton *pushButton_2;
|
||
|
|
QLabel *label_8;
|
||
|
|
QWidget *layoutWidget;
|
||
|
|
QHBoxLayout *horizontalLayout;
|
||
|
|
QLabel *label_15;
|
||
|
|
QLCDNumber *LCD_SystemVal_U1;
|
||
|
|
QSpacerItem *horizontalSpacer;
|
||
|
|
QLabel *label_17;
|
||
|
|
QLCDNumber *LCD_SystemVal_V1;
|
||
|
|
QSpacerItem *horizontalSpacer_2;
|
||
|
|
QLabel *label_19;
|
||
|
|
QLCDNumber *LCD_SystemVal_W1;
|
||
|
|
QLCDNumber *LCD_MainHaul_R_3;
|
||
|
|
QWidget *layoutWidget1;
|
||
|
|
QVBoxLayout *verticalLayout;
|
||
|
|
QLabel *label_13;
|
||
|
|
QCheckBox *checkBox_5;
|
||
|
|
QWidget *layoutWidget2;
|
||
|
|
QVBoxLayout *verticalLayout_2;
|
||
|
|
QLabel *label_12;
|
||
|
|
QCheckBox *checkBox_4;
|
||
|
|
QWidget *layoutWidget3;
|
||
|
|
QVBoxLayout *verticalLayout_3;
|
||
|
|
QLabel *label_11;
|
||
|
|
QCheckBox *checkBox_3;
|
||
|
|
QWidget *layoutWidget4;
|
||
|
|
QVBoxLayout *verticalLayout_4;
|
||
|
|
QLabel *label_9;
|
||
|
|
QCheckBox *checkBox;
|
||
|
|
QWidget *widgetContainer;
|
||
|
|
|
||
|
|
void setupUi(QWidget *PublicPage)
|
||
|
|
{
|
||
|
|
if (PublicPage->objectName().isEmpty())
|
||
|
|
PublicPage->setObjectName(QString::fromUtf8("PublicPage"));
|
||
|
|
PublicPage->resize(1024, 768);
|
||
|
|
PublicPage->setStyleSheet(QString::fromUtf8(""));
|
||
|
|
label = new QLabel(PublicPage);
|
||
|
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
|
label->setGeometry(QRect(0, 0, 1024, 61));
|
||
|
|
label->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Top.png);"));
|
||
|
|
label_3 = new QLabel(PublicPage);
|
||
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||
|
|
label_3->setGeometry(QRect(0, 692, 1024, 75));
|
||
|
|
label_3->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/BottomBar.png);"));
|
||
|
|
label_4 = new QLabel(PublicPage);
|
||
|
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||
|
|
label_4->setGeometry(QRect(0, 646, 1024, 32));
|
||
|
|
label_4->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Alarm.png);"));
|
||
|
|
But_Page_0 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_0->setObjectName(QString::fromUtf8("But_Page_0"));
|
||
|
|
But_Page_0->setGeometry(QRect(30, 680, 60, 80));
|
||
|
|
But_Page_0->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -50px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Main0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Main1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Main1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_1 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_1->setObjectName(QString::fromUtf8("But_Page_1"));
|
||
|
|
But_Page_1->setGeometry(QRect(90, 680, 60, 80));
|
||
|
|
But_Page_1->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Shield0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Shield1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Shield1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_2 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_2->setObjectName(QString::fromUtf8("But_Page_2"));
|
||
|
|
But_Page_2->setGeometry(QRect(150, 680, 60, 80));
|
||
|
|
But_Page_2->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Pump0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Pump1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Pump1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_3 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_3->setObjectName(QString::fromUtf8("But_Page_3"));
|
||
|
|
But_Page_3->setGeometry(QRect(210, 680, 60, 80));
|
||
|
|
But_Page_3->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cutting0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cutting1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cutting1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_4 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_4->setObjectName(QString::fromUtf8("But_Page_4"));
|
||
|
|
But_Page_4->setGeometry(QRect(270, 680, 60, 80));
|
||
|
|
But_Page_4->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Loader0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Loader1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Loader1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_5 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_5->setObjectName(QString::fromUtf8("But_Page_5"));
|
||
|
|
But_Page_5->setGeometry(QRect(330, 680, 60, 80));
|
||
|
|
But_Page_5->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Transport0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Transport1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Transport1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_6 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_6->setObjectName(QString::fromUtf8("But_Page_6"));
|
||
|
|
But_Page_6->setGeometry(QRect(390, 680, 60, 80));
|
||
|
|
But_Page_6->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cylinder0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cylinder1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Cylinder1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_7 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_7->setObjectName(QString::fromUtf8("But_Page_7"));
|
||
|
|
But_Page_7->setGeometry(QRect(450, 680, 60, 80));
|
||
|
|
But_Page_7->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Alarm0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Alarm1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Alarm1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_8 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_8->setObjectName(QString::fromUtf8("But_Page_8"));
|
||
|
|
But_Page_8->setGeometry(QRect(510, 680, 60, 80));
|
||
|
|
But_Page_8->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Remote0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Remote1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Remote1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_9 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_9->setObjectName(QString::fromUtf8("But_Page_9"));
|
||
|
|
But_Page_9->setGeometry(QRect(570, 680, 60, 80));
|
||
|
|
But_Page_9->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Intelligent0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Intelligent1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Intelligent1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_10 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_10->setObjectName(QString::fromUtf8("But_Page_10"));
|
||
|
|
But_Page_10->setGeometry(QRect(630, 680, 60, 80));
|
||
|
|
But_Page_10->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Isolation0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Isolation1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Isolation1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_11 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_11->setObjectName(QString::fromUtf8("But_Page_11"));
|
||
|
|
But_Page_11->setGeometry(QRect(690, 680, 60, 80));
|
||
|
|
But_Page_11->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Network0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Network1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Network2.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_12 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_12->setObjectName(QString::fromUtf8("But_Page_12"));
|
||
|
|
But_Page_12->setGeometry(QRect(750, 680, 60, 80));
|
||
|
|
But_Page_12->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_INS0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_INS1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_INS1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_13 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_13->setObjectName(QString::fromUtf8("But_Page_13"));
|
||
|
|
But_Page_13->setGeometry(QRect(810, 680, 60, 80));
|
||
|
|
But_Page_13->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Atlas0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Atlas1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Atlas1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_14 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_14->setObjectName(QString::fromUtf8("But_Page_14"));
|
||
|
|
But_Page_14->setGeometry(QRect(870, 680, 60, 80));
|
||
|
|
But_Page_14->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Parameter0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Parameter1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Parameter1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
But_Page_15 = new QCheckBox(PublicPage);
|
||
|
|
But_Page_15->setObjectName(QString::fromUtf8("But_Page_15"));
|
||
|
|
But_Page_15->setGeometry(QRect(930, 680, 60, 80));
|
||
|
|
But_Page_15->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
" color: green; /* \346\226\207\346\234\254\351\242\234\350\211\262 */\n"
|
||
|
|
" spacing: -55px; /* \345\233\276\346\240\207\344\270\216\346\226\207\346\234\254\347\232\204\351\227\264\350\267\235 */\n"
|
||
|
|
" text-align: bottom; /* \346\226\207\346\234\254\345\272\225\351\203\250\345\257\271\351\275\220 */\n"
|
||
|
|
" padding-bottom: -50px; /* \345\272\225\351\203\250\345\206\205\350\276\271\350\267\235 */\n"
|
||
|
|
" font: 87 10pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
" color: rgb(0, 255, 255);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
" color: rgb(0, 255, 0);\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 60px;\n"
|
||
|
|
" height: 60px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subco"
|
||
|
|
"ntrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Setting0.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Setting1.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Devices/Devices/ICO_Setting1.png);\n"
|
||
|
|
" color: rgb(0, 255, 0)\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
label_5 = new QLabel(PublicPage);
|
||
|
|
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||
|
|
label_5->setGeometry(QRect(0, 647, 131, 30));
|
||
|
|
label_5->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_5->setAlignment(Qt::AlignCenter);
|
||
|
|
label_6 = new QLabel(PublicPage);
|
||
|
|
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||
|
|
label_6->setGeometry(QRect(130, 647, 121, 30));
|
||
|
|
label_6->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_6->setAlignment(Qt::AlignCenter);
|
||
|
|
Lable_MainAlarm = new QLabel(PublicPage);
|
||
|
|
Lable_MainAlarm->setObjectName(QString::fromUtf8("Lable_MainAlarm"));
|
||
|
|
Lable_MainAlarm->setGeometry(QRect(250, 647, 771, 30));
|
||
|
|
Lable_MainAlarm->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(255, 0, 0);"));
|
||
|
|
Lable_MainAlarm->setAlignment(Qt::AlignCenter);
|
||
|
|
Num_MainAlarmNum = new QLabel(PublicPage);
|
||
|
|
Num_MainAlarmNum->setObjectName(QString::fromUtf8("Num_MainAlarmNum"));
|
||
|
|
Num_MainAlarmNum->setGeometry(QRect(30, 647, 70, 30));
|
||
|
|
Num_MainAlarmNum->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(255, 0, 0);"));
|
||
|
|
Num_MainAlarmNum->setAlignment(Qt::AlignCenter);
|
||
|
|
label_7 = new QLabel(PublicPage);
|
||
|
|
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||
|
|
label_7->setGeometry(QRect(5, 5, 60, 60));
|
||
|
|
label_7->setStyleSheet(QString::fromUtf8("border-image: url(:/Icos/Icos/logo.png);"));
|
||
|
|
LED_ConnectionStatus = new QLabel(PublicPage);
|
||
|
|
LED_ConnectionStatus->setObjectName(QString::fromUtf8("LED_ConnectionStatus"));
|
||
|
|
LED_ConnectionStatus->setGeometry(QRect(70, 5, 71, 60));
|
||
|
|
LED_ConnectionStatus->setStyleSheet(QString::fromUtf8("border-image: url(:/Icos/Icos/Exclamation.png);"));
|
||
|
|
label_14 = new QLabel(PublicPage);
|
||
|
|
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||
|
|
label_14->setGeometry(QRect(410, 40, 201, 30));
|
||
|
|
label_14->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 16pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 0);"));
|
||
|
|
label_14->setAlignment(Qt::AlignCenter);
|
||
|
|
Lable_SystemTime = new QLabel(PublicPage);
|
||
|
|
Lable_SystemTime->setObjectName(QString::fromUtf8("Lable_SystemTime"));
|
||
|
|
Lable_SystemTime->setGeometry(QRect(710, 5, 221, 30));
|
||
|
|
Lable_SystemTime->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 16pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
Lable_SystemTime->setAlignment(Qt::AlignCenter);
|
||
|
|
pushButton = new QPushButton(PublicPage);
|
||
|
|
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||
|
|
pushButton->setGeometry(QRect(940, 5, 30, 30));
|
||
|
|
pushButton->setStyleSheet(QString::fromUtf8("border-image: url(:/Icos/Icos/icon_question.png);"));
|
||
|
|
pushButton_2 = new QPushButton(PublicPage);
|
||
|
|
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||
|
|
pushButton_2->setGeometry(QRect(980, 5, 30, 30));
|
||
|
|
pushButton_2->setStyleSheet(QString::fromUtf8("border-image: url(:/Icos/Icos/icon_poweroff.png);"));
|
||
|
|
label_8 = new QLabel(PublicPage);
|
||
|
|
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||
|
|
label_8->setGeometry(QRect(420, 0, 181, 41));
|
||
|
|
label_8->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 22pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_8->setAlignment(Qt::AlignCenter);
|
||
|
|
layoutWidget = new QWidget(PublicPage);
|
||
|
|
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
|
||
|
|
layoutWidget->setGeometry(QRect(609, 40, 513, 34));
|
||
|
|
horizontalLayout = new QHBoxLayout(layoutWidget);
|
||
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||
|
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
|
label_15 = new QLabel(layoutWidget);
|
||
|
|
label_15->setObjectName(QString::fromUtf8("label_15"));
|
||
|
|
label_15->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 16pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_15->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(label_15);
|
||
|
|
|
||
|
|
LCD_SystemVal_U1 = new QLCDNumber(layoutWidget);
|
||
|
|
LCD_SystemVal_U1->setObjectName(QString::fromUtf8("LCD_SystemVal_U1"));
|
||
|
|
LCD_SystemVal_U1->setMinimumSize(QSize(90, 0));
|
||
|
|
LCD_SystemVal_U1->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"color: rgb(0, 255, 0);\n"
|
||
|
|
""));
|
||
|
|
LCD_SystemVal_U1->setFrameShape(QFrame::NoFrame);
|
||
|
|
LCD_SystemVal_U1->setFrameShadow(QFrame::Plain);
|
||
|
|
LCD_SystemVal_U1->setLineWidth(2);
|
||
|
|
LCD_SystemVal_U1->setSmallDecimalPoint(false);
|
||
|
|
LCD_SystemVal_U1->setDigitCount(6);
|
||
|
|
LCD_SystemVal_U1->setSegmentStyle(QLCDNumber::Flat);
|
||
|
|
LCD_SystemVal_U1->setProperty("value", QVariant(-3300.000000000000000));
|
||
|
|
LCD_SystemVal_U1->setProperty("intValue", QVariant(-3300));
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(LCD_SystemVal_U1);
|
||
|
|
|
||
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
|
||
|
|
horizontalLayout->addItem(horizontalSpacer);
|
||
|
|
|
||
|
|
label_17 = new QLabel(layoutWidget);
|
||
|
|
label_17->setObjectName(QString::fromUtf8("label_17"));
|
||
|
|
label_17->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 16pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_17->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(label_17);
|
||
|
|
|
||
|
|
LCD_SystemVal_V1 = new QLCDNumber(layoutWidget);
|
||
|
|
LCD_SystemVal_V1->setObjectName(QString::fromUtf8("LCD_SystemVal_V1"));
|
||
|
|
LCD_SystemVal_V1->setMinimumSize(QSize(90, 0));
|
||
|
|
LCD_SystemVal_V1->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"color: rgb(0, 255, 0);\n"
|
||
|
|
""));
|
||
|
|
LCD_SystemVal_V1->setFrameShape(QFrame::NoFrame);
|
||
|
|
LCD_SystemVal_V1->setFrameShadow(QFrame::Plain);
|
||
|
|
LCD_SystemVal_V1->setLineWidth(2);
|
||
|
|
LCD_SystemVal_V1->setSmallDecimalPoint(false);
|
||
|
|
LCD_SystemVal_V1->setDigitCount(6);
|
||
|
|
LCD_SystemVal_V1->setSegmentStyle(QLCDNumber::Flat);
|
||
|
|
LCD_SystemVal_V1->setProperty("value", QVariant(-3300.000000000000000));
|
||
|
|
LCD_SystemVal_V1->setProperty("intValue", QVariant(-3300));
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(LCD_SystemVal_V1);
|
||
|
|
|
||
|
|
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
|
||
|
|
horizontalLayout->addItem(horizontalSpacer_2);
|
||
|
|
|
||
|
|
label_19 = new QLabel(layoutWidget);
|
||
|
|
label_19->setObjectName(QString::fromUtf8("label_19"));
|
||
|
|
label_19->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 16pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_19->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(label_19);
|
||
|
|
|
||
|
|
LCD_SystemVal_W1 = new QLCDNumber(layoutWidget);
|
||
|
|
LCD_SystemVal_W1->setObjectName(QString::fromUtf8("LCD_SystemVal_W1"));
|
||
|
|
LCD_SystemVal_W1->setMinimumSize(QSize(90, 0));
|
||
|
|
LCD_SystemVal_W1->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"color: rgb(0, 255, 0);\n"
|
||
|
|
""));
|
||
|
|
LCD_SystemVal_W1->setFrameShape(QFrame::NoFrame);
|
||
|
|
LCD_SystemVal_W1->setFrameShadow(QFrame::Plain);
|
||
|
|
LCD_SystemVal_W1->setLineWidth(2);
|
||
|
|
LCD_SystemVal_W1->setSmallDecimalPoint(false);
|
||
|
|
LCD_SystemVal_W1->setDigitCount(6);
|
||
|
|
LCD_SystemVal_W1->setSegmentStyle(QLCDNumber::Flat);
|
||
|
|
LCD_SystemVal_W1->setProperty("value", QVariant(-3300.000000000000000));
|
||
|
|
LCD_SystemVal_W1->setProperty("intValue", QVariant(-3300));
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(LCD_SystemVal_W1);
|
||
|
|
|
||
|
|
LCD_MainHaul_R_3 = new QLCDNumber(layoutWidget);
|
||
|
|
LCD_MainHaul_R_3->setObjectName(QString::fromUtf8("LCD_MainHaul_R_3"));
|
||
|
|
LCD_MainHaul_R_3->setMinimumSize(QSize(95, 0));
|
||
|
|
LCD_MainHaul_R_3->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"color: rgb(0, 255, 0);\n"
|
||
|
|
""));
|
||
|
|
LCD_MainHaul_R_3->setFrameShape(QFrame::NoFrame);
|
||
|
|
LCD_MainHaul_R_3->setFrameShadow(QFrame::Plain);
|
||
|
|
LCD_MainHaul_R_3->setLineWidth(2);
|
||
|
|
LCD_MainHaul_R_3->setSmallDecimalPoint(false);
|
||
|
|
LCD_MainHaul_R_3->setDigitCount(6);
|
||
|
|
LCD_MainHaul_R_3->setSegmentStyle(QLCDNumber::Flat);
|
||
|
|
LCD_MainHaul_R_3->setProperty("value", QVariant(-3300.000000000000000));
|
||
|
|
LCD_MainHaul_R_3->setProperty("intValue", QVariant(-3300));
|
||
|
|
|
||
|
|
horizontalLayout->addWidget(LCD_MainHaul_R_3);
|
||
|
|
|
||
|
|
layoutWidget1 = new QWidget(PublicPage);
|
||
|
|
layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
|
||
|
|
layoutWidget1->setGeometry(QRect(310, 0, 40, 63));
|
||
|
|
verticalLayout = new QVBoxLayout(layoutWidget1);
|
||
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
||
|
|
label_13 = new QLabel(layoutWidget1);
|
||
|
|
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||
|
|
label_13->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_13->setAlignment(Qt::AlignCenter);
|
||
|
|
|
||
|
|
verticalLayout->addWidget(label_13);
|
||
|
|
|
||
|
|
checkBox_5 = new QCheckBox(layoutWidget1);
|
||
|
|
checkBox_5->setObjectName(QString::fromUtf8("checkBox_5"));
|
||
|
|
checkBox_5->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 26px;\n"
|
||
|
|
" height: 26px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subcontrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Grey.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Green.png);\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
|
||
|
|
verticalLayout->addWidget(checkBox_5);
|
||
|
|
|
||
|
|
layoutWidget2 = new QWidget(PublicPage);
|
||
|
|
layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2"));
|
||
|
|
layoutWidget2->setGeometry(QRect(260, 0, 40, 63));
|
||
|
|
verticalLayout_2 = new QVBoxLayout(layoutWidget2);
|
||
|
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||
|
|
verticalLayout_2->setContentsMargins(0, 0, 0, 0);
|
||
|
|
label_12 = new QLabel(layoutWidget2);
|
||
|
|
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||
|
|
label_12->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_12->setAlignment(Qt::AlignCenter);
|
||
|
|
|
||
|
|
verticalLayout_2->addWidget(label_12);
|
||
|
|
|
||
|
|
checkBox_4 = new QCheckBox(layoutWidget2);
|
||
|
|
checkBox_4->setObjectName(QString::fromUtf8("checkBox_4"));
|
||
|
|
checkBox_4->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 26px;\n"
|
||
|
|
" height: 26px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subcontrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Grey.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Green.png);\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
|
||
|
|
verticalLayout_2->addWidget(checkBox_4);
|
||
|
|
|
||
|
|
layoutWidget3 = new QWidget(PublicPage);
|
||
|
|
layoutWidget3->setObjectName(QString::fromUtf8("layoutWidget3"));
|
||
|
|
layoutWidget3->setGeometry(QRect(210, 0, 40, 63));
|
||
|
|
verticalLayout_3 = new QVBoxLayout(layoutWidget3);
|
||
|
|
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
|
||
|
|
verticalLayout_3->setContentsMargins(0, 0, 0, 0);
|
||
|
|
label_11 = new QLabel(layoutWidget3);
|
||
|
|
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||
|
|
label_11->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_11->setAlignment(Qt::AlignCenter);
|
||
|
|
|
||
|
|
verticalLayout_3->addWidget(label_11);
|
||
|
|
|
||
|
|
checkBox_3 = new QCheckBox(layoutWidget3);
|
||
|
|
checkBox_3->setObjectName(QString::fromUtf8("checkBox_3"));
|
||
|
|
checkBox_3->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 26px;\n"
|
||
|
|
" height: 26px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subcontrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Grey.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Green.png);\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
|
||
|
|
verticalLayout_3->addWidget(checkBox_3);
|
||
|
|
|
||
|
|
layoutWidget4 = new QWidget(PublicPage);
|
||
|
|
layoutWidget4->setObjectName(QString::fromUtf8("layoutWidget4"));
|
||
|
|
layoutWidget4->setGeometry(QRect(160, 0, 40, 63));
|
||
|
|
verticalLayout_4 = new QVBoxLayout(layoutWidget4);
|
||
|
|
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
|
||
|
|
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
||
|
|
label_9 = new QLabel(layoutWidget4);
|
||
|
|
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||
|
|
label_9->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/null.png);\n"
|
||
|
|
"font: 87 14pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
|
||
|
|
"color: rgb(0, 255, 255);"));
|
||
|
|
label_9->setAlignment(Qt::AlignCenter);
|
||
|
|
|
||
|
|
verticalLayout_4->addWidget(label_9);
|
||
|
|
|
||
|
|
checkBox = new QCheckBox(layoutWidget4);
|
||
|
|
checkBox->setObjectName(QString::fromUtf8("checkBox"));
|
||
|
|
checkBox->setStyleSheet(QString::fromUtf8("/* \360\237\223\214 \345\260\206\346\226\207\346\234\254\346\230\276\347\244\272\345\234\250\345\244\215\351\200\211\346\241\206\344\270\213\346\226\271 */\n"
|
||
|
|
"QCheckBox {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"QCheckBox::indicator {\n"
|
||
|
|
" width: 26px;\n"
|
||
|
|
" height: 26px;\n"
|
||
|
|
" /* \344\275\277\345\233\276\346\240\207\347\233\270\345\257\271\345\256\232\344\275\215 *\351\241\266\351\203\250\344\270\255\351\227\264* */\n"
|
||
|
|
" subcontrol-position: top center;\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \346\234\252\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:unchecked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/icon_health_warning.png);\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"QCheckBox::indicator:unchecked:hover {\n"
|
||
|
|
"}\n"
|
||
|
|
"\n"
|
||
|
|
"/* \360\237\223\214 \345\267\262\351\200\211\344\270\255\347\212\266\346\200\201 */\n"
|
||
|
|
"QCheckBox::indicator:checked {\n"
|
||
|
|
" border-image: url(:/Icos/Icos/LED1_Green.png);\n"
|
||
|
|
"}\n"
|
||
|
|
""));
|
||
|
|
|
||
|
|
verticalLayout_4->addWidget(checkBox);
|
||
|
|
|
||
|
|
widgetContainer = new QWidget(PublicPage);
|
||
|
|
widgetContainer->setObjectName(QString::fromUtf8("widgetContainer"));
|
||
|
|
widgetContainer->setGeometry(QRect(-10, 60, 1044, 596));
|
||
|
|
|
||
|
|
retranslateUi(PublicPage);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(PublicPage);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *PublicPage)
|
||
|
|
{
|
||
|
|
PublicPage->setWindowTitle(QCoreApplication::translate("PublicPage", "Form", nullptr));
|
||
|
|
label->setText(QString());
|
||
|
|
label_3->setText(QString());
|
||
|
|
label_4->setText(QString());
|
||
|
|
But_Page_0->setText(QCoreApplication::translate("PublicPage", "\344\270\273\351\242\204\350\247\210", nullptr));
|
||
|
|
But_Page_1->setText(QCoreApplication::translate("PublicPage", "\345\261\217\350\224\275\346\235\241\344\273\266", nullptr));
|
||
|
|
But_Page_2->setText(QCoreApplication::translate("PublicPage", "\346\262\271\346\263\265\350\256\276\345\244\207", nullptr));
|
||
|
|
But_Page_3->setText(QCoreApplication::translate("PublicPage", "\346\210\252\345\211\262\350\256\276\345\244\207", nullptr));
|
||
|
|
But_Page_4->setText(QCoreApplication::translate("PublicPage", "\350\243\205\350\275\275\350\256\276\345\244\207", nullptr));
|
||
|
|
But_Page_5->setText(QCoreApplication::translate("PublicPage", "\350\277\220\350\276\223\350\256\276\345\244\207", nullptr));
|
||
|
|
But_Page_6->setText(QCoreApplication::translate("PublicPage", "\346\262\271\347\274\270\347\212\266\346\200\201", nullptr));
|
||
|
|
But_Page_7->setText(QCoreApplication::translate("PublicPage", "\346\225\205\351\232\234\350\256\260\345\275\225", nullptr));
|
||
|
|
But_Page_8->setText(QCoreApplication::translate("PublicPage", "\351\201\245\346\216\247\346\265\213\350\257\225", nullptr));
|
||
|
|
But_Page_9->setText(QCoreApplication::translate("PublicPage", "\350\207\252\345\212\250\346\231\272\350\203\275", nullptr));
|
||
|
|
But_Page_10->setText(QCoreApplication::translate("PublicPage", "\347\273\235\347\274\230\346\243\200\346\265\213", nullptr));
|
||
|
|
But_Page_11->setText(QCoreApplication::translate("PublicPage", "\347\275\221\347\273\234\346\213\223\346\211\221", nullptr));
|
||
|
|
But_Page_12->setText(QCoreApplication::translate("PublicPage", "\346\203\257\346\200\247\345\257\274\350\210\252", nullptr));
|
||
|
|
But_Page_13->setText(QCoreApplication::translate("PublicPage", "\351\232\217\346\234\272\345\233\276\345\206\214", nullptr));
|
||
|
|
But_Page_14->setText(QCoreApplication::translate("PublicPage", "\345\217\202\346\225\260\350\256\276\347\275\256", nullptr));
|
||
|
|
But_Page_15->setText(QCoreApplication::translate("PublicPage", "\347\263\273\347\273\237\350\256\276\347\275\256", nullptr));
|
||
|
|
label_5->setText(QCoreApplication::translate("PublicPage", "\347\254\254 \346\235\241:", nullptr));
|
||
|
|
label_6->setText(QCoreApplication::translate("PublicPage", "(FF88,FF88)", nullptr));
|
||
|
|
Lable_MainAlarm->setText(QCoreApplication::translate("PublicPage", "\345\205\267\344\275\223\345\206\205\345\256\271", nullptr));
|
||
|
|
Num_MainAlarmNum->setText(QCoreApplication::translate("PublicPage", "25/32", nullptr));
|
||
|
|
label_7->setText(QString());
|
||
|
|
LED_ConnectionStatus->setText(QString());
|
||
|
|
label_14->setText(QCoreApplication::translate("PublicPage", "\351\207\207\347\205\244\346\234\272\345\217\270\346\234\272", nullptr));
|
||
|
|
Lable_SystemTime->setText(QCoreApplication::translate("PublicPage", "2025-12-32 88:88:88", nullptr));
|
||
|
|
pushButton->setText(QString());
|
||
|
|
pushButton_2->setText(QString());
|
||
|
|
label_8->setText(QCoreApplication::translate("PublicPage", "\344\270\273\351\242\204\350\247\210", nullptr));
|
||
|
|
label_15->setText(QCoreApplication::translate("PublicPage", "U:", nullptr));
|
||
|
|
label_17->setText(QCoreApplication::translate("PublicPage", "V:", nullptr));
|
||
|
|
label_19->setText(QCoreApplication::translate("PublicPage", "W:", nullptr));
|
||
|
|
label_13->setText(QCoreApplication::translate("PublicPage", "\351\201\245\346\216\247", nullptr));
|
||
|
|
checkBox_5->setText(QString());
|
||
|
|
label_12->setText(QCoreApplication::translate("PublicPage", "\346\216\210\346\235\203", nullptr));
|
||
|
|
checkBox_4->setText(QString());
|
||
|
|
label_11->setText(QCoreApplication::translate("PublicPage", "\346\200\245\345\201\234", nullptr));
|
||
|
|
checkBox_3->setText(QString());
|
||
|
|
label_9->setText(QCoreApplication::translate("PublicPage", "\350\260\203\350\257\225", nullptr));
|
||
|
|
checkBox->setText(QString());
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class PublicPage: public Ui_PublicPage {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_PUBLICPAGE_H
|