Reading selected Items from QTableWidget

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

How can read selected items from QTableWidget?

Thanks

4条回答
  •  北海茫月
    2020-12-10 08:40

    int QTableWidget::currentRow() const Returns the row of the current item.

    int QTableWidget::currentColumn() const Returns the column of the current item.

提交回复
热议问题