Add ids with interactable components

Makes it easier to perform automatic ui testing

contributes to CURA-8689
This commit is contained in:
c.lamboo 2022-11-04 13:48:31 +01:00
parent c892bac27f
commit c5788be6f7
2 changed files with 6 additions and 0 deletions

View file

@ -80,6 +80,7 @@ Control
Cura.TertiaryButton
{
id: learnMoreButton
Layout.fillWidth: true
Layout.alignment: Qt.AlignTop
text: catalog.i18nc("@button", "Learn more")
@ -101,6 +102,7 @@ Control
Cura.SecondaryButton
{
id: addLocalPrinterButton
Layout.alignment: Qt.AlignLeft
text: catalog.i18nc("@button", "Add local printer")
onClicked: goToThirdPartyPrinter()
@ -108,6 +110,7 @@ Control
Cura.PrimaryButton
{
id: signInButton
Layout.alignment: Qt.AlignRight
text: catalog.i18nc("@button", "Sign in to Digital Factory")
onClicked: function()