Package client
[hide private]
[frames] | no frames]

Package client

source code

Submodules [hide private]

Classes [hide private]
  BasinBody
This class in a convenience class which inherits from QWidget.
  BasinWindow
This is simply a convenience class which inherits from QMainWindow.
Functions [hide private]
 
main(args)
This simple main function creates the entire Basin Client application.
source code
Function Details [hide private]

main(args)

source code 

Overview

This simple main function creates the entire Basin Client application. When creating the instance of a QApplication, it currently does not make use of the command line arguments which are passed to this function. Currently they have would have no context. The function creates a working window for the application, shows the window and executes the application.

Parameters:
  • args (list) - This is a list of the command line arguments specified when running this script.