Page MenuHomePhabricator

When all the folds are selected in "Folds" dropdown box, then show "All Folds" instead of "All"
Open, WishlistPublic

Description

Since "All" in folds also mean something in nnUNet, it would be good to make it less ambiguous to show "All Folds" instead of "All" when all folds are selected.
In addition, explicitly transmit all selected fold numbers during the POSIX call, even when all the folds are selected.

Event Timeline

a178n triaged this task as Normal priority.Mar 25 2022, 2:32 PM
a178n created this task.

The changes for the second part of the task are already incorporated in the 2022.04 release.

Now regarding the requested cosmetic change (requested by Fabian during the Hackathon) -
We use CTK checkable combo box to facilitate the selection of multiple options in a dropdown.
When all the options are selected by the user in the dropdown, the display in the dropdown automatically changes to "All".
This is done by a paint event of the Combobox where the string "All" is arbitrarily assigned. Ref: https://github.com/commontk/CTK/blob/c97620f43dec6b1eac894d7d9c491d2af236dc22/Libs/Widgets/ctkCheckableComboBox.cpp#L385
Thus, any custom text would require a change from CTK side.

a178n lowered the priority of this task from Normal to Wishlist.May 18 2022, 12:08 PM
a178n removed a178n as the assignee of this task.Dec 14 2022, 11:39 AM