Product SiteDocumentation Site

13.6. Sviluppo

13.6.1. Strumenti per GTK+ su 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. Strumenti per Qt

Le soluzioni equivalenti per le applicazioni QT sono KDevelop di KDE (nel pacchetto kdevelop) per l'ambiente di sviluppo, e Qt Designer (nel pacchetto qttools5-dev-tools) per la progettazione di interfacce grafiche per applicazioni Qt.
KDevelop è anche un IDE generico e fornisce plugin per altri linguaggi come Python e PHP e diversi sistemi di compilazione.