Warning, /rolisteam/rolisteam-diceparser/src/bin/mobile/qml/main.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick 2.4 0002 0003 Item { 0004 id:root 0005 0006 ListView { 0007 id: diceList 0008 } 0009 0010 Item{ 0011 id: popupInput 0012 0013 } 0014 Item { 0015 id: popupResult 0016 } 0017 }