Hello,

I have a little problem with my application...

I have 2 QListWidgets which I make dynamic in a vertical layout (it also can be 3 QListWidgets) and I want to move an Entry from the 1 Widget in the 2 Widget and so on...

The move from one Widget to the other Widget is not the problem...
I want to check if the Entry was moved is already in this Widget.
I want to check if the Entry exists in the other Widget.

Is there any SIGNAL or Event where I can handle this?

I hope someone can help me...

greetings