back to anchors.centerIn

This commit is contained in:
tiotrom 2021-01-05 22:51:20 +00:00
parent 3f7da8d46c
commit 02d2d8e849
1 changed files with 20 additions and 20 deletions

View File

@ -35,7 +35,7 @@ Presentation
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background
@ -43,7 +43,7 @@ Presentation
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -55,7 +55,7 @@ Presentation
}
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
@ -64,7 +64,7 @@ Presentation
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -76,14 +76,14 @@ Presentation
}
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background2
source: "slide3.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -95,14 +95,14 @@ Presentation
}
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background3
source: "slide4.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -114,14 +114,14 @@ Presentation
}
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background4
source: "slide5.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -133,14 +133,14 @@ Presentation
}
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background5
source: "slide6.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background1.horizontalCenter
@ -153,14 +153,14 @@ Presentation
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background6
source: "slide7.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background2.horizontalCenter
@ -173,14 +173,14 @@ Presentation
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background7
source: "slide8.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background3.horizontalCenter
@ -193,14 +193,14 @@ Presentation
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background8
source: "slide9.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background4.horizontalCenter
@ -213,14 +213,14 @@ Presentation
}
Slide {
anchors.centerIn: parent
anchors.fill: parent
Image {
id: background9
source: "slide10.png"
width: 924; height: 496
anchors.centerIn: parent
anchors.fill: parent
}
Text {
anchors.horizontalCenter: background5.horizontalCenter