eric3.eric3-qregexp

Eric3 QRegExp

This is the main Python script that performs the neccessary initialization of the QRegExp wizard module and starts the Qt event loop. This is a standalone version of the integrated QRegExp wizard.

Classes

None

Functions

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

createMainWidget

createMainWidget(argv, qtDir, ericDir)

Function to create the main widget.

argv
list of commandline parameters (list of strings)
ericDir
directory of the eric3 installation (string)
qtDir
directory of the Qt installation (string)
Returns:
reference to the main widget (QWidget)
Up

main

main()

Main entry point into the application.

Up