remove the animated property

This commit is contained in:
Marco Martin 2011-11-09 17:12:13 +01:00
parent d457e071c0
commit 10da04882c
5 changed files with 0 additions and 7 deletions

View File

@ -38,7 +38,6 @@ Item {
// Plasma API
property bool inverted: false
property bool animated: true
property alias stepSize: range.stepSize
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
property real scrollButtonInterval: 50

View File

@ -38,7 +38,6 @@ Item {
// Plasma API
property bool inverted: false
property bool animated: true
property alias stepSize: range.stepSize
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
property real scrollButtonInterval: 50

View File

@ -102,7 +102,6 @@ Rectangle {
stepSize: 30
flickableItem: page
animated: true
orientation: Qt.Horizontal
anchors {
left: parent.left
@ -118,7 +117,6 @@ Rectangle {
orientation: Qt.Vertical
flickableItem: page
animated: true
anchors {
top: toolBar.bottom
right: parent.right

View File

@ -52,7 +52,6 @@ Column {
id: scrollBar
orientation: Qt.Vertical
flickableItem: scrollList
animated: true
stepSize: 40
scrollButtonInterval: 50
anchors {

View File

@ -49,7 +49,6 @@ Column {
minimumValue: 0
maximumValue: 255
stepSize: 10
animated: true
Keys.onTabPressed: greenSlider.forceActiveFocus()
}
@ -77,7 +76,6 @@ Column {
minimumValue: 0
maximumValue: 255
stepSize: 10
animated: true
Keys.onTabPressed: redSlider.forceActiveFocus()
}