Hello

I don't want to make you read bunch of code i'm struggling with....my issue is to use QTableWidget to display the elements of a matrix "from the Eigen Library".

I build my button and my spinbox that determines the size of the matrix,...now the matrix i have is named "mdense", i'd would like to send it the QTableWidgetItem...such that the column and rows of the table are dynamically adjusted to the size of the matrix.

Do i have to convert th data or something.....your help is really appreciated

Thank you