2012-03-18 14:34:39 +01:00
|
|
|
CountWindow < MainWindow
|
|
|
|
id: countWindow
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Move Stackable Item')
|
2013-01-08 18:59:03 +01:00
|
|
|
size: 196 80
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2013-01-08 18:59:03 +01:00
|
|
|
SpinBox
|
|
|
|
id: spinBox
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.left: parent.left
|
2013-01-08 18:59:03 +01:00
|
|
|
anchors.top: parent.bottom
|
|
|
|
width: 0
|
|
|
|
height: 0
|
|
|
|
phantom: true
|
|
|
|
padding-bottom: -40
|
2013-01-22 01:40:46 +01:00
|
|
|
focusable: true
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2013-01-08 18:59:03 +01:00
|
|
|
Item
|
|
|
|
id: item
|
|
|
|
anchors.left: parent.left
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.top: parent.top
|
2013-01-08 18:59:03 +01:00
|
|
|
margin-top: 2
|
|
|
|
margin-left: -4
|
|
|
|
focusable: false
|
|
|
|
virtual: true
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2012-03-29 15:45:40 +02:00
|
|
|
HorizontalScrollBar
|
|
|
|
id: countScrollBar
|
2013-01-08 18:59:03 +01:00
|
|
|
anchors.left: prev.right
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.right: parent.right
|
2013-01-08 18:59:03 +01:00
|
|
|
anchors.top: prev.top
|
|
|
|
margin-left: 10
|
|
|
|
margin-top: -2
|
|
|
|
focusable: false
|
2012-01-26 02:11:05 +01:00
|
|
|
|
|
|
|
Button
|
2013-01-10 18:25:32 +01:00
|
|
|
id: buttonCancel
|
|
|
|
!text: tr('Cancel')
|
2013-01-08 18:59:03 +01:00
|
|
|
height: 20
|
|
|
|
anchors.left: countScrollBar.horizontalCenter
|
|
|
|
anchors.right: countScrollBar.right
|
|
|
|
anchors.top: countScrollBar.bottom
|
|
|
|
margin-top: 7
|
|
|
|
focusable: false
|
2012-01-26 02:11:05 +01:00
|
|
|
|
|
|
|
Button
|
2013-01-10 18:25:32 +01:00
|
|
|
id: buttonOk
|
|
|
|
!text: tr('Ok')
|
2013-01-08 18:59:03 +01:00
|
|
|
height: 20
|
|
|
|
anchors.right: countScrollBar.horizontalCenter
|
|
|
|
anchors.left: countScrollBar.left
|
|
|
|
anchors.top: countScrollBar.bottom
|
|
|
|
margin-top: 7
|
|
|
|
margin-right: 6
|
|
|
|
focusable: false
|