subsurface/map-widget/qml
Berthold Stoeger bce31ab862 Map: generate pixmap name in model
Experimentation has shown that the image of a flag will
only be changed after dataChanged() if it is a simple
property. The old code had a complex QML expression and
then - for some reason - it didn't work.

To give us better control over the flags and avoid full
reloads of the map therefore introduce a model-property
pixmap name. The name depends on whether the site is
selected and if not, whether we are in divesite-edit mode.
This makes the code rather convoluted. Firstly, we have
to save whether the site is selected in the map-item.
Secondly we have to access the global map-widget, which
in turn has to go to the map-widget helper (layering
violation!).

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-09-06 11:48:47 -07:00
..
icons map-widget: move the widget and its resources to 'map-widget' 2017-11-05 14:48:56 -08:00
map-widget.qrc map-widget: add qrc file for widget 2018-06-21 20:27:58 -07:00
MapWidget.qml Map: generate pixmap name in model 2019-09-06 11:48:47 -07:00
MapWidgetContextMenu.qml MapWidgetContextMenu.qml: improve the action text 2018-03-15 23:27:18 +02:00
MapWidgetError.qml mapwidget: QtQuick really to 2.5 2017-12-24 11:33:46 -08:00