代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'dataexport.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_DATAEXPORT_H
#define UI_DATAEXPORT_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_DataExport
{
public:
QWidget *widget;
QWidget *widget_2;
QPushButton *QuiteButton;
QLabel *label_2;
QLabel *label;
QPushButton *Export;
QPushButton *Format;
void setupUi(QWidget *DataExport)
{
if (DataExport->objectName().isEmpty())
DataExport->setObjectName(QString::fromUtf8("DataExport"));
DataExport->resize(1080, 1920);
widget = new QWidget(DataExport);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(0, 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(0, 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, 191, 73));
label_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 30px\"Ubuntu\";\n"
"font:bold;"));
label_2->setAlignment(Qt::AlignCenter);
label = new QLabel(widget);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(100, 140, 880, 211));
label->setStyleSheet(QString::fromUtf8("font: 28px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
Export = new QPushButton(widget);
Export->setObjectName(QString::fromUtf8("Export"));
Export->setGeometry(QRect(100, 370, 201, 50));
Export->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);\n"
"border:0px solid;\n"
""));
Format = new QPushButton(widget);
Format->setObjectName(QString::fromUtf8("Format"));
Format->setGeometry(QRect(100, 480, 201, 50));
Format->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);\n"
"border:0px solid;\n"
""));
retranslateUi(DataExport);
QMetaObject::connectSlotsByName(DataExport);
} // setupUi
void retranslateUi(QWidget *DataExport)
{
DataExport->setWindowTitle(QApplication::translate("DataExport", "Form", nullptr));
QuiteButton->setText(QString());
label_2->setText(QApplication::translate("DataExport", "<html><head/><body><p align=\"center\">\346\225\260\346\215\256\345\257\274\345\207\272</p></body></html>", nullptr));
label->setText(QApplication::translate("DataExport", "<html><head/><body><p><span style=\" font-size:18pt;\">\346\217\222\345\205\245\346\214\207\345\256\232U\347\233\230\345\210\260\351\273\221\345\214\243\345\255\220\357\274\214\345\257\274\345\207\272\350\277\207\347\250\213\344\270\255\345\217\257\350\203\275\345\257\271U\347\233\230\344\272\247\347\224\237\350\246\206\347\233\226\345\206\205\345\256\271\357\274\214\350\257\267\346\263\250\346\204\217\344\277\235\345\255\230\346\226\207\344\273\266</span></p><p><span style=\" font-size:18pt;\">\346\225\260\346\215\256\345\257\274\345\207\272\350\277\207\347\250\213\344\270\255\350\257\267\345\213\277\346\226\255\347\224\265\357\274\214\350\256\276\345\244\207\346\232\202\345\201\234\346\234\215\345\212\241</span></p></body></html>", nullptr));
Export->setText(QApplication::translate("DataExport", "\345\274\200\345\247\213\345\257\274\345\207\272", nullptr));
Format->setText(QApplication::translate("DataExport", "\346\240\274\345\274\217\345\214\226U\347\233\230", nullptr));
} // retranslateUi
};
namespace Ui {
class DataExport: public Ui_DataExport {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DATAEXPORT_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。