GUI Design

GUI Design Specification

The GUI is built using PyQt 4. For more information, see the PyQt4 documentation.

Hierarchy

Diagram

To be added.

Interface

Design Description

The RobotRock GUI is broken down into sub-components in order to allow localized changes to code, and to aid in understanding. Each component of the GUI takes as a constructor parameter a reference to the RRGuiMain object, which is used for coordination and communication between different components of the GUI.

References