python - PyQt tableview and edits to multiple selected cells -
ive been working on simple tableview model, ive hit stumbling block when want edit multiple cells. need able change checkstate on cells checkboxes. when select more 1 cell , toggle check boxes clicked cell updates checkboxes. great. thanks
i guess have variable store selected cells. selected cells force checking calling setcheckedstate() method.
let me know if i'm mistaken.
Comments
Post a Comment