2012-07-29 16:05:32 +02:00
|
|
|
AmountWindow < MainWindow
|
|
|
|
id: amountWindow
|
|
|
|
!text: tr('Amount')
|
2013-02-19 11:19:18 +01:00
|
|
|
size: 270 80
|
2012-07-29 16:05:32 +02:00
|
|
|
|
2013-02-12 17:14:16 +01:00
|
|
|
Item
|
|
|
|
id: item
|
|
|
|
text-offset: 0 22
|
|
|
|
text-align: right
|
2012-07-29 16:05:32 +02:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.top: parent.top
|
|
|
|
margin-top: 2
|
2013-02-12 17:14:16 +01:00
|
|
|
margin-left: -4
|
|
|
|
focusable: false
|
|
|
|
virtual: true
|
2012-07-29 16:05:32 +02:00
|
|
|
|
|
|
|
HorizontalScrollBar
|
|
|
|
id: amountScrollBar
|
2013-02-12 17:14:16 +01:00
|
|
|
anchors.left: prev.right
|
2012-07-29 16:05:32 +02:00
|
|
|
anchors.right: parent.right
|
2013-02-12 17:14:16 +01:00
|
|
|
anchors.top: prev.top
|
|
|
|
margin-left: 10
|
|
|
|
margin-top: -2
|
2012-07-29 16:05:32 +02:00
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonCancel
|
|
|
|
!text: tr('Cancel')
|
2013-02-12 17:14:16 +01:00
|
|
|
height: 20
|
|
|
|
anchors.left: amountScrollBar.horizontalCenter
|
|
|
|
anchors.right: amountScrollBar.right
|
|
|
|
anchors.top: amountScrollBar.bottom
|
|
|
|
margin-top: 7
|
|
|
|
focusable: false
|
|
|
|
|
|
|
|
Button
|
|
|
|
id: buttonOk
|
|
|
|
!text: tr('Ok')
|
|
|
|
height: 20
|
|
|
|
anchors.right: amountScrollBar.horizontalCenter
|
|
|
|
anchors.left: amountScrollBar.left
|
|
|
|
anchors.top: amountScrollBar.bottom
|
|
|
|
margin-top: 7
|
|
|
|
margin-right: 6
|
|
|
|
focusable: false
|