woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
620 stars 89 forks source link

Example `todos` prints TypeError #278

Open hasezoey opened 1 year ago

hasezoey commented 1 year ago

When running example todos and then removing something from the list, it prints:

qrc:/todos/qml/main.qml:64: TypeError: Cannot read property 'width' of null

but i dont know enough about qt yet to make a PR myself