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
|
/**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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user