aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/bin/mobile/qml/main.qml
blob: ed9d48045a197b9dbf3db27be832ac35593002e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import QtQuick 2.4

Item {
   id:root

   ListView {
       id: diceList
   }

    Item{
        id: popupInput

    }
    Item {
        id: popupResult
    }
}