Class: WizardHandler | eric3/Wizards/WizardHandler.py | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Class implementing a sax handler to read an XML project session file.The wizards configuration file must have a <Wizards></Wizards> entry per wizard. Each of these entries must have the following sections. <Import>: This names the module to be imported. <Class>: This names the class. <Translations>: This names the basename of the translation files. Import and Class are mandatory, Translations is optional. The value of the Translations section will be combined with the
location string determined at startup time and be given
an extension of An entry of <Separator /> will yield a separator line in the Wizards menu.
|