加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_videowidget.h 6.25 KB
一键复制 编辑 原始数据 按行查看 历史
kindom-leo 提交于 2024-10-14 17:27 . first commit
/********************************************************************************
** Form generated from reading UI file 'videowidget.ui'
**
** Created by: Qt User Interface Compiler version 5.15.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_VIDEOWIDGET_H
#define UI_VIDEOWIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_VideoWidget
{
public:
QVBoxLayout *verticalLayout_2;
QWidget *widget_back;
QVBoxLayout *verticalLayout;
QWidget *widget_erro;
QHBoxLayout *horizontalLayout_2;
QSpacerItem *horizontalSpacer_2;
QLabel *labelErr;
QSpacerItem *horizontalSpacer_3;
QWidget *widget;
QHBoxLayout *horizontalLayout_3;
QSpacerItem *horizontalSpacer_4;
QPushButton *btnClose;
QWidget *widget_name;
QHBoxLayout *horizontalLayout;
QSpacerItem *horizontalSpacer;
QLabel *labelName;
void setupUi(QWidget *VideoWidget)
{
if (VideoWidget->objectName().isEmpty())
VideoWidget->setObjectName(QString::fromUtf8("VideoWidget"));
VideoWidget->resize(775, 475);
verticalLayout_2 = new QVBoxLayout(VideoWidget);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
widget_back = new QWidget(VideoWidget);
widget_back->setObjectName(QString::fromUtf8("widget_back"));
widget_back->setStyleSheet(QString::fromUtf8("QWidget#widget_back\n"
"{\n"
"border:1px solid rgba(74, 108, 155, 0);\n"
"border-radius:2px;\n"
" background-color: rgba(74, 108, 155, 0);\n"
"}\n"
"\n"
""));
verticalLayout = new QVBoxLayout(widget_back);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
widget_erro = new QWidget(widget_back);
widget_erro->setObjectName(QString::fromUtf8("widget_erro"));
widget_erro->setStyleSheet(QString::fromUtf8("QWidget#widget_erro\n"
"{\n"
" background-color: rgba(220, 255, 193, 0);\n"
"}\n"
""));
horizontalLayout_2 = new QHBoxLayout(widget_erro);
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
horizontalSpacer_2 = new QSpacerItem(63, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer_2);
labelErr = new QLabel(widget_erro);
labelErr->setObjectName(QString::fromUtf8("labelErr"));
labelErr->setStyleSheet(QString::fromUtf8(" font-family: \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
" color:rgb(233,233,233);\n"
" font-size: 16px;\n"
"border:1px solid rgba(102, 102, 102, 92);\n"
" border-radius:1px;\n"
" padding-left:6px;\n"
"padding-right:6px;\n"
"background-color: rgb(255, 25, 25);\n"
" \n"
" "));
horizontalLayout_2->addWidget(labelErr);
horizontalSpacer_3 = new QSpacerItem(63, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer_3);
verticalLayout->addWidget(widget_erro);
widget = new QWidget(widget_back);
widget->setObjectName(QString::fromUtf8("widget"));
horizontalLayout_3 = new QHBoxLayout(widget);
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
horizontalSpacer_4 = new QSpacerItem(295, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_3->addItem(horizontalSpacer_4);
btnClose = new QPushButton(widget);
btnClose->setObjectName(QString::fromUtf8("btnClose"));
btnClose->setCursor(QCursor(Qt::PointingHandCursor));
btnClose->setStyleSheet(QString::fromUtf8("QPushButton{ \n"
"image: url(:/image/closebtn_3.png);\n"
"background-color:rgba(200,80,6,0); \n"
"border-radius:18px; \n"
"color: rgb(255, 255, 255);\n"
"font-size:16px;\n"
"font-family:\"\345\276\256\350\275\257\351\233\205\351\273\221\"\n"
"} \n"
"QPushButton:hover{ \n"
"background-color:rgb(200,80,6); \n"
"} \n"
"QPushButton:pressed{ \n"
"background-color:rgb(200,80,6); \n"
"}\n"
""));
btnClose->setFlat(true);
horizontalLayout_3->addWidget(btnClose);
verticalLayout->addWidget(widget);
widget_name = new QWidget(widget_back);
widget_name->setObjectName(QString::fromUtf8("widget_name"));
widget_name->setStyleSheet(QString::fromUtf8("QWidget#widget_name\n"
"{\n"
" background-color: rgba(220, 255, 193, 0);\n"
"}\n"
""));
horizontalLayout = new QHBoxLayout(widget_name);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(-1, 0, 6, 0);
horizontalSpacer = new QSpacerItem(62, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
labelName = new QLabel(widget_name);
labelName->setObjectName(QString::fromUtf8("labelName"));
labelName->setMaximumSize(QSize(200, 16777215));
labelName->setStyleSheet(QString::fromUtf8(" font-family: \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
" color:rgb(33,33,33);\n"
" font-size: 13px;\n"
"border:1px solid rgba(102, 102, 102, 92);\n"
" border-radius:1px;\n"
" \n"
"background-color: rgb(255, 255, 255);\n"
" \n"
" "));
horizontalLayout->addWidget(labelName);
verticalLayout->addWidget(widget_name);
verticalLayout_2->addWidget(widget_back);
retranslateUi(VideoWidget);
QMetaObject::connectSlotsByName(VideoWidget);
} // setupUi
void retranslateUi(QWidget *VideoWidget)
{
VideoWidget->setWindowTitle(QCoreApplication::translate("VideoWidget", "Form", nullptr));
labelErr->setText(QCoreApplication::translate("VideoWidget", "\346\222\255\346\224\276\345\244\261\350\264\245\357\274\214\351\207\215\350\257\225\344\270\255...", nullptr));
btnClose->setText(QString());
labelName->setText(QCoreApplication::translate("VideoWidget", "TextLabel", nullptr));
} // retranslateUi
};
namespace Ui {
class VideoWidget: public Ui_VideoWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_VIDEOWIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化