subsurface/backend-shared
jan Iversen 80be2b570b backend-shared: add slot to detect switch METER <-> FEET
This allows to update plannermodel etc. and thus avoiding a restart when
changing units for length.

Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-01-04 10:56:55 -08:00
..
CMakeLists.txt
exportfuncs.cpp
exportfuncs.h
plannershared.cpp backend-shared: add slot to detect switch METER <-> FEET 2020-01-04 10:56:55 -08:00
plannershared.h backend-shared: add slot to detect switch METER <-> FEET 2020-01-04 10:56:55 -08:00
README

This directory contains shared UI backend code shared between
the desktop version and the mobile version.

The backend code sits between the actual functionality, which
are implemented in core and qt-models, and the UI/QML which
are implemented in desktop-widgets and mobile-widgets.

The idea of backend is not to duplicate code, and at the same time
limit the UI and QML to only deal with real GUI.

The first implementations for backend are "export" and "diveplanner".