If you have ever tried to use the Qt tool kit with out an IDE then this little plug in will be appreciated. It centralizes all of the Qt tools into the eclipse environment. It also makes it so you don't have to worry about the format of the .pro files that Qt uses in its make process. It is not really all that intuitive to use but that could simply be because I am new to eclipse. The included help files are really helpful and not too hard to file. Expect to not always understand what should be done when reading the help files but it is way better than having nothing.
If you have never used Qt before then this tool will help you start. Qt makes it possible to make OS independent GUIs in the c++ language. Qt also has many extra libraries like for handling strings and other things like XML.
You don't have to buy this plug-in it can be downloaded from Trolltechs web site for free. (www.trolltech.com)
|