Hide module panel by default

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

You can hide the module panel from Python script (that you can include in the startup script) as shown here: https://gist.github.com/lassoan/7d4cec3012155e2597ee3f47157f0a65#file-simpleview-py-L10-L11 .

A post was merged into an existing topic: Make Slicer simpler to use for new users