Is it possible to build a GUI using platform-native code, like Cocoa, in QT?
Do you know of any resources or links that show examples or demonstrations of how to get started doing this?
I can only find sites that explain how QT uses interfaces to link to the Cocoa API, which seems to imply that the UI is still built with QT and it doesn’t support platform-specific technology like Core Animation, etc.
Thanks
Turgs
Yes, that’s possible, you can combine Objective C code using cocoa with C++/Qt code. There are not too many people doing it though, so it will be a bit of an experiment.
Have a look at these Qt wrappers for Cocoa widgets to see how it can work.