chore(ForTests): Add ojectName's for modals
This commit is contained in:
parent
5ab7c91b44
commit
f6bbd95f13
|
@ -62,6 +62,7 @@ Row {
|
|||
height: statusImageWithTitle.image.height
|
||||
StatusRoundedImage {
|
||||
id: statusRoundedImage
|
||||
objectName: "headerImage"
|
||||
image.source: statusImageWithTitle.image.source
|
||||
width: statusImageWithTitle.image.width
|
||||
height: statusImageWithTitle.image.height
|
||||
|
@ -128,6 +129,7 @@ Row {
|
|||
spacing: 4
|
||||
StatusBaseText {
|
||||
id: headerTitle
|
||||
objectName: "headerTitle"
|
||||
font.family: Theme.palette.baseFont.name
|
||||
font.pixelSize: 17
|
||||
font.bold: true
|
||||
|
@ -156,6 +158,7 @@ Row {
|
|||
|
||||
StatusBaseText {
|
||||
id: headerSubTitle
|
||||
objectName: "headerSubTitle"
|
||||
font.family: Theme.palette.baseFont.name
|
||||
font.pixelSize: 15
|
||||
color:Theme.palette.baseColor1
|
||||
|
|
|
@ -74,6 +74,7 @@ Rectangle {
|
|||
|
||||
Loader {
|
||||
id: actionButtonLoader
|
||||
objectName: "actionButtonloader"
|
||||
anchors.right: closeButton.left
|
||||
anchors.rightMargin: 8
|
||||
anchors.top: parent.top
|
||||
|
@ -82,6 +83,7 @@ Rectangle {
|
|||
|
||||
StatusFlatRoundButton {
|
||||
id: closeButton
|
||||
objectName: "headerClosebutton"
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 20
|
||||
anchors.top: parent.top
|
||||
|
|
Loading…
Reference in New Issue