forked from Public/monero-gui
Extra properties for components LineEditMulti and RemoteNodeEdit
This commit is contained in:
@@ -128,7 +128,8 @@ Rectangle {
|
||||
copyButton: true
|
||||
addressValidation: false
|
||||
readOnly: true
|
||||
wrapAnywhere: false
|
||||
wrapMode: Text.WordWrap
|
||||
fontColor: "white"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -255,6 +255,8 @@ Rectangle {
|
||||
+ translationManager.emptyString
|
||||
labelButtonText: qsTr("Resolve") + translationManager.emptyString
|
||||
placeholderText: "4.. / 8.."
|
||||
wrapMode: Text.WrapAnywhere
|
||||
addressValidation: true
|
||||
onInputLabelLinkActivated: { appWindow.showPageRequest("AddressBook") }
|
||||
}
|
||||
|
||||
@@ -319,17 +321,19 @@ Rectangle {
|
||||
|
||||
RowLayout {
|
||||
// payment id input
|
||||
LineEdit {
|
||||
LineEditMulti {
|
||||
id: paymentIdLine
|
||||
fontBold: true
|
||||
labelText: qsTr("Payment ID <font size='2'>( Optional )</font>") + translationManager.emptyString
|
||||
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString
|
||||
Layout.fillWidth: true
|
||||
wrapMode: Text.WrapAnywhere
|
||||
addressValidation: false
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
LineEdit {
|
||||
LineEditMulti {
|
||||
id: descriptionLine
|
||||
labelText: qsTr("Description <font size='2'>( Optional )</font>") + translationManager.emptyString
|
||||
placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
|
||||
|
||||
Reference in New Issue
Block a user