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

BUG: Enable/disable the Segmentation tab when "Select All Series"/"De… #112

Merged
merged 2 commits into from
Mar 1, 2016

Conversation

brikeats
Copy link
Contributor

…select All Series" buttons are clicked. Fixes issue #111.

@fedorov
Copy link
Member

fedorov commented Feb 24, 2016

Did you mean fixes #110?

Also, it only partially fixes #110, since it is possible to get to the situation when you have no series selected without clicking "Unselect all", just by unselecting them one by one.

@che85
Copy link
Member

che85 commented Feb 24, 2016

That would only fix a part of #110

The user could still deselect all series manually and the segmentation tab would still be enabled.

@brikeats
Copy link
Contributor Author

Whoops, yeah, you're right on both counts. I had (incorrectly) assumed that I introduced the bug. I'll submit a separate pull request when I actually get it fixed.

@che85
Copy link
Member

che85 commented Feb 24, 2016

@fedorov I didn't see your reply. Sorry for the spam

@fedorov
Copy link
Member

fedorov commented Feb 24, 2016

:) no worries, thanks!

fedorov added a commit that referenced this pull request Mar 1, 2016
BUG: Enable/disable the Segmentation tab when "Select All Series"/"De…
@fedorov fedorov merged commit f3a50fe into SlicerProstate:master Mar 1, 2016
@fedorov
Copy link
Member

fedorov commented Mar 1, 2016

@brikeats feel free to follow up with a revision if you want to implement the suggestion from @che85

@fedorov
Copy link
Member

fedorov commented Mar 2, 2016

@brikeats another suggestion, it would be nice to use this kind of "select/deselect all" control:

image

instead of the buttons at the bottom of the list

image

@che85
Copy link
Member

che85 commented Mar 2, 2016

I agree. Usually that series selection widget should not become that large, but there are some issues regarding the QTabWidget which always resizes all tabs to the biggest width/height. I am going to find out how we can fix this issue.

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.

3 participants