7 Star 20 Fork 3

Li Jin / CodeEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li Jin 提交于 2015-07-27 12:16 . update codes
#include "oDefine.h"
#include "oMainWindow.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
oMainWindow window;
window.show();
return app.exec();
}
C++
1
https://gitee.com/pig/CodeEditor.git
git@gitee.com:pig/CodeEditor.git
pig
CodeEditor
CodeEditor
master

搜索帮助