2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
61 def create(dlg): | 61 def create(dlg): |
62 """ | 62 """ |
63 Module function to create the configuration page. | 63 Module function to create the configuration page. |
64 | 64 |
65 @param dlg reference to the configuration dialog | 65 @param dlg reference to the configuration dialog |
66 @return reference to the instantiated page (ConfigurationPageBase) | |
66 """ | 67 """ |
67 page = EditorAutocompletionQScintillaPage() | 68 page = EditorAutocompletionQScintillaPage() |
68 return page | 69 return page |