I’m about to port one of my Mac applications to Windows. The Mac app uses Apple’s native Cocoa/Appkit frameworks for the UI. The UI is Obj-C code, and the core app functionality is portable C++ code.
Now I’m looking for a way to port the app to Windows and to make it look and feel native to Windows users. My choices are Microsoft’s MFC and the Qt framework. Though I’m sure MFC apps have the native look and feel, what I remember from MFC coding the framework itself is horrible. I took a look into Qt and like it from the developer’s perspective.
But as I am not a Windows user I have no idea whether Qt apps have a native Windows look and feel.
Thus my question: Can I make (without a lot of work) a Qt app behave and look like it was written with the native Windows frameworks?