mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:17:27 -04:00
receive: add Payment URL
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user