1 Star 0 Fork 1

diycp2015 / Ui编辑器

forked from lixi / Ui编辑器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include "Window/Form_EditorSpace.h"
#include "Window/Form_WidgetBox.h""
#include "Window/Form_PropertyEditor.h""
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
widgetBoxPtr = new Form_WidgetBox; //控件容器
widgetBoxPtr->Init("E:/QtProject/UIEditor/release/widgets");
widgetBoxPtr->show();
PropertyEditorPtr = new Form_PropertyEditor; //控件属性编辑器
PropertyEditorPtr->show();
Form_EditorSpace* fe = new Form_EditorSpace; //控件编辑器
fe->show();
return a.exec();
}
C++
1
https://gitee.com/diycp2015/ui-editor.git
git@gitee.com:diycp2015/ui-editor.git
diycp2015
ui-editor
Ui编辑器
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891