I have a QListWidget of strings. An end user can add, remove or edit this strings. I'd like to avoid to exit from editing if the string is empty or already exists. Is it possible?
I have a QListWidget of strings. An end user can add, remove or edit this strings. I'd like to avoid to exit from editing if the string is empty or already exists. Is it possible?