PDA

View Full Version : Table view



tulsi
22nd April 2009, 07:49
I would like to change the default line edit of the table view to QLabel.
I donot want to use a delegate for this purpose.
is there a way i can modify the default line edit?

spirit
22nd April 2009, 08:07
take a look at QAbstractItemView::setIndexWidget.