Difference between revisions of "POD GUI"
From ArmadeusWiki
(→Solutions) |
|||
Line 12: | Line 12: | ||
POD-like software using Qt: | POD-like software using Qt: | ||
* [http://sourceforge.net/projects/qucs/ Qucs] | * [http://sourceforge.net/projects/qucs/ Qucs] | ||
+ | |||
+ | A simple diagram editor with pyQt:[http://www.windel.nl/?section=pyqtdiagrameditor pyqtdiagrameditor]. | ||
+ | |||
=== Gtk === | === Gtk === | ||
+ | |||
+ | * [http://diacanvas.sourceforge.net/ DiaCanvas] in GTK+ | ||
+ | |||
=== wxPython === | === wxPython === | ||
POD-like software using wxPython: | POD-like software using wxPython: | ||
* [http://www.beremiz.org/ Beremiz] | * [http://www.beremiz.org/ Beremiz] |
Revision as of 11:48, 20 May 2013
Introduction
POD is currently a command-line only software, to be more friendly and usefull the final objective is to use a clik-clik interface. This page describe investigation to find the best GUI-framework for POD.
Requirements
Solutions
Qt
POD-like software using Qt:
A simple diagram editor with pyQt:pyqtdiagrameditor.
Gtk
- DiaCanvas in GTK+
wxPython
POD-like software using wxPython: