代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'mainframe.ui'
**
** Created by: Qt User Interface Compiler version 6.2.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAINFRAME_H
#define UI_MAINFRAME_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QScrollArea>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "component.mscrolllabel.h"
QT_BEGIN_NAMESPACE
class Ui_InfoWidget
{
public:
QVBoxLayout *verticalLayout;
QHBoxLayout *head;
QLabel *label_2;
QLabel *label;
QScrollArea *scrollArea;
QWidget *scrollAreaWidgetContents;
QFormLayout *formLayout;
ScrollLabel *label_3;
void setupUi(QWidget *InfoWidget)
{
if (InfoWidget->objectName().isEmpty())
InfoWidget->setObjectName(QString::fromUtf8("InfoWidget"));
InfoWidget->resize(457, 388);
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(InfoWidget->sizePolicy().hasHeightForWidth());
InfoWidget->setSizePolicy(sizePolicy);
InfoWidget->setMouseTracking(true);
InfoWidget->setAcceptDrops(true);
InfoWidget->setWindowOpacity(0.700000000000000);
InfoWidget->setAutoFillBackground(true);
verticalLayout = new QVBoxLayout(InfoWidget);
verticalLayout->setSpacing(4);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalLayout->setSizeConstraint(QLayout::SetMinimumSize);
verticalLayout->setContentsMargins(0, 0, 0, 0);
head = new QHBoxLayout();
head->setSpacing(5);
head->setObjectName(QString::fromUtf8("head"));
label_2 = new QLabel(InfoWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
label_2->setSizePolicy(sizePolicy);
label_2->setMinimumSize(QSize(35, 35));
label_2->setMaximumSize(QSize(35, 35));
label_2->setMouseTracking(true);
label_2->setAcceptDrops(true);
label_2->setAutoFillBackground(false);
label_2->setStyleSheet(QString::fromUtf8("border-image: url(:/006/icon/006.png);"));
label_2->setFrameShape(QFrame::WinPanel);
label_2->setFrameShadow(QFrame::Raised);
label_2->setLineWidth(0);
label_2->setTextFormat(Qt::PlainText);
label_2->setScaledContents(true);
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
label_2->setWordWrap(true);
label_2->setMargin(0);
label_2->setTextInteractionFlags(Qt::NoTextInteraction);
head->addWidget(label_2);
label = new QLabel(InfoWidget);
label->setObjectName(QString::fromUtf8("label"));
sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
label->setSizePolicy(sizePolicy);
label->setAcceptDrops(true);
label->setAutoFillBackground(true);
label->setStyleSheet(QString::fromUtf8("border-image: url();"));
label->setFrameShape(QFrame::WinPanel);
label->setFrameShadow(QFrame::Raised);
label->setLineWidth(0);
label->setScaledContents(true);
label->setAlignment(Qt::AlignCenter);
label->setWordWrap(true);
head->addWidget(label);
head->setStretch(0, 4);
head->setStretch(1, 6);
verticalLayout->addLayout(head);
scrollArea = new QScrollArea(InfoWidget);
scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
scrollArea->setMouseTracking(true);
scrollArea->setAcceptDrops(true);
scrollArea->setAutoFillBackground(true);
scrollArea->setStyleSheet(QString::fromUtf8(""));
scrollArea->setFrameShape(QFrame::Box);
scrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
scrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
scrollArea->setSizeAdjustPolicy(QAbstractScrollArea::AdjustIgnored);
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 453, 303));
sizePolicy.setHeightForWidth(scrollAreaWidgetContents->sizePolicy().hasHeightForWidth());
scrollAreaWidgetContents->setSizePolicy(sizePolicy);
formLayout = new QFormLayout(scrollAreaWidgetContents);
formLayout->setObjectName(QString::fromUtf8("formLayout"));
formLayout->setRowWrapPolicy(QFormLayout::DontWrapRows);
formLayout->setHorizontalSpacing(5);
formLayout->setVerticalSpacing(5);
formLayout->setContentsMargins(0, 0, 0, 0);
label_3 = new ScrollLabel(scrollAreaWidgetContents);
label_3->setObjectName(QString::fromUtf8("label_3"));
sizePolicy.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
label_3->setSizePolicy(sizePolicy);
label_3->setAcceptDrops(true);
label_3->setLayoutDirection(Qt::LeftToRight);
label_3->setAutoFillBackground(true);
label_3->setStyleSheet(QString::fromUtf8(""));
label_3->setFrameShape(QFrame::NoFrame);
label_3->setFrameShadow(QFrame::Plain);
label_3->setLineWidth(0);
label_3->setMidLineWidth(0);
label_3->setTextFormat(Qt::AutoText);
label_3->setScaledContents(true);
label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
label_3->setWordWrap(true);
formLayout->setWidget(0, QFormLayout::SpanningRole, label_3);
scrollArea->setWidget(scrollAreaWidgetContents);
verticalLayout->addWidget(scrollArea);
verticalLayout->setStretch(0, 2);
verticalLayout->setStretch(1, 8);
retranslateUi(InfoWidget);
QMetaObject::connectSlotsByName(InfoWidget);
} // setupUi
void retranslateUi(QWidget *InfoWidget)
{
InfoWidget->setWindowTitle(QCoreApplication::translate("InfoWidget", "Form", nullptr));
label_2->setText(QString());
label->setText(QCoreApplication::translate("InfoWidget", "\350\257\206\345\210\253\346\210\220\345\212\237", nullptr));
label_3->setText(QString());
} // retranslateUi
};
namespace Ui {
class InfoWidget: public Ui_InfoWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINFRAME_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。