Refactor the documentation in
ButtonRow,ButtonShadow,CheckBox,DualStateButton,Highlight components
This commit is contained in:
parent
c481b77b26
commit
6f9ec10697
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user