Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python -> Qt wrapper for QListWidget #20

Closed
photoniker opened this issue May 26, 2023 · 0 comments
Closed

python -> Qt wrapper for QListWidget #20

photoniker opened this issue May 26, 2023 · 0 comments
Assignees

Comments

@photoniker
Copy link
Contributor

photoniker commented May 26, 2023

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

→ <<cset 0bdde64>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants