1 Star 0 Fork 1

东海龙子/QT_EMB_RES_PACK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_about.h 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
东海龙子 提交于 2024-07-16 02:19 . V1.01 添加完成关于弹窗
/********************************************************************************
** Form generated from reading UI file 'about.ui'
**
** Created by: Qt User Interface Compiler version 5.12.12
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ABOUT_H
#define UI_ABOUT_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
QT_BEGIN_NAMESPACE
class Ui_about
{
public:
void setupUi(QWidget *about)
{
about->setWindowTitle("关于");
QFont font;
font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font.setPointSize(12);
about->setFont(font);
// QMetaObject::connectSlotsByName(about);
} // setupUi
};
namespace Ui
{
class about: public Ui_about {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUT_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dhlz/qt_-emb_-res_-pack.git
[email protected]:dhlz/qt_-emb_-res_-pack.git
dhlz
qt_-emb_-res_-pack
QT_EMB_RES_PACK
master

搜索帮助