I am looking forward to create a table widget to list a set of files…
basically creating a render queue…
I created the ui using Qt designer…
I added an Item based table widget and saved the file as a ui
I loaded the file in maya python using cmds.loadUI
Now I wish to add data to the table using an xml file…
My question is how do i add data rows to the widget…
I dont want to use PyQt as I need it on a lot of PC’s and cant install it everywhere…
I was earlier using a textscroll widget from Qt designer and adding data using cmds.textScrollList()
but this was only displaying a single column stuff…
I want to have multiple columns…
Below is the ui snapshot…