remove the animated property
This commit is contained in:
parent
d457e071c0
commit
10da04882c
@ -38,7 +38,6 @@ Item {
|
|||||||
|
|
||||||
// Plasma API
|
// Plasma API
|
||||||
property bool inverted: false
|
property bool inverted: false
|
||||||
property bool animated: true
|
|
||||||
property alias stepSize: range.stepSize
|
property alias stepSize: range.stepSize
|
||||||
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
||||||
property real scrollButtonInterval: 50
|
property real scrollButtonInterval: 50
|
||||||
|
@ -38,7 +38,6 @@ Item {
|
|||||||
|
|
||||||
// Plasma API
|
// Plasma API
|
||||||
property bool inverted: false
|
property bool inverted: false
|
||||||
property bool animated: true
|
|
||||||
property alias stepSize: range.stepSize
|
property alias stepSize: range.stepSize
|
||||||
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
property bool pressed: internalLoader.item.mouseArea?internalLoader.item.mouseArea.pressed:false
|
||||||
property real scrollButtonInterval: 50
|
property real scrollButtonInterval: 50
|
||||||
|
@ -102,7 +102,6 @@ Rectangle {
|
|||||||
stepSize: 30
|
stepSize: 30
|
||||||
|
|
||||||
flickableItem: page
|
flickableItem: page
|
||||||
animated: true
|
|
||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
@ -118,7 +117,6 @@ Rectangle {
|
|||||||
|
|
||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
flickableItem: page
|
flickableItem: page
|
||||||
animated: true
|
|
||||||
anchors {
|
anchors {
|
||||||
top: toolBar.bottom
|
top: toolBar.bottom
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
@ -52,7 +52,6 @@ Column {
|
|||||||
id: scrollBar
|
id: scrollBar
|
||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
flickableItem: scrollList
|
flickableItem: scrollList
|
||||||
animated: true
|
|
||||||
stepSize: 40
|
stepSize: 40
|
||||||
scrollButtonInterval: 50
|
scrollButtonInterval: 50
|
||||||
anchors {
|
anchors {
|
||||||
|
@ -49,7 +49,6 @@ Column {
|
|||||||
minimumValue: 0
|
minimumValue: 0
|
||||||
maximumValue: 255
|
maximumValue: 255
|
||||||
stepSize: 10
|
stepSize: 10
|
||||||
animated: true
|
|
||||||
Keys.onTabPressed: greenSlider.forceActiveFocus()
|
Keys.onTabPressed: greenSlider.forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,7 +76,6 @@ Column {
|
|||||||
minimumValue: 0
|
minimumValue: 0
|
||||||
maximumValue: 255
|
maximumValue: 255
|
||||||
stepSize: 10
|
stepSize: 10
|
||||||
animated: true
|
|
||||||
Keys.onTabPressed: redSlider.forceActiveFocus()
|
Keys.onTabPressed: redSlider.forceActiveFocus()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user