How to create checkbox delegate in QTableView?
I am using QSqlQuerymodel to populate the table.
For each row first column should contain checkbox to select particular row.
Printable View
How to create checkbox delegate in QTableView?
I am using QSqlQuerymodel to populate the table.
For each row first column should contain checkbox to select particular row.
i am trying to implemet editable checkbox in tablemodel created using Qabstracttablemode. but unable to chk/unchk it..did u solved your prblm.????