-
Notifications
You must be signed in to change notification settings - Fork 182
QtFRED Sexp_tree widget needs refactoring #6982
Copy link
Copy link
Labels
qtfredA feature or issue related to qtFred.A feature or issue related to qtFred.required featureA PR that provides required functionality for an app in development. (not fix or enhancement)A PR that provides required functionality for an app in development. (not fix or enhancement)
Metadata
Metadata
Assignees
Labels
qtfredA feature or issue related to qtFred.A feature or issue related to qtFred.required featureA PR that provides required functionality for an app in development. (not fix or enhancement)A PR that provides required functionality for an app in development. (not fix or enhancement)
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
Tasks (Issues)
Currently the sexp tree widget handles both the widget UI and the underlying data structures. This needs to be split up into a model/ui structure so that other types of UIs can be used in place of the node tree.