Subversion Repositories svn1

Rev

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

Rev 109 Rev 110
Line 24... Line 24...
24
 
24
 
25
    /*
25
    /*
26
    **  Setup delegated for specialised editing
26
    **  Setup delegated for specialised editing
27
    */
27
    */
28
    ui->tableWidget->setItemDelegateForColumn(2, new timeDelegate());
28
    ui->tableWidget->setItemDelegateForColumn(2, new timeDelegate());
29
    ui->tableWidget->setItemDelegateForColumn(3, new SpinBoxDelegate());
29
    ui->tableWidget->setItemDelegateForColumn(3, new SpinBoxDelegate(0,50));
30
 
30
 
31
    populate();
31
    populate();
32
}
32
}
33
 
33
 
34
void QmConfClass::populate(void)
34
void QmConfClass::populate(void)