Add images to buttons on main page
[harbour-pedalo.git] / qml / harbour-pedalo.qml
1 import QtQuick 2.0
2 import Sailfish.Silica 1.0
3 import "pages"
4 import harbour.pedalo.settings 1.0
5
6 ApplicationWindow
7 {
8     initialPage: Component { MainPage { } }
9     cover: Qt.resolvedUrl("cover/CoverPage.qml")
10     allowedOrientations: defaultAllowedOrientations
11 }