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

Implement dialog to set converter parameters #24

Open
pleonex opened this issue Nov 16, 2023 · 0 comments
Open

Implement dialog to set converter parameters #24

pleonex opened this issue Nov 16, 2023 · 0 comments

Comments

@pleonex
Copy link
Member

pleonex commented Nov 16, 2023

Some converters may need additional parameters. For instance and enumeration to know the type of file.

Describe the solution you'd like to see.
The idea is to pop up a dialog where the user can set the values for these parameters. We should support basic parameters only like string, int, enums. We could try to use a PropertyGrid for it.
We should detect it from the constructor arguments and first let the user the choice of what type of constructor (if multiple available).

For some types like DataStream or Node we may want to do some specific behavior like selecting an output file or another node from the tree view.

@pleonex pleonex added this to the vNext milestone Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant