diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-07 17:33:25 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-07 17:33:25 +0200 |
| commit | ef5baad9ff47cfe32bb4f97368e0b3148765caa6 (patch) | |
| tree | 87d59ecc69e7981489e16aeed62115b4a4927223 /src/qml/harbour-unitmaster.qml | |
| parent | 3aeb00f43988ae607082cdabe124b9d5e123e33c (diff) | |
| download | unitmaster-ef5baad9ff47cfe32bb4f97368e0b3148765caa6.tar.gz unitmaster-ef5baad9ff47cfe32bb4f97368e0b3148765caa6.zip | |
shuffle stuff around and add directory for tests
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" + } + } +} + + |
