Furthermore, if I want to switch the QT3 Q3Table code to QT4 QTableWidget, what changes should I make to the following methods?
Qt Code:
setResizePolicy( Q3Table::Default ); setReadOnly( TRUE ); setTopMargin(31); setLeftMargin(-1); setFocusStyle( Q3Table::FollowStyle ); updateCell( 1, 0 );To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks