Package moul :: Package qt :: Module moulqt
[hide private]
[frames] | no frames]

Module moulqt



Moul QT GUI main module

Functions [hide private]
  main(*args)
Main application

Variables [hide private]
  __author__ = 'Christian Heimes'
  __version__ = '$Id: moulqt.py 122 2007-02-02 17:34:06Z tiran $'
  __revision__ = '$Revision: 122 $'
  LOG = <logging.Logger instance at 0x40fdb70c>
  err = main(sys.argv)

Function Details [hide private]

main(*args)

 

Main application

Flow diagram:
  • create app
  • check if other instance of pymoulqt is running
    • exit app if another instance is running
  • create log file handler
  • check if URU is running
    • exit if URU is running
  • Show the main window

Variables Details [hide private]

__author__

None
Value:
'Christian Heimes'                                                     
      

__version__

None
Value:
'$Id: moulqt.py 122 2007-02-02 17:34:06Z tiran $'                      
      

__revision__

None
Value:
'$Revision: 122 $'                                                     
      

LOG

None
Value:
<logging.Logger instance at 0x40fdb70c>                                
      

err

None
Value:
main(sys.argv)