2 Star 4 Fork 2

liyuanbhu/JHPhoto_BASIC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AboutDialog.h 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyuanbhu 提交于 2019-11-20 16:50 . 设置公司名称
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include <QDialog>
namespace Ui {
class AboutDialog;
}
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = nullptr);
~AboutDialog();
void setAppName(QString name);
void setPhoneNumber(QString tel);
void setWebSite(QString website);
void setCompanyName(QString companyName);
void setIcon(QIcon icon);
private:
Ui::AboutDialog *ui;
};
#endif // ABOUTDIALOG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyuanbhu/JHPhoto_BASIC.git
git@gitee.com:liyuanbhu/JHPhoto_BASIC.git
liyuanbhu
JHPhoto_BASIC
JHPhoto_BASIC
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385