chore@StatusSyncCodeInput: add object names for buttons
This commit is contained in:
parent
d4b1dac65d
commit
b8fec4636e
|
@ -35,6 +35,7 @@ StatusInput {
|
|||
id: copyButtonComponent
|
||||
|
||||
StatusButton {
|
||||
objectName: "syncCodeCopyButton"
|
||||
size: StatusBaseButton.Size.Tiny
|
||||
text: qsTr("Copy")
|
||||
onClicked: {
|
||||
|
@ -49,6 +50,7 @@ StatusInput {
|
|||
id: pasteButtonComponent
|
||||
|
||||
StatusButton {
|
||||
objectName: "syncCodePasteButton"
|
||||
size: StatusBaseButton.Size.Tiny
|
||||
enabled: !root.readOnly && root.input.edit.canPaste
|
||||
text: qsTr("Paste")
|
||||
|
|
Loading…
Reference in New Issue