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

The CheckableComboBox editor (= multiple choice combobox) is too restrictive #22

Open
vld-codra opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vld-codra
Copy link
Collaborator

This issue is linked to issue #21 which should be resolved first.

This issue results from the rollback of Depends on selection in the Task Tree from a CheckableComboBox editor back to a QLineEdit.

The CheckableComboBox editor attached to DTypes.MULTIPLE_CHOICE is not flexible enough to fit all needs. In some instances, it may be handier to directly modify the QLineEdit at its top rather than clicking mutliple times. It cannot display keys nor indexes during selection which can make selection tidious when there is a lot of choice. The current item also cannot be set easily as its selection may depend on the underlying data type...

Possible work leads:

  • Derive CheckableComboBox classes to implement the variations. This solution may require to also implement variations of MULTIPLE_CHOICE datatypes
  • Create new DataItem attribute(s) and CheckableComboBox options to handle this variation as is already the case since v2.0 with the DefaultChoiceMode enum.
@vld-codra vld-codra added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant