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): |
200 def create(dlg): # noqa: U100 |
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 |
205 @return reference to the instantiated page (ConfigurationPageBase) |
205 @return reference to the instantiated page (ConfigurationPageBase) |