mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
receive: add Payment URL
This commit is contained in:
parent
12a3d687c6
commit
3b36dc997c
1 changed files with 10 additions and 0 deletions
|
@ -495,6 +495,16 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
LineEdit {
|
||||
id: paymentUrl
|
||||
Layout.fillWidth: true
|
||||
labelText: qsTr("Payment URL") + translationManager.emptyString
|
||||
text: makeQRCodeString()
|
||||
onTextUpdated: function() { paymentUrl.cursorPosition = 0; }
|
||||
readOnly: true
|
||||
copyButton: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue