Update show.qml
This commit is contained in:
parent
3d70320a23
commit
7085ff62fe
|
@ -75,160 +75,4 @@ Presentation
|
|||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background2
|
||||
source: "slide3.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background1.horizontalCenter
|
||||
anchors.top: background1.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background3
|
||||
source: "slide4.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background1.horizontalCenter
|
||||
anchors.top: background1.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background4
|
||||
source: "slide5.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background1.horizontalCenter
|
||||
anchors.top: background1.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background5
|
||||
source: "slide6.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background1.horizontalCenter
|
||||
anchors.top: background1.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background6
|
||||
source: "slide7.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background2.horizontalCenter
|
||||
anchors.top: background2.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background7
|
||||
source: "slide8.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background3.horizontalCenter
|
||||
anchors.top: background3.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background8
|
||||
source: "slide9.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background4.horizontalCenter
|
||||
anchors.top: background4.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
id: background9
|
||||
source: "slide10.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background5.horizontalCenter
|
||||
anchors.top: background5.bottom
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 800
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user