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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -