Product SiteDocumentation Site

13.6. 開発

13.6.1. GNOME 上の GTK+ 用ツール

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. Qt 用ツール

Qt アプリケーション用の同等なアプリケーションとして、KDE が開発した KDevelop (kdevelop パッケージに含まれます) 統合開発環境および Qt アプリケーション用のグラフィカルインターフェースを設計する Qt Designer (qttools5-dev-tools パッケージに含まれます) があります。
KDevelop を一般的な統合開発環境として使うことも可能です。これを可能にしているのがプラグインであり、Python および PHP などの他の言語向けプラグインや異なるビルドシステム向けのプラグインが提供されています。