-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
CheckableComboBoxclasses to implement the variations. This solution may require to also implement variations of MULTIPLE_CHOICE datatypes - Create new
DataItemattribute(s) andCheckableComboBoxoptions to handle this variation as is already the case since v2.0 with theDefaultChoiceModeenum.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request