From 893e9be44fed9a89a6dffe7dd6f259aba53a6d8b Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Mon, 31 Oct 2011 06:36:17 +0200 Subject: [PATCH] Add some documentantion to the DualStateButton --- .../plasmacomponents/qml/DualStateButton.qml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/declarativeimports/plasmacomponents/qml/DualStateButton.qml b/declarativeimports/plasmacomponents/qml/DualStateButton.qml index a4b81d359..3dca95c87 100644 --- a/declarativeimports/plasmacomponents/qml/DualStateButton.qml +++ b/declarativeimports/plasmacomponents/qml/DualStateButton.qml @@ -17,6 +17,40 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/**Documentanted API +Inherits: + Item + +Imports: + QtQuick 1.0 + org.kde.plasma.core + + Description: + TODO i need more info here + + Properties: + bool checked: + Returns if the Button is checked or not. + + alias pressed: + TODO i need more info here + + alias text: + Sets the text for the button + + QtObject theme: + TODO needs info + + alias view: + TODO needs info + + alias shadow: + TODO needs info + Signals: + clicked: + The signal is emited when the button is clicked! + **/ + import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore