You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calamares-settings-ubuntu/lubuntu/branding/lubuntu/show.qml

119 lines
2.5 KiB

import QtQuick 2.0;
import calamares.slideshow 1.0;
Presentation
{
id: presentation
Timer {
interval: 10000
running: true
repeat: true
onTriggered: presentation.goToNextSlide()
}
Slide {
Image {
anchors.centerIn: parent
id: image1
x:0
y:0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
source: "FindUs.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image2
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "NewLook.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image3
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "Accessories.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image4
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "TweakIt.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image5
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "Media.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image6
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "Firefox.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image7
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "Office.png"
}
}
Slide {
Image {
anchors.centerIn: parent
id: image8
x: 0
y: 0
width: 810
height: 485
fillMode: Image.PreserveAspectFit
smooth: true
source: "Help.png"
}
}
}