feat(@StatusFloatingButtonsSelector): expose repeater (#795)
This commit is contained in:
parent
26eaeb3ad5
commit
03fe75c875
|
@ -42,6 +42,14 @@ import StatusQ.Popups 0.1
|
||||||
Row {
|
Row {
|
||||||
id: floatingButtons
|
id: floatingButtons
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\qmlproperty repeater
|
||||||
|
This property represents the repeater of selectable items shown to the user.
|
||||||
|
Can be used to assign objectName to the repeater
|
||||||
|
\endqml
|
||||||
|
*/
|
||||||
|
readonly property alias repeater: itemSelectionRepeater
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlproperty delegate
|
\qmlproperty delegate
|
||||||
This property represents the delegate of selectable items shown to the user.
|
This property represents the delegate of selectable items shown to the user.
|
||||||
|
|
Loading…
Reference in New Issue