implement more functionality

* update TODO
* rework UISpinBox
* restore move of stackable items and with horizontal scrollbar
* implement classic control look
This commit is contained in:
Eduardo Bart
2012-03-29 10:45:40 -03:00
parent 15fce6d4cf
commit 47e7eef716
16 changed files with 142 additions and 152 deletions

View File

@@ -12,17 +12,17 @@ CountWindow < MainWindow
margin-top: 2
SpinBox
id: spinbox
id: countSpinBox
anchors.left: prev.right
anchors.right: parent.right
anchors.top: parent.top
HorizontalSeparator
id: separator
HorizontalScrollBar
id: countScrollBar
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin-bottom: 10
anchors.top: prev.bottom
margin-top: 8
Button
id: buttonOk
@@ -30,7 +30,7 @@ CountWindow < MainWindow
width: 64
anchors.right: next.left
anchors.bottom: parent.bottom
margin-right: 10
margin-right: 5
Button
id: buttonCancel