100 self.textFilePatternsList.setList( |
100 self.textFilePatternsList.setList( |
101 Preferences.Prefs.uiDefaults["TextFilePatterns"] |
101 Preferences.Prefs.uiDefaults["TextFilePatterns"] |
102 ) |
102 ) |
103 |
103 |
104 |
104 |
105 def create(dlg): |
105 def create(dlg): # noqa: U100 |
106 """ |
106 """ |
107 Module function to create the configuration page. |
107 Module function to create the configuration page. |
108 |
108 |
109 @param dlg reference to the configuration dialog |
109 @param dlg reference to the configuration dialog |
110 @return reference to the instantiated page (ConfigurationPageBase) |
110 @return reference to the instantiated page (ConfigurationPageBase) |