mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'clog-demo': update to CLOG version 2.2; update CLOG apk demo
This commit is contained in:
parent
7c9a9d2b53
commit
e98a7ed161
30 changed files with 10673 additions and 10264 deletions
|
|
@ -35,11 +35,9 @@ Item {
|
|||
Button {
|
||||
id: reload
|
||||
anchors.bottom: parent.bottom
|
||||
font.pixelSize: 18
|
||||
text: "Reload"
|
||||
onClicked: {
|
||||
if (Qt.platform.os !== "ios") {
|
||||
Lisp.call("clog:webview/on-close")
|
||||
}
|
||||
browser.reload()
|
||||
}
|
||||
}
|
||||
|
|
@ -47,6 +45,7 @@ Item {
|
|||
Button {
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.right: parent.right
|
||||
font.pixelSize: 18
|
||||
text: "log/REPL"
|
||||
onClicked: view.currentIndex = 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue