Quote Originally Posted by wysota View Post
What if a row in the model gets deleted? What if that row is referred to in some other item?
That doesn't matter as I have simply copied the data of the previous row into the new row now.


Quote Originally Posted by wysota View Post
Eeemm... I don't understand what you want the flag to do and where you want to set it.
yes I'm pretty sure I do not understand how flags work. What I want is just a simple attribute I can set on an item so that I can use a logic to perform an action or not. That is what I have been using the Qt flags for thus far.

Thanks for your help I will look at your code.