diff options
Diffstat (limited to 'src/qml/harbour-unitmaster.qml')
| -rw-r--r-- | src/qml/harbour-unitmaster.qml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qml/harbour-unitmaster.qml b/src/qml/harbour-unitmaster.qml new file mode 100644 index 0000000..5d3cf21 --- /dev/null +++ b/src/qml/harbour-unitmaster.qml @@ -0,0 +1,15 @@ +import QtQuick 2.0 +import Sailfish.Silica 1.0 +import "pages" + +ApplicationWindow +{ + initialPage: SelectQuantityPage { } + cover: CoverBackground { + CoverPlaceholder { + text: "Unit Master" + } + } +} + + |
