tibia-client/modules/game_interface/styles/countwindow.otui

53 lines
1.1 KiB
Plaintext
Raw Normal View History

CountWindow < MainWindow
id: countWindow
!text: tr('Move Stackable Item')
2013-01-08 18:59:03 +01:00
size: 196 80
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-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
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
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
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