Product SiteDocumentation Site

13.6. Desenvolvimento

13.6.1. Ferramentas para GTK+ no 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. Ferramentas para Qt

As aplicações equivalentes para aplicativos Qt são o KDevelop (da KDE) (no pacote kdevelop) para o ambiente de desenvolvimento, e o Qt Designer (no pacote qttools5-dev-tools) para o projeto de interfaces gráficas para as aplicações Qt.
KDevelop também é um IDE genérico e fornece plugins para outras linguagens como Python e PHP e diferentes sistemas de construção.