mobile-widgets/qml: block DiveLogs.de and DiveShare export (temporary)

The current Webservice implementation is intertangled with the desktop
UI, and a shared Webservice needs to be developed.

Block Radiobutton

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-11-22 19:40:11 +01:00 committed by Dirk Hohndel
parent c6348e96de
commit d2b633b2a8

View file

@ -107,6 +107,7 @@ Kirigami.ScrollablePage {
}
RadioButton {
Layout.fillWidth: true
visible: false // TEMPORARY MEASURE, until non UI related WEB service is ready
text: qsTr("Upload divelogs.de")
exclusiveGroup: radioGroup
onClicked: {
@ -116,6 +117,7 @@ Kirigami.ScrollablePage {
}
RadioButton {
Layout.fillWidth: true
visible: false // TEMPORARY MEASURE, until non UI related WEB service is ready
text: qsTr("Upload DiveShare")
exclusiveGroup: radioGroup
onClicked: {