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

Multiple views from command line #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gpasquie
Copy link
Contributor

@gpasquie gpasquie commented Jan 9, 2015

We were asked if we could try to solve #218 so I did a quick attempt to correct it.
You should now be able to open different files in different containers using for example:

medinria --view file1 file2 -- view file3 --view file4

However, it raises some questions/problems...
I only changed the behavior of the open(QString file) method. The open(medDataIndex) method should probably be able to do the same. Moreover, we can open images from various places (medMainWindow, medApplication, medAbstractWorkspace...), We should probably try to limit the number of possibilities and probably find a way to allow the opening in a new container...and be able to handle multiple openings form the browser, as Mike was saying in #220 .

In the next few days I have, I will try to focus on process refactoring, so if someone wants to take this over, please go ahead.

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

Successfully merging this pull request may close these issues.

3 participants