2 Star 0 Fork 0

沈秋斌/chang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_bag.h 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
lls132734 提交于 2024-03-25 17:13 . 2024-3-25秋斌的版本
/********************************************************************************
** Form generated from reading UI file 'bag.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_BAG_H
#define UI_BAG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Bag
{
public:
void setupUi(QWidget *Bag)
{
if (Bag->objectName().isEmpty())
Bag->setObjectName(QString::fromUtf8("Bag"));
Bag->resize(400, 300);
retranslateUi(Bag);
QMetaObject::connectSlotsByName(Bag);
} // setupUi
void retranslateUi(QWidget *Bag)
{
Bag->setWindowTitle(QCoreApplication::translate("Bag", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class Bag: public Ui_Bag {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_BAG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shen-qiubin/chang.git
git@gitee.com:shen-qiubin/chang.git
shen-qiubin
chang
chang
master

搜索帮助