qmlFrontend/qml/qmlFrontend/GameConfig.qml
branchqmlfrontend
changeset 10888 a04e04aaf599
parent 10823 1ff3dd3705b1
child 11426 ab6a6d9ebfc0
equal deleted inserted replaced
10886:99273b7afbff 10888:a04e04aaf599
   139         x: 50
   139         x: 50
   140         y: 416
   140         y: 416
   141         width: 256
   141         width: 256
   142         height: 64
   142         height: 64
   143 
   143 
   144         model: ammoModel
   144         model: ammosModel
   145         delegate: Rectangle {
   145         delegate: Rectangle {
   146             height: 25
   146             height: 25
   147             width: 100
   147             width: 100
   148             color: "transparent"
   148             color: "transparent"
   149 
   149