195 self.__coloursDict["TextColor"][0].name(), colour.name() |
195 self.__coloursDict["TextColor"][0].name(), colour.name() |
196 ) |
196 ) |
197 ) |
197 ) |
198 |
198 |
199 |
199 |
200 def create(dlg): # noqa: U100 |
200 def create(_dlg): |
201 """ |
201 """ |
202 Module function to create the configuration page. |
202 Module function to create the configuration page. |
203 |
203 |
204 @param dlg reference to the configuration dialog |
204 @param _dlg reference to the configuration dialog (unused) |
205 @type ConfigurationDialog |
205 @type ConfigurationDialog |
206 @return reference to the instantiated page |
206 @return reference to the instantiated page |
207 @rtype ConfigurationPageBase |
207 @rtype ConfigurationPageBase |
208 """ |
208 """ |
209 page = DiffColoursPage() |
209 page = DiffColoursPage() |