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