You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: