1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_momentcurvesetting.h 12.09 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
/********************************************************************************
** Form generated from reading UI file 'momentcurvesetting.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_MOMENTCURVESETTING_H
#define UI_MOMENTCURVESETTING_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QWidget>
#include <towercranelineedit.h>
QT_BEGIN_NAMESPACE
class Ui_MomentCurveSetting
{
public:
QWidget *widget;
QWidget *widget_2;
QPushButton *QuiteButton;
QLabel *label_2;
QLabel *label;
QLabel *label_51;
QLabel *label_41;
TowerCraneLineEdit *EndScope;
QWidget *widget_6;
QRadioButton *WeightAlarmUnable;
QRadioButton *WeightAlarmEnable;
TowerCraneLineEdit *EndWeiht;
QLabel *label_43;
TowerCraneLineEdit *MidWeigh;
QLabel *label_38;
TowerCraneLineEdit *MidScope;
QLabel *label_48;
QLabel *label_39;
TowerCraneLineEdit *StartWeight;
QLabel *label_42;
TowerCraneLineEdit *StartScope;
QComboBox *comboBox;
void setupUi(QWidget *MomentCurveSetting)
{
if (MomentCurveSetting->objectName().isEmpty())
MomentCurveSetting->setObjectName(QString::fromUtf8("MomentCurveSetting"));
MomentCurveSetting->resize(1080, 1920);
widget = new QWidget(MomentCurveSetting);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(-10, 0, 1080, 1920));
widget->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
widget_2 = new QWidget(widget);
widget_2->setObjectName(QString::fromUtf8("widget_2"));
widget_2->setGeometry(QRect(4, 0, 1080, 109));
widget_2->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);"));
QuiteButton = new QPushButton(widget_2);
QuiteButton->setObjectName(QString::fromUtf8("QuiteButton"));
QuiteButton->setGeometry(QRect(60, 20, 70, 70));
QuiteButton->setStyleSheet(QString::fromUtf8("border-image: url(:/image/ButtonBack.png);"));
label_2 = new QLabel(widget_2);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(463, 20, 231, 73));
label_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 30px\"Ubuntu\";\n"
"font:bold;"));
label = new QLabel(widget);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(40, 150, 1008, 681));
label->setStyleSheet(QString::fromUtf8("image: url(:/image/MomentSketchMap.png);\n"
"border:2px solid;\n"
"border-bottom-color: rgb(255, 255, 255);\n"
"image-position:top;"));
label_51 = new QLabel(widget);
label_51->setObjectName(QString::fromUtf8("label_51"));
label_51->setGeometry(QRect(80, 1260, 205, 50));
label_51->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_51->setAlignment(Qt::AlignCenter);
label_41 = new QLabel(widget);
label_41->setObjectName(QString::fromUtf8("label_41"));
label_41->setGeometry(QRect(80, 1120, 205, 50));
label_41->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_41->setAlignment(Qt::AlignCenter);
EndScope = new TowerCraneLineEdit(widget);
EndScope->setObjectName(QString::fromUtf8("EndScope"));
EndScope->setGeometry(QRect(380, 1320, 205, 50));
EndScope->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
widget_6 = new QWidget(widget);
widget_6->setObjectName(QString::fromUtf8("widget_6"));
widget_6->setGeometry(QRect(80, 1470, 291, 81));
widget_6->setStyleSheet(QString::fromUtf8("border-top:2px solid;\n"
"border-top-color: rgb(255, 255, 255);\n"
"border-left:2px solid;\n"
"border-left-color: rgb(255, 255, 255);\n"
"border-right:2px solid;\n"
"border-right-color: rgb(255, 255, 255);"));
WeightAlarmUnable = new QRadioButton(widget_6);
WeightAlarmUnable->setObjectName(QString::fromUtf8("WeightAlarmUnable"));
WeightAlarmUnable->setGeometry(QRect(170, 30, 91, 23));
WeightAlarmUnable->setStyleSheet(QString::fromUtf8("color: rgb(204, 0, 0);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"border:0px solid;"));
WeightAlarmEnable = new QRadioButton(widget_6);
WeightAlarmEnable->setObjectName(QString::fromUtf8("WeightAlarmEnable"));
WeightAlarmEnable->setGeometry(QRect(40, 30, 91, 23));
WeightAlarmEnable->setStyleSheet(QString::fromUtf8("color: rgb(115, 210, 22);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"border:0px solid;"));
EndWeiht = new TowerCraneLineEdit(widget);
EndWeiht->setObjectName(QString::fromUtf8("EndWeiht"));
EndWeiht->setGeometry(QRect(80, 1320, 205, 50));
EndWeiht->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
label_43 = new QLabel(widget);
label_43->setObjectName(QString::fromUtf8("label_43"));
label_43->setGeometry(QRect(120, 1440, 205, 50));
label_43->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_43->setAlignment(Qt::AlignCenter);
MidWeigh = new TowerCraneLineEdit(widget);
MidWeigh->setObjectName(QString::fromUtf8("MidWeigh"));
MidWeigh->setGeometry(QRect(80, 1180, 205, 50));
MidWeigh->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
label_38 = new QLabel(widget);
label_38->setObjectName(QString::fromUtf8("label_38"));
label_38->setGeometry(QRect(380, 1120, 205, 50));
label_38->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_38->setAlignment(Qt::AlignCenter);
MidScope = new TowerCraneLineEdit(widget);
MidScope->setObjectName(QString::fromUtf8("MidScope"));
MidScope->setGeometry(QRect(380, 1180, 205, 50));
MidScope->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
label_48 = new QLabel(widget);
label_48->setObjectName(QString::fromUtf8("label_48"));
label_48->setGeometry(QRect(380, 1260, 205, 50));
label_48->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_48->setAlignment(Qt::AlignCenter);
label_39 = new QLabel(widget);
label_39->setObjectName(QString::fromUtf8("label_39"));
label_39->setGeometry(QRect(380, 980, 205, 50));
label_39->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_39->setAlignment(Qt::AlignCenter);
StartWeight = new TowerCraneLineEdit(widget);
StartWeight->setObjectName(QString::fromUtf8("StartWeight"));
StartWeight->setGeometry(QRect(80, 1040, 205, 50));
StartWeight->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
label_42 = new QLabel(widget);
label_42->setObjectName(QString::fromUtf8("label_42"));
label_42->setGeometry(QRect(80, 980, 205, 50));
label_42->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_42->setAlignment(Qt::AlignCenter);
StartScope = new TowerCraneLineEdit(widget);
StartScope->setObjectName(QString::fromUtf8("StartScope"));
StartScope->setGeometry(QRect(380, 1040, 205, 50));
StartScope->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);\n"
"font: 30px \"Ubuntu\";\n"
"font:bold;"));
comboBox = new QComboBox(widget);
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->setObjectName(QString::fromUtf8("comboBox"));
comboBox->setGeometry(QRect(80, 880, 291, 51));
comboBox->setLayoutDirection(Qt::LeftToRight);
comboBox->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);\n"
"border:2px solid;\n"
"border-color: rgb(255, 255, 255);"));
retranslateUi(MomentCurveSetting);
QMetaObject::connectSlotsByName(MomentCurveSetting);
} // setupUi
void retranslateUi(QWidget *MomentCurveSetting)
{
MomentCurveSetting->setWindowTitle(QApplication::translate("MomentCurveSetting", "Form", nullptr));
QuiteButton->setText(QString());
label_2->setText(QApplication::translate("MomentCurveSetting", "<html><head/><body><p align=\"center\">\345\212\233\347\237\251\346\233\262\347\272\277\350\256\276\347\275\256</p></body></html>", nullptr));
label->setText(QString());
label_51->setText(QApplication::translate("MomentCurveSetting", "\347\273\210\346\255\242\351\207\215\351\207\217", nullptr));
label_41->setText(QApplication::translate("MomentCurveSetting", "\344\270\255\351\227\264\351\207\215\351\207\217", nullptr));
WeightAlarmUnable->setText(QApplication::translate("MomentCurveSetting", "\347\246\201\347\224\250", nullptr));
WeightAlarmEnable->setText(QApplication::translate("MomentCurveSetting", "\345\220\257\347\224\250", nullptr));
label_43->setText(QApplication::translate("MomentCurveSetting", "\345\212\233\347\237\251\346\212\245\350\255\246", nullptr));
label_38->setText(QApplication::translate("MomentCurveSetting", "\344\270\255\351\227\264\345\271\205\345\272\246", nullptr));
label_48->setText(QApplication::translate("MomentCurveSetting", "\347\273\210\346\255\242\345\271\205\345\272\246", nullptr));
label_39->setText(QApplication::translate("MomentCurveSetting", "\350\265\267\345\247\213\345\271\205\345\272\246", nullptr));
label_42->setText(QApplication::translate("MomentCurveSetting", "\350\265\267\345\247\213\351\207\215\351\207\217", nullptr));
comboBox->setItemText(0, QApplication::translate("MomentCurveSetting", "\345\277\253\351\200\237\351\200\211\346\213\251\345\241\224\345\220\212\345\217\202\346\225\260", nullptr));
comboBox->setItemText(1, QApplication::translate("MomentCurveSetting", "QTZ40 2\345\200\215\347\216\207", nullptr));
comboBox->setItemText(2, QApplication::translate("MomentCurveSetting", "QTZ40 4\345\200\215\347\216\207", nullptr));
comboBox->setItemText(3, QApplication::translate("MomentCurveSetting", "QTZ50 2\345\200\215\347\216\207", nullptr));
comboBox->setItemText(4, QApplication::translate("MomentCurveSetting", "QTZ50 4\345\200\215\347\216\207", nullptr));
comboBox->setItemText(5, QApplication::translate("MomentCurveSetting", "QTZ60 2\345\200\215\347\216\207", nullptr));
comboBox->setItemText(6, QApplication::translate("MomentCurveSetting", "QTZ60 4\345\200\215\347\216\207", nullptr));
comboBox->setItemText(7, QApplication::translate("MomentCurveSetting", "QTZ80H 2\345\200\215\347\216\207", nullptr));
comboBox->setItemText(8, QApplication::translate("MomentCurveSetting", "QTZ80H 4\345\200\215\347\216\207", nullptr));
} // retranslateUi
};
namespace Ui {
class MomentCurveSetting: public Ui_MomentCurveSetting {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MOMENTCURVESETTING_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助