mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add some DC Download info to AppLog
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a492b8bbd0
commit
4ad02634e9
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ Kirigami.Page {
|
||||||
|
|
||||||
onFinished : {
|
onFinished : {
|
||||||
importModel.repopulate()
|
importModel.repopulate()
|
||||||
|
manager.appendTextToLog("DCDownloadThread finished")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,6 +74,7 @@ Kirigami.Page {
|
||||||
text: qsTr("Download")
|
text: qsTr("Download")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
text: qsTr("Retry")
|
text: qsTr("Retry")
|
||||||
|
manager.appendTextToLog("DCDownloadThread started")
|
||||||
downloadThread.start()
|
downloadThread.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,6 +82,7 @@ Kirigami.Page {
|
||||||
id:quitbutton
|
id:quitbutton
|
||||||
text: qsTr("Quit")
|
text: qsTr("Quit")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
manager.appendTextToLog("exit DCDownload screen")
|
||||||
stackView.pop();
|
stackView.pop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue