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): # noqa: U100 |
105 def create(_dlg): |
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 (unused) |
110 @type ConfigurationDialog |
110 @type ConfigurationDialog |
111 @return reference to the instantiated page |
111 @return reference to the instantiated page |
112 @rtype ConfigurationPageBase |
112 @rtype ConfigurationPageBase |
113 """ |
113 """ |
114 page = MimeTypesPage() |
114 page = MimeTypesPage() |