diff options
author | 2016-04-01 20:28:58 -0500 | |
---|---|---|
committer | 2016-04-01 20:28:58 -0500 | |
commit | 3aa219c689a1e1abc1a21e81af2764134b1c2c89 (patch) | |
tree | 538d3baf405f384f6d6ddad61143981f350e16b1 /qt-mobile/qml/DownloadFromDiveComputer.qml | |
parent | a554c66fa39912ac82253741880a83a22bf574b4 (diff) | |
parent | cace666741ead8a26b71e0cd073382cd94a227f7 (diff) | |
download | subsurface-3aa219c689a1e1abc1a21e81af2764134b1c2c89.tar.gz |
Merge branch 'mergeKirigamiPort'
Diffstat (limited to 'qt-mobile/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | qt-mobile/qml/DownloadFromDiveComputer.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-mobile/qml/DownloadFromDiveComputer.qml b/qt-mobile/qml/DownloadFromDiveComputer.qml index 2acc508c4..a062ffaa0 100644 --- a/qt-mobile/qml/DownloadFromDiveComputer.qml +++ b/qt-mobile/qml/DownloadFromDiveComputer.qml @@ -5,14 +5,15 @@ import QtQuick.Window 2.2 import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.1 import org.subsurfacedivelog.mobile 1.0 -import org.kde.plasma.mobilecomponents 0.2 as MobileComponents +import org.kde.kirigami 1.0 as Kirigami -MobileComponents.Page { +Kirigami.Page { id: diveComputerDownloadWindow anchors.top:parent.top width: parent.width height: parent.height Layout.fillWidth: true; + title: "Dive Computer" /* this can be done by hitting the back key contextualActions: [ |