def profileAddFunc(self): hue.profile_add(self.profileName.text()) self.profileList.addItem(QListWidgetItem(self.profileName.text()))