document Highlight

This commit is contained in:
Marco Martin 2011-12-23 11:58:05 +01:00
parent c22a828998
commit a9f1c5784d

View File

@ -26,14 +26,14 @@ Imports:
org.kde.plasma.core
Description:
TODO i need more info here
Used to highlight an item of a list. to be used only as the "highlight" property of the ListView and GridView primitive QML components (or their derivates)
Properties:
bool hover:
Returns if the user is hovering over the component
true if the user is hovering over the component
bool pressed:
Returns of the button is pressed or not.
true if the mouse button is pressed over the component.
**/
import QtQuick 1.0