Do not draw a QTableView
-
wrote on 1 Aug 2018, 06:49 last edited by dima_slon 8 Jan 2018, 06:50This post is deleted!
-
wrote on 1 Aug 2018, 07:01 last edited by
@dima_slon
I may be misunderstanding, but I do not see where you are actually adding your text into the table ininsertComponent()
?this->insertRows(this->rowCount(), 1);
This adds a new, blank row at the end of the table model. But you do not set that row to hold your component/text?
-
@dima_slon
I may be misunderstanding, but I do not see where you are actually adding your text into the table ininsertComponent()
?this->insertRows(this->rowCount(), 1);
This adds a new, blank row at the end of the table model. But you do not set that row to hold your component/text?
wrote on 1 Aug 2018, 07:05 last edited by@JonB This adds a new, blank row at the end of the table model. But you do not set that row to hold your component / text?
How to do it? I did not correctly understand what this function does, so if it's not hard for you. You can suggest how to insert text in the first free cell
3/3