I am considering using Qt to connect a stand-alone Windows application to OS X and possibly Linux. I have never used Qt before. I do not know if I should work with Qt 4 or Qt 5.
I would be interested to get developer feedback on relatively large applications using Qt 4 and 5. What are the pros / cons for each version?
More about the project:
The application is a high-performance tool for digital photography: HDR, Tone Mapping, etc., large photos with a 96-bit pixel.
Currently, the application uses the following technologies:
- User Interface Code: C #, C ++ / CLI, .NET 2.0 WinForm
- Main algorithms: C ++, OpenMP, SSE
I plan to use the Qt framework to update the user interface code. I have the following limitations:
- Supported OS: Windows XP, Vista, 7 and 8; OS X (Linux)
- Two builds: 32 and 64-bit
- The application should be able to run on virtual machines (with little or no OpenGL support)
- Frequency / real-time aspects are important.
- Primary Development Environment: Visual Studio for Windows 7 64-bit
Thanks!
Antoinec
source share