Hello, I'm a new user to qt and pyqt.
It is mainly to design ui to be used in Maya 2011.

I'm still experimenting with both qt designer and the pyqt.

But I had a question about list view from the qt designer.
It might be way ahead, but I was wondering if it can be set up in a way that I can refresh the list item by running a mel or python command inside maya.

What I need is a listview that update its list elements as I work in maya.
Now in the designer, I can make a list view, and was thinking about usung a -command flag to start a mel procedure that would update the list elements.

Also, I've read that there is 2 flag -command, and -dragcommand. I cant seem to find a list of dynamic string attribute that can be use in conjunction with maya. Is there such a list?

Anyone ever did this? or something similar?

Ill post my finding as I explore this.

Thanks