mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-12 20:14:28 +00:00
minor enhancement to the BarcodeEncoder UI.
This commit is contained in:
parent
aabc0e2fbb
commit
b0e3661c44
@ -20,7 +20,10 @@ Rectangle {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
text: "decode"
|
text: "decode"
|
||||||
anchors.margins: 10
|
anchors.margins: 10
|
||||||
onClicked: qzxing.encodeData(inputField.text)
|
onClicked: {
|
||||||
|
qzxing.encodeData(inputField.text)
|
||||||
|
inputField.text = '';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GroupBox {
|
GroupBox {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user