1 Star 3 Fork 0

wujiamin2023/Qt-mscPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_lyrcwind.h 5.05 KB
一键复制 编辑 原始数据 按行查看 历史
Ollivander 提交于 2022-02-25 15:34 . ver1
/********************************************************************************
** Form generated from reading UI file 'lyrcwind.ui'
**
** Created by: Qt User Interface Compiler version 5.6.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_LYRCWIND_H
#define UI_LYRCWIND_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_LyrcWind
{
public:
QHBoxLayout *horizontalLayout;
QGridLayout *gridLayout;
QLabel *label;
QLabel *label_2;
QLabel *label_3;
QLabel *label_4;
QLabel *label_5;
QLabel *label_6;
QLabel *label_7;
void setupUi(QWidget *LyrcWind)
{
if (LyrcWind->objectName().isEmpty())
LyrcWind->setObjectName(QStringLiteral("LyrcWind"));
LyrcWind->resize(459, 479);
horizontalLayout = new QHBoxLayout(LyrcWind);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
gridLayout = new QGridLayout();
gridLayout->setObjectName(QStringLiteral("gridLayout"));
label = new QLabel(LyrcWind);
label->setObjectName(QStringLiteral("label"));
QFont font;
font.setFamily(QStringLiteral("Microsoft JhengHei UI"));
font.setPointSize(8);
font.setBold(true);
font.setWeight(75);
label->setFont(font);
label->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 100);"));
label->setAlignment(Qt::AlignCenter);
label->setWordWrap(true);
gridLayout->addWidget(label, 0, 0, 1, 1);
label_2 = new QLabel(LyrcWind);
label_2->setObjectName(QStringLiteral("label_2"));
label_2->setFont(font);
label_2->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 150);"));
label_2->setAlignment(Qt::AlignCenter);
label_2->setWordWrap(true);
gridLayout->addWidget(label_2, 1, 0, 1, 1);
label_3 = new QLabel(LyrcWind);
label_3->setObjectName(QStringLiteral("label_3"));
label_3->setFont(font);
label_3->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 200);"));
label_3->setAlignment(Qt::AlignCenter);
label_3->setWordWrap(true);
gridLayout->addWidget(label_3, 2, 0, 1, 1);
label_4 = new QLabel(LyrcWind);
label_4->setObjectName(QStringLiteral("label_4"));
QFont font1;
font1.setFamily(QStringLiteral("Microsoft JhengHei UI"));
font1.setPointSize(10);
font1.setBold(true);
font1.setWeight(75);
label_4->setFont(font1);
label_4->setStyleSheet(QStringLiteral("color: rgba(0, 0, 255, 255);"));
label_4->setAlignment(Qt::AlignCenter);
label_4->setWordWrap(true);
gridLayout->addWidget(label_4, 3, 0, 1, 1);
label_5 = new QLabel(LyrcWind);
label_5->setObjectName(QStringLiteral("label_5"));
label_5->setFont(font);
label_5->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 200);"));
label_5->setAlignment(Qt::AlignCenter);
label_5->setWordWrap(true);
gridLayout->addWidget(label_5, 4, 0, 1, 1);
label_6 = new QLabel(LyrcWind);
label_6->setObjectName(QStringLiteral("label_6"));
label_6->setFont(font);
label_6->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 150); "));
label_6->setAlignment(Qt::AlignCenter);
label_6->setWordWrap(true);
gridLayout->addWidget(label_6, 5, 0, 1, 1);
label_7 = new QLabel(LyrcWind);
label_7->setObjectName(QStringLiteral("label_7"));
label_7->setFont(font);
label_7->setStyleSheet(QStringLiteral("color: rgba(0, 85, 255, 100);"));
label_7->setAlignment(Qt::AlignCenter);
label_7->setWordWrap(true);
gridLayout->addWidget(label_7, 6, 0, 1, 1);
horizontalLayout->addLayout(gridLayout);
horizontalLayout->setStretch(0, 9);
retranslateUi(LyrcWind);
QMetaObject::connectSlotsByName(LyrcWind);
} // setupUi
void retranslateUi(QWidget *LyrcWind)
{
LyrcWind->setWindowTitle(QApplication::translate("LyrcWind", "Form", 0));
label->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
label_2->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
label_3->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
label_4->setText(QApplication::translate("LyrcWind", "Lyric", 0));
label_5->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
label_6->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
label_7->setText(QApplication::translate("LyrcWind", "TextLabel", 0));
} // retranslateUi
};
namespace Ui {
class LyrcWind: public Ui_LyrcWind {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LYRCWIND_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Ollivandergitee/msc-player.git
git@gitee.com:Ollivandergitee/msc-player.git
Ollivandergitee
msc-player
Qt-mscPlayer
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385