src/eric7/RemoteServerInterface/EricServerInterface.py

branch
eric7
changeset 11006
a671918232f3
parent 11004
5f8d929657b3
child 11033
6b197c3389f7
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
859 profiles. 859 profiles.
860 """ 860 """
861 from .EricServerProfilesDialog import EricServerProfilesDialog 861 from .EricServerProfilesDialog import EricServerProfilesDialog
862 862
863 dlg = EricServerProfilesDialog( 863 dlg = EricServerProfilesDialog(
864 Preferences.getEricServer("ConnectionProfiles"), self.__ui 864 Preferences.getEricServer("ConnectionProfiles"), parent=self.__ui
865 ) 865 )
866 if dlg.exec() == QDialog.DialogCode.Accepted: 866 if dlg.exec() == QDialog.DialogCode.Accepted:
867 profiles = dlg.getConnectionProfiles() 867 profiles = dlg.getConnectionProfiles()
868 Preferences.setEricServer("ConnectionProfiles", profiles) 868 Preferences.setEricServer("ConnectionProfiles", profiles)

eric ide

mercurial