python -> Qt wrapper for QListWidget

Issue #20 closed
M. Gronle created an issue

Due to several requests it might be nice to have the following two "virtual" slots defined for QListWidget, that can be called via the call-method of itom.uiItem-class:

  • selectedItems() should return a list of pairs(name, row) (interesting for multi-selections)
  • setCurrentRows(QVector<int>) should select all indicated rows if multi-selection is on

Comments (1)

  1. Log in to comment