Skip to content

Cannot hide the module panel dock widget on start up #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
benzwick opened this issue Mar 23, 2025 · 0 comments
Open

Cannot hide the module panel dock widget on start up #96

benzwick opened this issue Mar 23, 2025 · 0 comments

Comments

@benzwick
Copy link

I am trying to develop a Slicer Custom App without a module panel.

I tried to add the following code to qTalk2ViewAppMainWindowPrivate::setupUi:

  this->PanelDockWidget->setVisible(false);

but the module panel is still visible.

I can hide it manually after the app is running using this Python code inside Home.py's setSlicerUIVisible function

        # Module panel
        modulePanelDockWidget = slicer.util.mainWindow().findChild('QDockWidget','PanelDockWidget')
        modulePanelDockWidget.setVisible(visible)

However, it is always shown on startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant