384 # The dialog module must have the module function 'create' to |
384 # The dialog module must have the module function 'create' to |
385 # create the configuration page. This must have the method |
385 # create the configuration page. This must have the method |
386 # 'save' to save the settings. |
386 # 'save' to save the settings. |
387 "interfacePage": |
387 "interfacePage": |
388 [self.tr("Interface"), "preferences-interface.png", |
388 [self.tr("Interface"), "preferences-interface.png", |
389 "HelpInterfacePage", None, None], |
389 "WebBrowserInterfacePage", None, None], |
390 "networkPage": |
390 "networkPage": |
391 [self.tr("Network"), "preferences-network.png", |
391 [self.tr("Network"), "preferences-network.png", |
392 "NetworkPage", None, None], |
392 "NetworkPage", None, None], |
393 "printerPage": |
393 "printerPage": |
394 [self.tr("Printer"), "preferences-printer.png", |
394 [self.tr("Printer"), "preferences-printer.png", |