Skip to content
Snippets Groups Projects
Commit 58920b79 authored by Tobias Bodmer's avatar Tobias Bodmer
Browse files

support list, expandable context menu

- list creates a child tree element per item
  - the key is a numerated index
  - context menu on the item deletes this exact item
- context menu handling now separated on which options are available and
their execution

Bugs to fix:
- Type of Dict not correct (see example "cascaded_list")
- Keys of dict not editable when in list (e.g. type
List<Dict<something>>)

next things to do:
- converters for dict, list, intenum (partially just check)
- tuple & pair
- sanity checks after checking rest of converters
parent 0f0d7dbc
No related branches found
No related tags found
2 merge requests!321Merge of all branches of Fabian PK (related to skills),!285Draft: Feature/skills manager edit arguments
Showing
with 197 additions and 80 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment