Excuse my very basic question, but an answer can save me days of wondering in tons of documentation.
I need to write a simple application to test some graphic process on bitmaps, running under Linux and Mac OSX.
I could use plain C, but I need a gui where I can change parameters moving sliders and immediately see the resulting image,
so I decided to try Qt as a GUI around my code.
I downloaded different versions of Qt4 in the last month, both for Linux and Mac platform.
Some version (like one containing all the demos run by QtDemo) uses several pieces of software: Assistant, Designer, Linguist...
Another one (QtSDK) only has Qt Creator, and with it it looks like I can do everything (create a .ui, compile, debug and run)
Are there different versions with different properties or are there just an old obsolete and a new SDK? Can I just use the one (4.7)
with Creator only?
Thanks a lot
Fabrizio