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.
QListWidgetItem* があり、リスト全体を反復せずにこのポインターから行を抽出できるかどうかを知りたい
行番号が必要な場合は、以下の関数を使用します。
int QListWidget::row(const QListWidgetItem *) const
ポインターだけによるものではありませんが、反復する必要はありません。