eric7.eric7_tray

eric Tray.

This is the main Python script that performs the necessary initialization of the system-tray application. This acts as a quickstarter by providing a context menu to start the eric IDE and the eric tools.

Global Attributes

SettingsDir

Classes

None

Functions

createMainWidget Function to create the main widget.
main Main entry point into the application.


createMainWidget

createMainWidget(argv)

Function to create the main widget.

argv
list of commandline parameters (list of strings)
Return:
reference to the main widget (QWidget)
Up


main

main()

Main entry point into the application.

Up