add vehicle manage

This commit is contained in:
hm
2022-04-12 11:11:48 +08:00
parent 786edf906e
commit 351b4dc66d
6 changed files with 11 additions and 28 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ SUBDIRS += Cockpit
SUBDIRS += MavLinkNode
SUBDIRS += dlink
SUBDIRS += App
SUBDIRS += VehicleManage
Submodule VehicleManage updated: 376ab13792...a49692303b
+8 -3
View File
@@ -1,8 +1,13 @@
#ifndef DEBUGHEADER_H
#define DEBUGHEADER_H
// #define DEBUG_CORE
// #define DEBUG_TILE
// #define DEBUG_TILEMATRIX
// #define DEBUG_MEMORY_CACHE
// #define DEBUG_CACHE
// #define DEBUG_GMAPS
// #define DEBUG_PUREIMAGECACHE
// #define DEBUG_TILECACHEQUEUE
// #define DEBUG_URLFACTORY
// #define DEBUG_MEMORY_CACHE
// #define DEBUG_GetGeocoderFromCache
#endif // DEBUGHEADER_H
+1 -12
View File
@@ -6,13 +6,6 @@
#ifdef _USE_MATH_DEFINES
#ifdef unix
#else
#ifdef __MINGW32__
#else
#define M_E 2.71828182845904523536
#define M_LOG2E 1.44269504088896340736
#define M_LOG10E 0.434294481903251827651
@@ -26,11 +19,7 @@
#define M_2_SQRTPI 1.12837916709551257390
#define M_SQRT2 1.41421356237309504880
#define M_SQRT1_2 0.707106781186547524401
#endif /* __MINGW32__ */
#endif
#endif /* _USE_MATH_DEFINES */
#endif /* END FILE */
Binary file not shown.
-11
View File
@@ -40,17 +40,6 @@ OPMapWidget::OPMapWidget(QWidget *parent, Configuration *config) : QGraphicsView
{
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("GB2312"));
QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf8"));
/*
QTranslator * translator = NULL;
translator->load(QCoreApplication::applicationDirPath() + "\\MAP_zh_CN.qm");
QCoreApplication::installTranslator(translator);
*/
//this->setAcceptDrops(true);
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
core = new internals::Core;