使用widget的方式编辑界面,因为qml需要很多自己画的库,而且很多东西没办法显示

This commit is contained in:
2020-04-24 19:04:18 +08:00
parent ff5b499e7b
commit 2bada85cee
7 changed files with 1205 additions and 116 deletions
+4 -2
View File
@@ -43,7 +43,8 @@ SOURCES += $$PWD/mapgraphicitem.cpp \
$$PWD/traillineitem.cpp \
$$PWD/waypointline.cpp \
$$PWD/waypointcircle.cpp \
$$PWD/propertyui.cpp
$$PWD/propertyui.cpp \
JsonHelper.cc
@@ -65,7 +66,8 @@ HEADERS += $$PWD/mapgraphicitem.h \
$$PWD/waypointline.h \
$$PWD/waypointcircle.h \
$$PWD/mapwidgetglobal.h \
$$PWD/propertyui.h
$$PWD/propertyui.h \
JsonHelper.h
RESOURCES += mapresources.qrc