Skip to content

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

Description

@benzwick

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions