You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) should select all indicated rows if multi-selection is on
[Issue created by M. Gronle: 2014-08-14]
[Last updated on bitbucket: 2014-08-18]
[Comment created by M. Gronle: 2014-08-18]
virtual slots selectedRows, selectedTexts and selectRows of QListWidget added. closes #20
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:
[Issue created by M. Gronle: 2014-08-14]
[Last updated on bitbucket: 2014-08-18]
[Comment created by M. Gronle: 2014-08-18]
virtual slots selectedRows, selectedTexts and selectRows of QListWidget added. closes #20
→ <<cset 0bdde64>>
The text was updated successfully, but these errors were encountered: