mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision of 'clog-demo'
This commit is contained in:
parent
c3cc86f0fb
commit
3da5d6cb44
9 changed files with 95 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue