eric6/Preferences/ConfigurationDialog.py

branch
maintenance
changeset 7437
1148ca40ea36
parent 7362
028bf21bb5a2
parent 7432
f5488e9ab8c6
child 7560
343db73c4842
equal deleted inserted replaced
7391:894e3b08d5cf 7437:1148ca40ea36
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",

eric ide

mercurial