How I can put QString text in place(int height int width) of QTtableWidget.
For example I want put “Hello world” in (1,1) in my QTableWidget object.
I tried it
this->tableWidget->setItem(1,1,QString("Hello"));
and got an error
↧