SpinBox should be read-only.

This commit is contained in:
Abdurrahman AVCI 2013-01-21 02:05:53 +00:00
parent 9f185b3c2b
commit 45ef980129

View File

@ -65,6 +65,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
color: "black"
readOnly: true
text: container.items[container.index]