Refactor the documentation in

ButtonRow,ButtonShadow,CheckBox,DualStateButton,Highlight components
This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-06 14:39:30 +02:00
parent c481b77b26
commit 6f9ec10697
5 changed files with 28 additions and 28 deletions

View File

@ -40,15 +40,15 @@
****************************************************************************/ ****************************************************************************/
/**Documentanted API /**Documentanted API
Inherits: Inherits:
Row Row
Imports: Imports:
ButtonGroup.js ButtonGroup.js
QtQuick 1.1 QtQuick 1.1
Description: Description:
A ButtonRow allows you to group Buttons in a row. It provides a selection-behavior as well. 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. Note: This component don't support the enabled property.

View File

@ -19,14 +19,14 @@
*/ */
/**Documentanted API /**Documentanted API
Inherits: Inherits:
Item Item
Imports: Imports:
QtQuick 1.0 QtQuick 1.0
org.kde.plasma.core org.kde.plasma.core
Description: Description:
TODO i need more info here TODO i need more info here

View File

@ -19,16 +19,16 @@
/**Documentanted API /**Documentanted API
Inherits: Inherits:
DualStateButton DualStateButton
Imports: Imports:
QtQuick 1.0 QtQuick 1.0
org.kde.plasma.core org.kde.plasma.core
Description: Description:
TODO i need more info here TODO i need more info here
Properties: Properties:
**/ **/
import QtQuick 1.0 import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasma.core 0.1 as PlasmaCore

View File

@ -19,16 +19,16 @@
/**Documentanted API /**Documentanted API
Inherits: Inherits:
Item Item
Imports: Imports:
QtQuick 1.0 QtQuick 1.0
org.kde.plasma.core org.kde.plasma.core
Description: Description:
TODO i need more info here TODO i need more info here
Properties: Properties:
bool checked: bool checked:
Returns if the Button is checked or not. Returns if the Button is checked or not.
@ -46,10 +46,10 @@ Imports:
alias shadow: alias shadow:
TODO needs info TODO needs info
Signals: Signals:
clicked: clicked:
The signal is emited when the button is clicked! The signal is emited when the button is clicked!
**/ **/
import QtQuick 1.0 import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasma.core 0.1 as PlasmaCore

View File

@ -25,16 +25,16 @@ Imports:
QtQuick 1.1 QtQuick 1.1
org.kde.plasma.core org.kde.plasma.core
Description: Description:
TODO i need more info here TODO i need more info here
Properties: Properties:
bool hover: bool hover:
Returns if the user is hovering over the component Returns if the user is hovering over the component
bool pressed: bool pressed:
Returns of the button is pressed or not. Returns of the button is pressed or not.
**/ **/
import QtQuick 1.0 import QtQuick 1.0
import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasma.core 0.1 as PlasmaCore