1 Star 0 Fork 125

家过 / qt-notify

forked from 终端组 / qt-notify 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 189 Bytes
一键复制 编辑 原始数据 按行查看 历史
潘昕 提交于 2016-10-14 11:34 . INIT
#include <QApplication>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWindow window;
window.show();
return app.exec();
}
C++
1
https://gitee.com/wwww1196145607/qt-notify.git
git@gitee.com:wwww1196145607/qt-notify.git
wwww1196145607
qt-notify
qt-notify
master

搜索帮助