Hi,

I'd like to make a table (2D array) to store floating point numbers without using GUI (I have a console application). QTableWidget is not possible without GUI. What class or function should I use to make this table in console.

Thanks!