Add some documentation to ScrollDecorator.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-10-31 06:50:26 +02:00
parent 7c96ac9910
commit c11ee7ba10

View File

@ -17,6 +17,36 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
/**Documentanted API
Inherits:
Item
Imports:
QtQuick 1.1
org.kde.plasma.core
Description:
It is a simple Radio button which is using the plasma theme.
TODO Do we need more info?
Properties:
Flickable flickableItem
int orientation:
Sets the orientation of the ScrollDecorator.
For example,orientation: Qt.Vertical
bool inverted:
Returns if the item is inverted or not
bool _isVertical:
Returns if the item is vertical or not.
bool _inverted:
alias _value:
**/
import QtQuick 1.1 import QtQuick 1.1
import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasma.core 0.1 as PlasmaCore