1 Star 6 Fork 4

Simon/screenshot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aboutme.h 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
Simon 提交于 2017-04-01 21:05 . 添加介绍
#ifndef ABOUTME_H
#define ABOUTME_H
#include <QDialog>
namespace Ui {
class AboutMe;
}
class AboutMe : public QDialog
{
Q_OBJECT
public:
explicit AboutMe(QWidget *parent = 0);
~AboutMe();
private:
Ui::AboutMe *ui;
};
#endif // ABOUTME_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/LSU/screenshot.git
git@gitee.com:LSU/screenshot.git
LSU
screenshot
screenshot
master

搜索帮助