Hi, I was looking into using this project for a side-project of mine, and was wondering how to use dates/times for properties and function arguments. For the Rust side of the interface code, could the DateTime structs from the `chrono` crate be used? i.e. the Qt type -> `chrono` type mappings would be: - QDate -> NaiveDate - QTime -> NaiveTime - QDateTime -> DateTime (since QDateTime is timezone aware)
rust-qt-binding-generator is no longer maintained, please try more recent alternatives like https://github.com/KDAB/cxx-qt/