Does this work?orQt Code:
tableModel.select(); for( int i = 0 ; i < n; ++i ) { ... } tableModel.submitAll();To copy to clipboard, switch view to plain text modeQt Code:
tableModel.select(); for( int i = 0 ; i < n; ++i ) { ... tableModel.submitAll(); }To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks