加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_ehome_img_btn.h 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
编号001 提交于 2024-11-03 21:21 . init
/********************************************************************************
** Form generated from reading UI file 'ehome_img_btn.ui'
**
** Created by: Qt User Interface Compiler version 6.4.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_EHOME_IMG_BTN_H
#define UI_EHOME_IMG_BTN_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_ehome_img_btn
{
public:
void setupUi(QPushButton *ehome_img_btn)
{
if (ehome_img_btn->objectName().isEmpty())
ehome_img_btn->setObjectName("ehome_img_btn");
ehome_img_btn->resize(122, 121);
ehome_img_btn->setCursor(QCursor(Qt::PointingHandCursor));
retranslateUi(ehome_img_btn);
QMetaObject::connectSlotsByName(ehome_img_btn);
} // setupUi
void retranslateUi(QPushButton *ehome_img_btn)
{
ehome_img_btn->setWindowTitle(QCoreApplication::translate("ehome_img_btn", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class ehome_img_btn: public Ui_ehome_img_btn {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EHOME_IMG_BTN_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化