Subversion Repositories svn1

Rev

Rev 194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 194 Rev 224
Line 94... Line 94...
94
 
94
 
95
    /*
95
    /*
96
    ** Delete existing entries in the table
96
    ** Delete existing entries in the table
97
    */
97
    */
98
    tableWidget->clearContents();
98
    tableWidget->clearContents();
99
    tableWidget->setRowCount(config.max_team);
99
    tableWidget->setRowCount(config.max_team+1);
100
    tableWidget->setColumnCount(6);
100
    tableWidget->setColumnCount(6);
101
    tableWidget->setSortingEnabled(FALSE);
101
    tableWidget->setSortingEnabled(FALSE);
102
 
102
 
103
    /*
103
    /*
104
    ** Scan all the team data
104
    ** Scan all the team data