UI/UserInterface.py

changeset 1474
1eaec11a0078
parent 1461
6e8e6e83f605
child 1481
eebaadaee21e
equal deleted inserted replaced
1471:af9e4f5a34b5 1474:1eaec11a0078
4950 """ 4950 """
4951 Public slot to set the preferences. 4951 Public slot to set the preferences.
4952 4952
4953 @param pageName name of the configuration page to show (string) 4953 @param pageName name of the configuration page to show (string)
4954 """ 4954 """
4955 dlg = ConfigurationDialog(self, 'Configuration') ##, True) 4955 dlg = ConfigurationDialog(self, 'Configuration')
4956 dlg.preferencesChanged.connect(self.__preferencesChanged) 4956 dlg.preferencesChanged.connect(self.__preferencesChanged)
4957 dlg.masterPasswordChanged.connect(self.__masterPasswordChanged) 4957 dlg.masterPasswordChanged.connect(self.__masterPasswordChanged)
4958 dlg.show() 4958 dlg.show()
4959 if pageName is not None: 4959 if pageName is not None:
4960 dlg.showConfigurationPageByName(pageName) 4960 dlg.showConfigurationPageByName(pageName)

eric ide

mercurial