ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Example of integrating custom qt class

Open jlgerber opened this issue 4 years ago • 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?

jlgerber avatar Jan 11 '20 20:01 jlgerber

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.

Riateche avatar Feb 03 '20 08:02 Riateche

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

jlgerber avatar Feb 05 '20 20:02 jlgerber