diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-28 17:43:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-02 18:49:47 -0700 |
commit | 9d7eb33a33d6e7c21806057e700f0a00a43cbba5 (patch) | |
tree | 0f9d921dc7374f6749a2c680c2fd0c0b726bbe12 /mobile-widgets/qml/DiveDetailsEdit.qml | |
parent | ee17d547538e32d5d16d46f096a982f6b7e0370f (diff) | |
download | subsurface-9d7eb33a33d6e7c21806057e700f0a00a43cbba5.tar.gz |
QML UI: display rating and visibility stars
Display rating and visibility stars on the dive details page. See #495
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsEdit.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index e9fdeb62c..3ad2cd500 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -35,6 +35,8 @@ Item { property alias divemasterModel: divemasterBox.model property alias buddyModel: buddyBox.model property alias cylinderModel: cylinderBox.model + property int rating + property int visibility function saveData() { // apply the changes to the dive_table |