From 6f9ec10697451186ae940768037aa950262d3b19 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Sun, 6 Nov 2011 14:39:30 +0200 Subject: [PATCH] Refactor the documentation in ButtonRow,ButtonShadow,CheckBox,DualStateButton,Highlight components --- .../plasmacomponents/qml/ButtonRow.qml | 12 ++++++------ .../plasmacomponents/qml/ButtonShadow.qml | 12 ++++++------ .../plasmacomponents/qml/CheckBox.qml | 12 ++++++------ .../plasmacomponents/qml/DualStateButton.qml | 14 +++++++------- .../plasmacomponents/qml/Highlight.qml | 6 +++--- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/ButtonRow.qml b/declarativeimports/plasmacomponents/qml/ButtonRow.qml index 61d173057..0e51d9f3f 100644 --- a/declarativeimports/plasmacomponents/qml/ButtonRow.qml +++ b/declarativeimports/plasmacomponents/qml/ButtonRow.qml @@ -40,15 +40,15 @@ ****************************************************************************/ /**Documentanted API - Inherits: - Row +Inherits: + Row - Imports: - ButtonGroup.js - QtQuick 1.1 +Imports: + ButtonGroup.js + QtQuick 1.1 - Description: +Description: A ButtonRow allows you to group Buttons in a row. It provides a selection-behavior as well. Note: This component don't support the enabled property. diff --git a/declarativeimports/plasmacomponents/qml/ButtonShadow.qml b/declarativeimports/plasmacomponents/qml/ButtonShadow.qml index 26b4ea678..0200e5032 100644 --- a/declarativeimports/plasmacomponents/qml/ButtonShadow.qml +++ b/declarativeimports/plasmacomponents/qml/ButtonShadow.qml @@ -19,14 +19,14 @@ */ /**Documentanted API - Inherits: - Item +Inherits: + Item - Imports: - QtQuick 1.0 - org.kde.plasma.core +Imports: + QtQuick 1.0 + org.kde.plasma.core - Description: +Description: TODO i need more info here diff --git a/declarativeimports/plasmacomponents/qml/CheckBox.qml b/declarativeimports/plasmacomponents/qml/CheckBox.qml index f806f3655..636deb8f0 100644 --- a/declarativeimports/plasmacomponents/qml/CheckBox.qml +++ b/declarativeimports/plasmacomponents/qml/CheckBox.qml @@ -19,16 +19,16 @@ /**Documentanted API Inherits: - DualStateButton + DualStateButton Imports: - QtQuick 1.0 - org.kde.plasma.core + QtQuick 1.0 + org.kde.plasma.core - Description: +Description: TODO i need more info here - Properties: - **/ +Properties: +**/ import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore diff --git a/declarativeimports/plasmacomponents/qml/DualStateButton.qml b/declarativeimports/plasmacomponents/qml/DualStateButton.qml index 3dca95c87..e244808cb 100644 --- a/declarativeimports/plasmacomponents/qml/DualStateButton.qml +++ b/declarativeimports/plasmacomponents/qml/DualStateButton.qml @@ -19,16 +19,16 @@ /**Documentanted API Inherits: - Item + Item Imports: - QtQuick 1.0 - org.kde.plasma.core + QtQuick 1.0 + org.kde.plasma.core - Description: +Description: TODO i need more info here - Properties: +Properties: bool checked: Returns if the Button is checked or not. @@ -46,10 +46,10 @@ Imports: alias shadow: TODO needs info - Signals: +Signals: clicked: The signal is emited when the button is clicked! - **/ +**/ import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore diff --git a/declarativeimports/plasmacomponents/qml/Highlight.qml b/declarativeimports/plasmacomponents/qml/Highlight.qml index 62c9f5aa8..4efb0ea82 100644 --- a/declarativeimports/plasmacomponents/qml/Highlight.qml +++ b/declarativeimports/plasmacomponents/qml/Highlight.qml @@ -25,16 +25,16 @@ Imports: QtQuick 1.1 org.kde.plasma.core - Description: +Description: TODO i need more info here - Properties: +Properties: bool hover: Returns if the user is hovering over the component bool pressed: Returns of the button is pressed or not. - **/ +**/ import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore