Implement type for ListView #941
Unanswered
realroot2185
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I'm unsure what you are asking for in Rust code ? Could you try to explain the steps you want to achieve with CXX-Qt ? I think you might be asking about either nesting QObjects in Rust ( https://github.com/KDAB/cxx-qt/blob/main/examples/qml_features/rust/src/nested_qobjects.rs ) or referring to external Qt types in Rust ( https://github.com/KDAB/cxx-qt/blob/main/examples/qml_features/rust/src/externcxxqt.rs ). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The ListView's items are now implemented as QML file.
Currently the ListView's item are another ListView.
Beta Was this translation helpful? Give feedback.
All reactions