From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- src/bin/mobile/qml/main.qml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/bin/mobile/qml/main.qml (limited to 'src/bin/mobile/qml') diff --git a/src/bin/mobile/qml/main.qml b/src/bin/mobile/qml/main.qml new file mode 100644 index 0000000..ed9d480 --- /dev/null +++ b/src/bin/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