PDA

View Full Version : Adding checkbox to a TabWidget



hass26
25th March 2011, 23:19
Is it possible to add a checkbox to a tabWidget? If so, any help on how?
Thanks,

BalaQT
26th March 2011, 16:23
Is it possible to add a checkbox to a tabWidget? If so, any help on how?
yes its possible to add checkbox to the tablewidget.
use

setIndexWidget ( const QModelIndex & index, QWidget * widget )
hope it helps
bala