anchors fill to anchors center in

This commit is contained in:
tiotrom 2021-01-05 00:53:23 +00:00
parent 88b93f691c
commit 70a4f4a17f
1 changed files with 20 additions and 20 deletions

View File

@ -35,14 +35,14 @@ Presentation
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background id: background
source: "slide1.png" source: "slide1.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -54,7 +54,7 @@ Presentation
} }
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
@ -62,7 +62,7 @@ Presentation
source: "slide2.png" source: "slide2.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -74,13 +74,13 @@ Presentation
} }
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background2 id: background2
source: "slide3.png" source: "slide3.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -92,13 +92,13 @@ Presentation
} }
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background3 id: background3
source: "slide4.png" source: "slide4.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -110,13 +110,13 @@ Presentation
} }
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background4 id: background4
source: "slide5.png" source: "slide5.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -128,13 +128,13 @@ Presentation
} }
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background5 id: background5
source: "slide6.png" source: "slide6.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background1.horizontalCenter anchors.horizontalCenter: background1.horizontalCenter
@ -147,13 +147,13 @@ Presentation
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background6 id: background6
source: "slide7.png" source: "slide7.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background2.horizontalCenter anchors.horizontalCenter: background2.horizontalCenter
@ -166,13 +166,13 @@ Presentation
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background7 id: background7
source: "slide8.png" source: "slide8.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background3.horizontalCenter anchors.horizontalCenter: background3.horizontalCenter
@ -185,13 +185,13 @@ Presentation
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background8 id: background8
source: "slide9.png" source: "slide9.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background4.horizontalCenter anchors.horizontalCenter: background4.horizontalCenter
@ -204,13 +204,13 @@ Presentation
} }
Slide { Slide {
anchors.fill: parent anchors.centerIn: parent
Image { Image {
id: background9 id: background9
source: "slide10.png" source: "slide10.png"
anchors.fill: parent anchors.centerIn: parent
} }
Text { Text {
anchors.horizontalCenter: background5.horizontalCenter anchors.horizontalCenter: background5.horizontalCenter