I am fairly new to Qt and I am having problem in decoding some of the documentation, particularly in Qt4.
Example:. I have a QTableWidget, "myTable", and I want to myTable->set Item(3, 4, "somthing");
What should the code look like?

The Doc. has "void QTableWidget::setItem ( int row, int column, QTableWidgetItem * item )". Fine, but....

I go to QTableWidgetItem and am totally lost.

Thanks.