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* アイテムを見つけて、それらに対して QListWidgetItem::setSelected を使用できます。リストが QAbstractItemView::ExtendedSelection 用に構成されている場合、これは複数選択をサポートする必要があります。