feat(@StatusFloatingButtonsSelector): expose repeater (#795)

This commit is contained in:
Anthony Laibe 2022-08-03 09:08:47 +02:00 committed by GitHub
parent 26eaeb3ad5
commit 03fe75c875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ import StatusQ.Popups 0.1
Row {
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
This property represents the delegate of selectable items shown to the user.