From e225f2edfd365d1709df2cb5bb2f752ec8d82c1c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 25 Sep 2016 09:59:40 +0200 Subject: add file for mobile application --- mobile/qml/main.qml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mobile/qml/main.qml (limited to 'mobile/qml') 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 + } +} -- cgit v1.2.3-70-g09d2