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

Improve render windows utility widgets #277

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TrudbertSchwoerer
Copy link

Added possibility to add utility widgets at all sides of a render window.

QmitkRenderWindowWidget originally offered a method to add a utility widget at the top of a render window only. But MITK-based applications want to add widgets also on bottom, left and right.

  • Extended AddUtilityWidget() to add a widget at all sides of a render window.
  • The interface is kept compatible.

…dow.

QmitkRenderWindowWidget offered a method to add a utility widget at the top of a render window only. But applications based on MITK want to add widgets also on bottom, left and right.
- Extended AddUtilityWidget() to add a widget at all sides of a render window.
- The interface is kept compatible.
Co-authored-by: Stefan Dinkelacker <kislinsk@users.noreply.github.com>
@kislinsk
Copy link
Contributor

Thanks for the contribution. We did a quick test and were able to show utility widgets as expected on the top (no regression) and bottom. On the left and right, though, widgets do not show up. Did you test it yourself with left or right and did it work for you?

@TrudbertSchwoerer
Copy link
Author

TrudbertSchwoerer commented Nov 17, 2023 via email

@TrudbertSchwoerer
Copy link
Author

TrudbertSchwoerer commented Nov 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants