金曜日, 11月 21, 2008

GUI Design Tool

GUI設計に関するツールがたくさんあって、詳しく論じることはできません。以下によく使われる幾つかを上げます。Pythonに関するGUI設計(GUI Programming in Python)はここに沢山載せてあります。
  1. MS MFC - 昔馴染みで、今全然使っていません。

  2. Glade - GTKプログラムの画面ツールで、作成したXMLをそのままプログラムの中に読み込んで画面を作成する。
    1. Glade::PerlGenerate - Generate Perl source from a Glade XML project file.

  3. QT Designer - QT画面作成用ツールで、作成したXMLをソースコードに変換して、プログラムの形になります。
    1. pyuic4 - QT4 DesignerのXMLファイルをpythonソース変換するツール


  4. wxWidgets
    1. wxGlade - wxPython画面設計ツールで、python画面作成の時、よく使われます。 For a complete IDE, maybe Boa Constructor, PythonCard or Spe(which includes wxGlade itself, BTW...) is the right tool.
    2. wxPyWiki
    3. wxPython - wxPython Indexに沢山の例があります


  5. Tkinter -

    1. PythonWare library There are many Tutorial, Introduction and Library Reference about Python Imaging Library (PIL),Tkinter and Python

    2. effbot.org

      Some Articles. Hundreds of articles on Python and related technologies (including PIL, ElementTree, Tkinter, and other extensions).

      Some Books. (the eff-bot guide to) The Python Standard Library, Python Imaging Library Handbook, An Introduction to Tkinter.

      Some Downloads. Assorted Python modules, extensions, and other artifacts. And an RSS reader.






Pythonのグラフィカルユーザーインターフェースパッケージ

0 件のコメント: