PDA

View Full Version : Validator for QTableView columns



sasi
6th October 2009, 08:10
How to restrict the entries into a QTableview using validators? Or how do i restrict one column of my table view to take only numerical values?

Can this be done without using delegates?