Hi,I have a QTableView in a QTableWidget
Qt Code:
  1. addTab(new MyTableView,tr("what"));
To copy to clipboard, switch view to plain text mode 
How can I get the viewport of the QTableWidget.
Who is the parent of the QTableView.
Thanks