-
Notifications
You must be signed in to change notification settings - Fork 31
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
Complexity in prediction widget #308
Comments
Hi @tlambert03, I hope you're doing well! I would like to consult you regarding a layout question for a ContextI am working on a widget that uses three ComboBoxes ("Dimensionality", "Microscopy modality", and "Prediction type") to filter a "PlantSeg model". My goal is to improve the visual organization of the widget. Current LayoutI currently have the following layout:
Desired LayoutI would like to restructure it into the following format, where the filters are arranged horizontally beneath the "PlantSeg model":
This format organizes the "PlantSeg model" row above the filter labels and values, making it easier to understand at a glance. QuestionCould you guide me on the best way to achieve this custom layout in Magicgui? Is there a recommended way to arrange the ComboBoxes in a table-like structure or grid within the widget? Many thanks! |
Refactor dimensions, modalities, and output types ComboBoxes into a unified component to improve the interface and enhance user experience Co-authored-by: Talley Lambert <[email protected]>
Refactor dimensions, modalities, and output types ComboBoxes into a unified component to improve the interface and enhance user experience Co-authored-by: Talley Lambert <[email protected]>
Thank you so much, @tlambert03! I followed your detailed suggestions, and the new UI is working great. I’ve just pushed commit 2ccfcb1, adding you as a co-author. Please let me know if you spot any areas for further improvement! (I force pushed twice, 053dffb and f3e1667 are no longer valid). |
To make it a no-brainer:
The text was updated successfully, but these errors were encountered: