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')
|
2012-08-27 23:56:05 +02:00
|
|
|
size: 196 122
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2012-01-26 02:11:05 +01:00
|
|
|
Label
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Amount:')
|
2012-08-27 23:56:05 +02:00
|
|
|
text-auto-resize: true
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin-top: 2
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2012-01-26 02:11:05 +01:00
|
|
|
SpinBox
|
2012-03-29 15:45:40 +02:00
|
|
|
id: countSpinBox
|
2012-08-27 23:56:05 +02:00
|
|
|
margin-left: 5
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.left: prev.right
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: parent.top
|
2012-01-28 19:33:12 +01:00
|
|
|
|
2012-03-29 15:45:40 +02:00
|
|
|
HorizontalScrollBar
|
|
|
|
id: countScrollBar
|
2012-01-26 02:11:05 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: parent.right
|
2012-03-29 15:45:40 +02:00
|
|
|
anchors.top: prev.bottom
|
|
|
|
margin-top: 8
|
2012-01-26 02:11:05 +01:00
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonOk
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Ok')
|
2012-01-26 02:11:05 +01:00
|
|
|
width: 64
|
|
|
|
anchors.right: next.left
|
|
|
|
anchors.bottom: parent.bottom
|
2012-03-29 15:45:40 +02:00
|
|
|
margin-right: 5
|
2012-01-26 02:11:05 +01:00
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonCancel
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Cancel')
|
2012-01-26 02:11:05 +01:00
|
|
|
width: 64
|
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.bottom: parent.bottom
|