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
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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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