diff options
| author | 2016-09-25 09:59:40 +0200 | |
|---|---|---|
| committer | 2016-09-25 09:59:40 +0200 | |
| commit | e225f2edfd365d1709df2cb5bb2f752ec8d82c1c (patch) | |
| tree | 865b4d676b328fb2391d544d72617bbab855472e /mobile/qml/main.qml | |
| parent | 48d672116d58e44159de3bbd5f1366b16fb7f704 (diff) | |
| download | OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.tar.gz OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.zip | |
add file for mobile application
Diffstat (limited to 'mobile/qml/main.qml')
| -rw-r--r-- | mobile/qml/main.qml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mobile/qml/main.qml b/mobile/qml/main.qml new file mode 100644 index 0000000..ed9d480 --- /dev/null +++ b/mobile/qml/main.qml @@ -0,0 +1,17 @@ +import QtQuick 2.4 + +Item { + id:root + + ListView { + id: diceList + } + + Item{ + id: popupInput + + } + Item { + id: popupResult + } +} |