1 Star 0 Fork 4

LukeLee/screenshot

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

搜索帮助