Resolve "Merge the best from 7.40 branch"

This commit is contained in:
Erikas Kontenis
2022-04-06 14:58:52 +00:00
parent 3bd1a6f07e
commit 155da3573c
928 changed files with 43723 additions and 1221 deletions

View File

@@ -0,0 +1,53 @@
CountWindow < MainWindow
id: countWindow
!text: tr('Move Stackable Item')
size: 196 90
SpinBox
id: spinBox
anchors.left: parent.left
anchors.top: parent.top
width: 1
height: 1
phantom: true
margin-top: 2
focusable: true
Item
id: item
anchors.left: parent.left
anchors.top: parent.top
margin-top: 2
margin-left: -4
focusable: false
virtual: true
HorizontalScrollBar
id: countScrollBar
anchors.left: prev.right
anchors.right: parent.right
anchors.top: prev.top
margin-left: 10
margin-top: -2
focusable: false
Button
id: buttonCancel
!text: tr('Cancel')
height: 20
anchors.left: countScrollBar.horizontalCenter
anchors.right: countScrollBar.right
anchors.top: countScrollBar.bottom
margin-top: 7
focusable: false
Button
id: buttonOk
!text: tr('Ok')
height: 20
anchors.right: countScrollBar.horizontalCenter
anchors.left: countScrollBar.left
anchors.top: countScrollBar.bottom
margin-top: 7
margin-right: 6
focusable: false