back to anchors.centerIn
This commit is contained in:
parent
3f7da8d46c
commit
02d2d8e849
|
@ -35,7 +35,7 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background
|
id: background
|
||||||
|
@ -43,7 +43,7 @@ Presentation
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -55,7 +55,7 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
@ -64,7 +64,7 @@ Presentation
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -76,14 +76,14 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background2
|
id: background2
|
||||||
source: "slide3.png"
|
source: "slide3.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -95,14 +95,14 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background3
|
id: background3
|
||||||
source: "slide4.png"
|
source: "slide4.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -114,14 +114,14 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background4
|
id: background4
|
||||||
source: "slide5.png"
|
source: "slide5.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -133,14 +133,14 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background5
|
id: background5
|
||||||
source: "slide6.png"
|
source: "slide6.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -153,14 +153,14 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background6
|
id: background6
|
||||||
source: "slide7.png"
|
source: "slide7.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background2.horizontalCenter
|
anchors.horizontalCenter: background2.horizontalCenter
|
||||||
|
@ -173,14 +173,14 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background7
|
id: background7
|
||||||
source: "slide8.png"
|
source: "slide8.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background3.horizontalCenter
|
anchors.horizontalCenter: background3.horizontalCenter
|
||||||
|
@ -193,14 +193,14 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background8
|
id: background8
|
||||||
source: "slide9.png"
|
source: "slide9.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background4.horizontalCenter
|
anchors.horizontalCenter: background4.horizontalCenter
|
||||||
|
@ -213,14 +213,14 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background9
|
id: background9
|
||||||
source: "slide10.png"
|
source: "slide10.png"
|
||||||
width: 924; height: 496
|
width: 924; height: 496
|
||||||
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background5.horizontalCenter
|
anchors.horizontalCenter: background5.horizontalCenter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user