Development tools
This section contains information about tools
for KDE development.
- Analysis
A list of tools which are used to analyze a program. This would include debuggers and profilers, for instance.
- KDevelop
This is a superb IDE for developing KDE and Qt C++ applications. It includes a an integrated debugger, a syntax highlighting editor, and of course a 'Project wizard' to handle the creation of the basic menu structures, the automake/autoconf gunk, and even the class documentation.
- Qt Designer
The user interface designer that comes with Qt. Supports layout management, undo/redo, checking accelerator conflicts etc. etc. This is a tool that allows even non-programmers to help design dialogs of KDE applications.
- i18n tools
You can find information on writing and translating documentation on this dedicated site.