revision of 'clog-demo'

This commit is contained in:
pls.153 2022-03-22 15:04:46 +01:00
parent c3cc86f0fb
commit 3da5d6cb44
9 changed files with 95 additions and 2 deletions

View file

@ -18,6 +18,13 @@ Item {
onClicked: browser.reload()
}
Button {
anchors.bottom: parent.bottom
anchors.right: parent.right
text: "log/REPL"
onClicked: view.currentIndex = 1
}
Rectangle {
id: busy
objectName: "busy"