#######
AgoraMX
#######
This software is experimental and pre-alpha!
UI
==
New UI being developed with PySide:
http://www.pyside.org
UI files found in `agoramx.gui.ui` can be edited in a WYSIWYG fashon with
QtDesigner.
Code will be rewritten to support easy transition to Python 3, so will require
Python 2.7 or better.
Setup Script
============
To generate Qt UI files run the `ui` command of the setup script.
On Linux:
> ./setup.py ui
On Windoze:
> python setup.py ui
The `sdist` command will build a source tarball.