mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:43:23 +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 : {
|
||||
importModel.repopulate()
|
||||
manager.appendTextToLog("DCDownloadThread finished")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,6 +74,7 @@ Kirigami.Page {
|
|||
text: qsTr("Download")
|
||||
onClicked: {
|
||||
text: qsTr("Retry")
|
||||
manager.appendTextToLog("DCDownloadThread started")
|
||||
downloadThread.start()
|
||||
}
|
||||
}
|
||||
|
@ -80,6 +82,7 @@ Kirigami.Page {
|
|||
id:quitbutton
|
||||
text: qsTr("Quit")
|
||||
onClicked: {
|
||||
manager.appendTextToLog("exit DCDownload screen")
|
||||
stackView.pop();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue