使用widget的方式编辑界面,因为qml需要很多自己画的库,而且很多东西没办法显示
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user