MqttMonitor/MqttConnectionProfilesDialog.py

changeset 37
8bc357057af3
parent 32
a71e5b294ebf
child 63
1004a9b850a9
equal deleted inserted replaced
36:f8ff464db1f9 37:8bc357057af3
414 """ 414 """
415 Private method to check, if the currently shown profile contains some 415 Private method to check, if the currently shown profile contains some
416 changed data. 416 changed data.
417 417
418 @return flag indicating changed data 418 @return flag indicating changed data
419 @type bool 419 @rtype bool
420 """ 420 """
421 profileName = self.profileEdit.text() 421 profileName = self.profileEdit.text()
422 if profileName == "": 422 if profileName == "":
423 return False 423 return False
424 424

eric ide

mercurial