Reading selected Items from QTableWidget

前端 未结 4 1911
后悔当初
后悔当初 2020-12-10 08:00

How can read selected items from QTableWidget?

Thanks

4条回答
  •  庸人自扰
    2020-12-10 08:59

    Use the selectedItems function to retrieve the selected items or the selectedIndexes to get all selected cells including empty ones.

提交回复
热议问题