MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / hideAllWidget

Method hideAllWidget

src/plugins/core/uicontroller/mainwindow.cpp:379–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void MainWindow::hideAllWidget()
380{
381 foreach (auto dock, d->dockList.values())
382 dock->hide();
383
384 if (!d->centralWidgetName.isEmpty() && centralWidget()) {
385 hideWidget(d->centralWidgetName);
386 }
387}
388
389void MainWindow::showWidget(const QString &name)
390{

Callers 1

Calls 2

hideMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected