Module: dsc

From SolutionSpaceTool

This module is the main class of the GUI interface. It contains the class DSC. If you create an object from this class the GUI will be started. The GUI uses the PyQt4 Framework, so this must be installed on your computer. This module has only been tested under windows OS. It should work under different OS as well, but minor parts could need to be changed.

package gui
imported by: none

Classes

class DSC(QMainWindow)

This class is the main part of the GUI. It contains all functions to create the GUI interface. It is the only class in the project, which uses the PyQT Framework. The interfaces to other classes is based on Python standard data types as dictionary, list, etc. To start the GUI create an object of the DSC class and the GUI will start.

Attention: The DSC starts an event bases loop. So the python programm which started the GUI will be terminated when the GUI is closed! An interactive console mode in the GUI is planned but not yet implemented.

Personal tools