Insert data to QTableView
Hi, I'm new in this and i can not insert some data to Table. There is not exist property like:
Table->setRow=5;
Table->setCol=5;
Table->Cell[2, 3]=variable;
Please can anybody help me to write simple code to create table for example [5,5]. with inserting data ?
Re: Insert data to QTableView
Quote:
Originally Posted by
Lodhart
Hi, I'm new in this and i can not insert some data to Table. There is not exist property like:
Table->setRow=5;
Table->setCol=5;
Table->Cell[2, 3]=variable;
Please can anybody help me to write simple code to create table for example [5,5]. with inserting data ?
Hi, first there is a Newbie forum, second please use the assistant - the Qt documentation "tool". -> QTableWidget::setColumnCount() etc... (also see the Detailed Description of QTableWidget)