1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_helpscreen.h 5.14 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
/********************************************************************************
** Form generated from reading UI file 'helpscreen.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_HELPSCREEN_H
#define UI_HELPSCREEN_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_HelpScreen
{
public:
QWidget *widget;
QTabWidget *HelpTable;
QWidget *tab;
QLabel *label;
QWidget *tab_3;
QLabel *label_3;
QWidget *tab_4;
QLabel *label_4;
QWidget *tab_2;
QLabel *label_5;
QWidget *widget_2;
QPushButton *pushButton;
QLabel *label_2;
void setupUi(QWidget *HelpScreen)
{
if (HelpScreen->objectName().isEmpty())
HelpScreen->setObjectName(QString::fromUtf8("HelpScreen"));
HelpScreen->resize(1080, 1920);
HelpScreen->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
widget = new QWidget(HelpScreen);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(0, 0, 1080, 1920));
HelpTable = new QTabWidget(widget);
HelpTable->setObjectName(QString::fromUtf8("HelpTable"));
HelpTable->setGeometry(QRect(64, 149, 951, 1400));
HelpTable->setStyleSheet(QString::fromUtf8(""));
tab = new QWidget();
tab->setObjectName(QString::fromUtf8("tab"));
label = new QLabel(tab);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(0, 0, 951, 1321));
label->setStyleSheet(QString::fromUtf8("image: url(:/image/HelpInfo1.png);\n"
"image-position:top;"));
HelpTable->addTab(tab, QString());
tab_3 = new QWidget();
tab_3->setObjectName(QString::fromUtf8("tab_3"));
label_3 = new QLabel(tab_3);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(0, 0, 951, 1321));
label_3->setStyleSheet(QString::fromUtf8("image: url(:/image/HelpInfo2.png);\n"
"image-position:top;"));
HelpTable->addTab(tab_3, QString());
tab_4 = new QWidget();
tab_4->setObjectName(QString::fromUtf8("tab_4"));
label_4 = new QLabel(tab_4);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(0, 0, 951, 1321));
label_4->setStyleSheet(QString::fromUtf8("image: url(:/image/HelpInfo4.png);\n"
"image-position:top;"));
HelpTable->addTab(tab_4, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
label_5 = new QLabel(tab_2);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(0, 0, 951, 1321));
label_5->setStyleSheet(QString::fromUtf8("image: url(:/image/HelpInfo3.png);\n"
"image-position:top;"));
HelpTable->addTab(tab_2, QString());
widget_2 = new QWidget(widget);
widget_2->setObjectName(QString::fromUtf8("widget_2"));
widget_2->setGeometry(QRect(0, 0, 1080, 109));
widget_2->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);"));
pushButton = new QPushButton(widget_2);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(60, 20, 70, 70));
pushButton->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, 153, 73));
label_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 30px\"Ubuntu\";\n"
"font:bold;"));
retranslateUi(HelpScreen);
HelpTable->setCurrentIndex(1);
QMetaObject::connectSlotsByName(HelpScreen);
} // setupUi
void retranslateUi(QWidget *HelpScreen)
{
HelpScreen->setWindowTitle(QApplication::translate("HelpScreen", "Form", nullptr));
label->setText(QString());
HelpTable->setTabText(HelpTable->indexOf(tab), QApplication::translate("HelpScreen", "Tab 1", nullptr));
label_3->setText(QString());
HelpTable->setTabText(HelpTable->indexOf(tab_3), QApplication::translate("HelpScreen", "Page", nullptr));
label_4->setText(QString());
HelpTable->setTabText(HelpTable->indexOf(tab_4), QApplication::translate("HelpScreen", "Page", nullptr));
label_5->setText(QString());
HelpTable->setTabText(HelpTable->indexOf(tab_2), QApplication::translate("HelpScreen", "Tab 2", nullptr));
pushButton->setText(QString());
label_2->setText(QApplication::translate("HelpScreen", "<html><head/><body><p align=\"center\"><span style=\" font-size:23pt;\">\345\270\256\345\212\251</span></p></body></html>", nullptr));
} // retranslateUi
};
namespace Ui {
class HelpScreen: public Ui_HelpScreen {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_HELPSCREEN_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助