Furthermore, if I want to switch the QT3 Q3Table code to QT4 QTableWidget, what changes should I make to the following methods?

Qt Code:
  1. setResizePolicy( Q3Table::Default );
  2. setReadOnly( TRUE );
  3. setTopMargin(31);
  4. setLeftMargin(-1);
  5. setFocusStyle( Q3Table::FollowStyle );
  6. updateCell( 1, 0 );
To copy to clipboard, switch view to plain text mode