Hello,
I have something like this:
`Q_PROPERTY(QList myList ...)`
And in QML I tried to do something like this:
```
Item {
ListModel {
id: myListModel
}
StackLayout {
Repeater {
model: myListModel
GridLayout {
CheckBox {
Cool, thanks!
I've replaced it with a custom colour chooser from git already :)
cheers, Adam
On 07/02/2024 02:09, Mike Trahearn wrote:
Aha – you nailed it!
Yes, presently the Qt Quick Dialogs do not style in the same way as
the compile time styles do for the rest of Qt Quick Controls.
Unf