plasma-framework/declarativeimports/plasmacomponents
Daker Fernandes Pinheiro 355655e0d4 Add ScrollDecorator component
ScrollDecorators API is defined in QtComponents's common API
This component just diplay how a Flickable content size and
content position is. It's similar to a ScrollBar but is not
interactive.

The current implemetation makes it visible only when flickable
content is moved.

The plasma implementation has 2 extra properties:
- orientation: Qt.Vertical / Qt.Horizontal orientaion
- inverted: true if the scroll decorator should appear inverted
  (the same logic of Slider and ScrollBar)
  it has a false default value

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-14 11:04:20 -03:00
..
BusyIndicator.qml Add copyright for BusyIndicator 2011-07-08 19:21:24 -03:00
Button.qml Add Button component with QtComponents compatible api 2011-04-26 19:52:47 -03:00
ButtonColumn.qml Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
ButtonGroup.js Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
ButtonRow.qml Add ButtonRow and ButtonColumn 2011-07-08 19:56:50 -03:00
CheckBox.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
DualStateButton.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
FlashingLabel.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
Frame.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
Highlight.qml Remove ListItemView supports 2011-07-08 18:49:40 -03:00
IconWidget.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
PushButton.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00
qmldir Add ScrollDecorator component 2011-07-14 11:04:20 -03:00
RadioButton.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
ScrollBar.qml Add keyboard events support in ScrollBar 2011-07-08 14:40:28 -03:00
ScrollDecorator.qml Add ScrollDecorator component 2011-07-14 11:04:20 -03:00
Slider.qml Add keyboard events handling in Slider 2011-07-08 14:41:13 -03:00
Switch.qml Refactor Switch, CheckBox, RadioButton to extend a single DualStateButton 2011-07-08 15:11:55 -03:00
ToolButton.qml Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00