Home ⌂Doc Index ◂Up ▴

eric6.eric6_trpreviewer

Eric6 TR Previewer.

This is the main Python script that performs the necessary initialization of the tr previewer and starts the Qt event loop. This is a standalone version of the integrated tr previewer.

Global Attributes

app

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)
Returns:
reference to the main widget (QWidget)
Up


main

main()

Main entry point into the application.

Up



Home ⌂Doc Index ◂Up ▴