eric3.eric3-re

Eric3 QRegExp

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

Classes

None

Functions

initializeMimeSourceFactory Global function to initialize the default mime source factory.
loadTranslator Global function to find and load a specific translation.
main Main entry point into the application.

initializeMimeSourceFactory

initializeMimeSourceFactory(ericDir)

Global function to initialize the default mime source factory.

ericDir
directory name of the eric installation
Up

loadTranslator

loadTranslator(dirs, tn)

Global function to find and load a specific translation.

dirs
Searchpath for the translations. (list of strings)
tn
The translation to be loaded. (string)
Returns:
Tuple of a status flag and the loaded translator. (int, QTranslator)
Up

main

main()

Main entry point into the application.

Up