mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'cl-repl': add help, screenshot; several revisions
This commit is contained in:
parent
ad70df7399
commit
a131436dde
14 changed files with 86 additions and 73 deletions
|
|
@ -14,11 +14,6 @@ Rectangle {
|
|||
Ext.MenuBack {
|
||||
id: menuBack
|
||||
label: "Query Dialog"
|
||||
|
||||
onPressed: {
|
||||
queryInput.clear()
|
||||
Lisp.call("dialogs:exited")
|
||||
}
|
||||
}
|
||||
|
||||
TextField {
|
||||
|
|
@ -44,29 +39,4 @@ Rectangle {
|
|||
font.pixelSize: queryInput.font.pixelSize - (main.small ? 2 : 0)
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
y: queryInput.y + queryInput.height + (main.small ? 7 : 10)
|
||||
spacing: 20
|
||||
visible: queryInput.focus
|
||||
|
||||
// cursor back
|
||||
Ext.ArrowButton {
|
||||
opacity: 0.15
|
||||
text: "\uf137"
|
||||
|
||||
onPressed: queryInput.cursorPosition--
|
||||
onPressAndHold: queryInput.cursorPosition = 0
|
||||
}
|
||||
|
||||
// cursor forward
|
||||
Ext.ArrowButton {
|
||||
opacity: 0.15
|
||||
text: "\uf138"
|
||||
|
||||
onPressed: queryInput.cursorPosition++
|
||||
onPressAndHold: queryInput.cursorPosition = queryInput.length
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue