back to anchors.centerIn
This commit is contained in:
parent
3f7da8d46c
commit
02d2d8e849
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user