[PyQt] Fast way to display an array in a table?

Vicente Sole sole at esrf.fr
Thu May 28 19:57:50 BST 2009


Hello,

I am writing a generic data handling application in which I need to be  
able to show the contents of a numpy array in a sort of  
table/spreadsheet. The array can be big (1024 x 1024 floats or may be  
even more).

Is there a faster way of filling a table than looping through all the  
array elements and introducing them in the table cells one by one?

Thanks for any hint.

Armando


More information about the PyQt mailing list