Brain GUI modernization (Phase 1)#14054
Conversation
|
I think it makes sense to have aligned Help dialogs, tnx ... I will modify it. +1 for lines in colorbar (I will include it in the next PR)
|
|
ah you mean the scientific notation now trigger earlier than it otherwise would? Because I agree that screenshot you posted is not exactly optimal. Note that it is correct though: always three significant digits. But aesthetically unpleasing. |
|
That is indeed much better 👍 |
|
@wmvanvliet you have been working on GUIs a lot lately, happy to let you and @payamsash work out most of this. But feel free to ping me if you need another set of eyes or opinion! |







Reference issue (if any)
Phase 1 of #14042.
What does this implement/fix?
colorbar tick labels in the
BrainGUI now automatically switch to scientific notation however it's overridable.more space adde between the colorbar and its tick labels
Removed title from the colorbar (looked ugly)
Helpdialog switched frommatplotlib-based to Qt dialog.The "Press ? for help" message is now clickable
small documentation fix for
backgroundparameter inBrainclasstests added for the new features
Additional information
Claude wrote
_auto_scalar_bar_fmtand_pairs_to_htmlfunctions, but I reviewed them.