-
- Downloads
Renamed messagedlg to dialog, and added a couple of new dialogs -
SimpleMessageDialog, which just displays a plain message, and TimeoutDialog, which shows said message, and disappears after a timeout. ProcessingDialog now inherits form SimpleMessageDialog. Another dialog, TextEditDialog, shows an editable/selectable piece of text. This is used by a new CanvasPanel action, showCommandLineArgs, which pops up a dialog allowing the user to copy the command line to recreate the currently visible scene.
Showing
- fsl/data/strings.py 6 additions, 0 deletionsfsl/data/strings.py
- fsl/fslview/controls/atlasoverlaypanel.py 1 addition, 0 deletionsfsl/fslview/controls/atlasoverlaypanel.py
- fsl/fslview/overlay.py 4 additions, 18 deletionsfsl/fslview/overlay.py
- fsl/fslview/views/canvaspanel.py 167 additions, 133 deletionsfsl/fslview/views/canvaspanel.py
- fsl/fslview/views/histogrampanel.py 3 additions, 2 deletionsfsl/fslview/views/histogrampanel.py
- fsl/tools/fslview_parseargs.py 12 additions, 10 deletionsfsl/tools/fslview_parseargs.py
- fsl/utils/dialog.py 292 additions, 0 deletionsfsl/utils/dialog.py
- fsl/utils/messagedlg.py 0 additions, 121 deletionsfsl/utils/messagedlg.py
Loading
Please register or sign in to comment