Product SiteDocumentation Site

13.6. Entwicklung

13.6.1. Hilfsprogramme für GTK+ bei GNOME

Anjuta (in the anjuta package) and GNOME Builder (in the gnome-builder package) are Integrated Development Environments (IDE) optimized for creating GTK+ applications for GNOME. Glade (in the glade package) is an application designed to create GTK+ graphical interfaces for GNOME and save them in an XML file. These XML files can then be loaded by the GTK+ shared library through its GtkBuilder component to recreate the saved interfaces; such a feature can be interesting, for instance for plugins that require dialogs.

13.6.2. Hilfsprogramme für Qt

The equivalent applications for Qt are KDevelop by KDE (in the kdevelop package) for the development environment, and Qt Designer (in the qttools5-dev-tools package) for the design of graphical interfaces for Qt applications.
KDevelop ist auch eine generische IDE und bietet Plugins für andere Sprachen wie Python und PHP und verschiedene Build-Systeme.