I'm trying to use a Qt-based library within a Xamarin.iOS project. As a first step, I'd like to
- initialize a simple Qt View and
- place it in an empty ViewController.
I already managed to link the iOS project with QtCore and QtGui. Now I'm struggling with binding Qt's C++ methods with corresponding C# calls.
Has anyone experience with the combination of Xamarin and Qt?
Is this the way to go at all?
(All I can find on the web is about Xamarin vs. Qt...)