Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QTableWidgetpyqt4にaとオブジェクトがあるとしQPointます。QPointオブジェクトの座標に対応するテーブルの行を取得するにはどうすればよいですか?
QTableWidget
QPoint
QTableView::rowAt関数を使用します。
row = table.rowAt(point.y())