Pascal Precht
bd383e8746
feat(StatusModal): expose loaded content
As discussed in #237, this is needed for consumers to access content
children from outside `content`.
Usage:
```qml
StatusModal {
id: modal
content: StatusBaseText {
text: "Foo"
}
rightButtons: [
StatusButton {
text: "Change text"
onClicked: {
modal.contentComponent.text = "Bar"
}
}
]
}
```
Fixes #237
2021-07-08 11:42:08 +02:00
..
2021-06-15 11:16:22 +02:00
2021-06-16 11:11:04 +02:00
2021-05-25 14:10:56 +02:00
2021-07-08 11:30:31 +02:00
2021-06-29 09:46:08 +02:00
2021-05-05 07:55:43 +02:00
2021-05-05 07:55:43 +02:00
2021-05-05 07:55:43 +02:00
2021-05-28 11:56:49 +02:00
2021-06-24 16:09:58 +02:00
2021-05-05 07:55:43 +02:00
2021-06-21 13:04:34 +02:00
2021-05-25 12:23:47 +02:00
2021-07-08 11:42:08 +02:00
2021-06-21 13:04:34 +02:00
2021-06-15 11:16:22 +02:00
2021-06-15 11:16:22 +02:00
2021-05-20 10:48:51 +02:00
2021-06-16 11:01:22 +02:00
2021-06-04 10:15:02 +02:00
2021-06-03 16:38:08 +02:00
2021-06-15 11:16:22 +02:00
2021-06-03 16:38:08 +02:00
2021-06-03 16:40:57 +02:00