feat: added a Open image- project dialog when starting invesalius#1364
Open
Prat260104 wants to merge 1 commit intoinvesalius:masterfrom
Open
feat: added a Open image- project dialog when starting invesalius#1364Prat260104 wants to merge 1 commit intoinvesalius:masterfrom
Prat260104 wants to merge 1 commit intoinvesalius:masterfrom
Conversation
Contributor
Author
|
Hi @paulojamorim sir, This PR implements #613. Could you please review it and share your feedback on the UI when you have time? |
Contributor
Author
|
Hi @paulojamorim sir, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #613
Summary
This PR introduces a startup dialog displayed on application launch to guide users toward common entry points such as importing DICOM data, opening an existing project, or starting a new session.
Previously, users were presented with an empty interface without clear next steps. This change provides a structured starting point and improves overall usability, particularly for first-time users.
Motivation
The absence of guidance on startup can lead to confusion and unnecessary friction. Introducing a startup dialog aligns InVesalius with standard UX patterns used in professional applications, making the initial workflow more intuitive and accessible.
Implementation Details
StartupDialogusing standard wxPython components to ensure full UI consistency.Design Considerations
wx.Dialog,wx.BoxSizer, etc.)Testing
Impact
Files Modified
invesalius/gui/dialogs.py– AddedStartupDialogapp.py– Integrated dialog into startup flowDialog UI
Screen.Recording.2026-04-18.at.21.39.08.mp4