I moved the connect outside the for loop, dind't realize it dind't have to be called each time I added an item, I was thinking it was item specific.
But anyways, I also realized the changeDate() method was not declared a slot. I was using some code as an example and did not catch this.
Now as you stated above, using the setItemWidget will break the itemClicked signal which it does. So the only other way to recreate this signal/slot mechanism is to use an event on the widget itself?
Thanks for the help.
Bookmarks