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

Improved Docks #66

Open
BugelNiels opened this issue Jun 28, 2023 · 0 comments
Open

Improved Docks #66

BugelNiels opened this issue Jun 28, 2023 · 0 comments
Labels
core change Changes that affect the core source code (unrelated to any modules) enhancement New feature or request gui GUI related

Comments

@BugelNiels
Copy link
Owner

Allow for the spawning of multiple copies of the same dock. In particular, allow for multiple image viewers and allow the viewer node(s) to select which dock to view the image in.

Concretely:

  • Allow for (at runtime) adding/removing dock widgets
    • Docks should not have an enable/disable button anymore, but simply add/remove
    • Do something similar to blender where you have a dock wrapper and you can select from a dropdown which dock type to use.
  • Each copy of a particular dock type gets an index (unique within said dock type)
    • This index should be displayed in the widget
  • Viewer nodes should be able to specify the dock type in question
@BugelNiels BugelNiels added enhancement New feature or request gui GUI related core change Changes that affect the core source code (unrelated to any modules) labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core change Changes that affect the core source code (unrelated to any modules) enhancement New feature or request gui GUI related
Projects
None yet
Development

No branches or pull requests

1 participant