MqttMonitor/MqttMonitorWidget.py

branch
eric7
changeset 138
871d54655ef1
parent 132
b4fde9ee3d83
child 139
b7ca79939cc7
equal deleted inserted replaced
137:306b44039633 138:871d54655ef1
682 def on_brokerConnectionOptionsButton_clicked(self): 682 def on_brokerConnectionOptionsButton_clicked(self):
683 """ 683 """
684 Private slot to show a dialog to modify connection options or a 684 Private slot to show a dialog to modify connection options or a
685 dialog to edit connection profiles. 685 dialog to edit connection profiles.
686 """ 686 """
687 from .MqttConnectionOptionsDialog import MqttConnectionOptionsDialog
687 from .MqttConnectionProfilesDialog import MqttConnectionProfilesDialog 688 from .MqttConnectionProfilesDialog import MqttConnectionProfilesDialog
688 from .MqttConnectionOptionsDialog import MqttConnectionOptionsDialog
689 689
690 if self.__connectionModeProfile: 690 if self.__connectionModeProfile:
691 profileName = self.profileComboBox.currentText() 691 profileName = self.profileComboBox.currentText()
692 dlg = MqttConnectionProfilesDialog( 692 dlg = MqttConnectionProfilesDialog(
693 self.__plugin.getPreferences("BrokerProfiles"), 693 self.__plugin.getPreferences("BrokerProfiles"),

eric ide

mercurial