1 Star 1 Fork 81

百里杨 / Quick Event

forked from Bruce / Quick Event 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
dingda.li 提交于 2020-04-27 22:51 . support block and template...
#include "event/quickapplication.h"
#include "example/dialog.h"
#include "event/quickcontroller.h"
#include <QThread>
int main(int argc, char **argv)
{
QuickApplication a(argc,argv);
QuickController controller;
Dialog dialog;
dialog.show();
return a.exec();
}
C++
1
https://gitee.com/bailiyang/Quick-Event.git
git@gitee.com:bailiyang/Quick-Event.git
bailiyang
Quick-Event
Quick Event
master

搜索帮助