mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-26 08:24:24 +02:00
Add Coordinates display option to position info
+ Data menu redesign Closes #343
This commit is contained in:
@ -60,6 +60,7 @@ private slots:
|
||||
void showGraphs(bool show);
|
||||
void showGraphGrids(bool show);
|
||||
void showGraphSliderInfo(bool show);
|
||||
void showPathMarkerInfo(QAction *action);
|
||||
void showToolbars(bool show);
|
||||
void showFullscreen(bool show);
|
||||
void showTracks(bool show);
|
||||
@ -205,8 +206,10 @@ private:
|
||||
QAction *_showWaypointLabelsAction;
|
||||
QAction *_showAreasAction;
|
||||
QAction *_showRouteWaypointsAction;
|
||||
QAction *_hideMarkersAction;
|
||||
QAction *_showMarkersAction;
|
||||
QAction *_showMarkerInfoAction;
|
||||
QAction *_showMarkerDateAction;
|
||||
QAction *_showMarkerCoordinatesAction;
|
||||
QAction *_showTicksAction;
|
||||
QAction *_showCoordinatesAction;
|
||||
QAction *_openOptionsAction;
|
||||
|
Reference in New Issue
Block a user