chore(ForTests): Add ojectName's for modals

This commit is contained in:
B.Melnik 2021-10-18 12:17:46 +03:00 committed by r4bbit.eth
parent 71fbdef164
commit 8360d3e415
2 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,7 @@ Row {
height: statusImageWithTitle.image.height height: statusImageWithTitle.image.height
StatusRoundedImage { StatusRoundedImage {
id: statusRoundedImage id: statusRoundedImage
objectName: "headerImage"
image.source: statusImageWithTitle.image.source image.source: statusImageWithTitle.image.source
width: statusImageWithTitle.image.width width: statusImageWithTitle.image.width
height: statusImageWithTitle.image.height height: statusImageWithTitle.image.height
@ -128,6 +129,7 @@ Row {
spacing: 4 spacing: 4
StatusBaseText { StatusBaseText {
id: headerTitle id: headerTitle
objectName: "headerTitle"
font.family: Theme.palette.baseFont.name font.family: Theme.palette.baseFont.name
font.pixelSize: 17 font.pixelSize: 17
font.bold: true font.bold: true
@ -156,6 +158,7 @@ Row {
StatusBaseText { StatusBaseText {
id: headerSubTitle id: headerSubTitle
objectName: "headerSubTitle"
font.family: Theme.palette.baseFont.name font.family: Theme.palette.baseFont.name
font.pixelSize: 15 font.pixelSize: 15
color:Theme.palette.baseColor1 color:Theme.palette.baseColor1

View File

@ -74,6 +74,7 @@ Rectangle {
Loader { Loader {
id: actionButtonLoader id: actionButtonLoader
objectName: "actionButtonloader"
anchors.right: closeButton.left anchors.right: closeButton.left
anchors.rightMargin: 8 anchors.rightMargin: 8
anchors.top: parent.top anchors.top: parent.top
@ -82,6 +83,7 @@ Rectangle {
StatusFlatRoundButton { StatusFlatRoundButton {
id: closeButton id: closeButton
objectName: "headerClosebutton"
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: 20 anchors.rightMargin: 20
anchors.top: parent.top anchors.top: parent.top