Quote Originally Posted by ChrisW67 View Post
I'd be inclined to use QListWidget, which has a built-in model, and simply clear and load it in setEditorData(), and push the data back the other way in setModelData().
Many thanks, I'll give that a shot