fix coding style
This commit is contained in:
parent
fe1c771a76
commit
b14822047e
@ -32,8 +32,10 @@ Description:
|
||||
but it was base on ScrollDecorator component.
|
||||
You should not use it for touch interfaces, use a flickable and a
|
||||
ScrollDecorator instead.
|
||||
By default, this component will look and behave like a scroll decorator
|
||||
on touchscreens
|
||||
|
||||
Plasma Properties:
|
||||
Properties:
|
||||
|
||||
enumeration orientation:
|
||||
This property holds the orientation where the ScrollBar will scroll.
|
||||
@ -81,12 +83,6 @@ Plasma Properties:
|
||||
import QtQuick 1.1
|
||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||
|
||||
|
||||
/**
|
||||
* A generic ScrollBar/ScrollDecorator component:
|
||||
* Qlways prefer this to ScrollDecorator that is not available on desktop.
|
||||
* By default, this component will look and behave like a scroll decorator on touchscreens
|
||||
*/
|
||||
// TODO: add support mouse wheel events
|
||||
Item {
|
||||
id: scrollbar
|
||||
|
Loading…
x
Reference in New Issue
Block a user