Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

How to edit QtableWidget?

$
0
0
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

Viewing all articles
Browse latest Browse all 18427

Trending Articles