module: main_gui

main_gui.Main code runs the GUI.

usage:

python main_gui.py [input_file]
class PyPrototype.main_gui.MyGui(message, filename)[source]

Bases: PyPrototype.mock_PyQt4.QtGui.QWidget

Creates a Qt widget in a window

PyPrototype.main_gui.main()[source]

start the program

PyPrototype.main_gui.process_command_line()[source]

support command-line options such as `--help` and `--version`