QDevelopQDevelop is a development environment entirely dedicated to Qt4. QDevelop requires Qt4, MinGW under Windows, gdb for programs debugging and ctags for code completion. QDevelop is available in English, French, German, Dutch and Russian. Features At A Glance Cross Platform: Supports Linux, Windows 2000/XP/Vista Reading and writing project files (with some small restrictions) Add / Delete and edit project files (or external files) Management of normal projects and project SUBDIRS. Independent build for each projects. I.e. are rebuild only the really modified projects. In the event of errors or warnings of compilation, double-click on the line opens the corresponding editor. Debugging with gdb. Toggle breakpoints by click in the line number on editor or by right click. When the program is stopped on breakpoint, it's possible to view variables contents with a linedit. In the editor, F1 call Assistant to show help for the word under the cursor. In debugging mode, on a breakpoint, the macro pqstring makes it possible to show the contents of QString. That makes it possible to remove the 'qDebug() << myString;' in the code. Open Source Its Free!
|