Skip to content
Snippets Groups Projects
Commit c90b364f authored by akiraohgaki's avatar akiraohgaki
Browse files

Add progress dialog

parent 68de6de5
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,15 @@ Window {
onAccepted: Qt.quit()
}
MessageDialog {
id: progressDialog
title: root.title
contentItem: Rectangle {
implicitWidth: 400
implicitHeight: 200
}
}
Component.onCompleted: {
var metadata = JSON.parse(xdgUrlHandler.getMetadata());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment