chore(@WalletKeyPairDelegate.qml): add object name for keypair delegate item
This commit is contained in:
parent
671b462052
commit
1f8b44fbfb
|
@ -45,6 +45,7 @@ Rectangle {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: parent.width
|
width: parent.width
|
||||||
StatusListItem {
|
StatusListItem {
|
||||||
|
objectName: "walletKeyPairDelegate"
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: !!root.keyPair? d.isWatchOnly ? qsTr("Watched addresses") : root.keyPair.name : ""
|
title: !!root.keyPair? d.isWatchOnly ? qsTr("Watched addresses") : root.keyPair.name : ""
|
||||||
statusListItemSubTitle.textFormat: Qt.RichText
|
statusListItemSubTitle.textFormat: Qt.RichText
|
||||||
|
|
Loading…
Reference in New Issue