hi guys,
i have solved it i should have just chnage this
Qt Code:
int countRows = testInstIDs.count()*10;To copy to clipboard, switch view to plain text mode
to this:
Qt Code:
int countRows = numRows+10;To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks