10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
193 dlg.exec() | 193 dlg.exec() |
194 | 194 |
195 self.__populateDictionariesList() | 195 self.__populateDictionariesList() |
196 | 196 |
197 | 197 |
198 def create(dlg): | 198 def create(dlg): # noqa: U100 |
199 """ | 199 """ |
200 Module function to create the configuration page. | 200 Module function to create the configuration page. |
201 | 201 |
202 @param dlg reference to the configuration dialog | 202 @param dlg reference to the configuration dialog |
203 @type Configuration | 203 @type Configuration |