It is required to upload data line by line from a plain text file to QTableView (using QStandardItemModel ). I get all the data I am interested in correctly - one value per line, no problems here. The table has 5 columns and an unlimited number of rows.
The question, actually, is how to add 5 lines from a file into a single line of the table?
While all data is loaded in the first column, the number of rows is as in a text file ...