rust-qt/ritual

Example of integrating custom qt class

jlgerber opened this issue · 2 comments

Would it be possible to provide an example of deploying custom qt code via ritual? EG say i want to implement a custom class inheriting from QSortFilterProxyModel on the c++ side and integrate it into a rust-qt project. What is involved?. Maybe just create a project illustrating what is involved?

It would involve running the whole ritual pipeline on your custom C++ code, but it's definitely possible. The setup is not trivial, though. I hope we'll eventually make it easier and create an example.

Are you aware of any projects that could serve as an example?