77 def create(dlg): # noqa: U100 |
77 def create(dlg): # noqa: U100 |
78 """ |
78 """ |
79 Module function to create the configuration page. |
79 Module function to create the configuration page. |
80 |
80 |
81 @param dlg reference to the configuration dialog |
81 @param dlg reference to the configuration dialog |
82 @return reference to the instantiated page (ConfigurationPageBase) |
82 @type ConfigurationDialog |
|
83 @return reference to the instantiated page |
|
84 @rtype ConfigurationPageBase |
83 """ |
85 """ |
84 page = EditorDocViewerPage() |
86 page = EditorDocViewerPage() |
85 return page |
87 return page |