Hi,
I want to configure my Slicer so that the “Module panel” won’t show up when starting Slicer. Can that be done somewhere from application settings or with a Python script?
It doesn’t seem to be possible from application settings, it’s only possible to select a default startup module. I have tried with slicerrc.py to get reference to qSlicerModulePanel object so that I could hide it on startup, but I haven’t find a way to do it.
Br, Ulla