Product SiteDocumentation Site

13.6. Desenvolupament

13.6.1. Eines per a GTK+ al 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. Eines per a les Qt

Les aplicacions equivalents per a les Qt són KDevelop per a KDE (al paquet kdevelop) per a l'entorn de desenvolupament, i Qt Designer (al paquet qttools5-dev-tools) per al disseny d'interfícies gràfiques per a les aplicacions Qt.
El KDevelop també és un IDE genèric i proporciona connectors per a altres llenguatges com el Python i PHP i diferents sistemes de compilació.