69 def create(dlg): # noqa: U100 |
69 def create(dlg): # noqa: U100 |
70 """ |
70 """ |
71 Module function to create the configuration page. |
71 Module function to create the configuration page. |
72 |
72 |
73 @param dlg reference to the configuration dialog |
73 @param dlg reference to the configuration dialog |
74 @return reference to the instantiated page (ConfigurationPageBase) |
74 @type ConfigurationDialog |
|
75 @return reference to the instantiated page |
|
76 @rtype ConfigurationPageBase |
75 """ |
77 """ |
76 page = EditorSyntaxPage() |
78 page = EditorSyntaxPage() |
77 return page |
79 return page |