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

Method loading

src/plugins/core/uicontroller/controller.cpp:873–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873void Controller::loading()
874{
875 d->loadingwidget = new loadingWidget(d->mainWindow);
876 d->mainWindow->addWidget(WN_LOADINGWIDGET, d->loadingwidget);
877
878 QObject::connect(&dpf::Listener::instance(), &dpf::Listener::pluginsStarted,
879 this, [=]() {
880 d->mainWindow->removeWidget(WN_LOADINGWIDGET);
881
882 d->navigationToolBar->show();
883 d->mainWindow->setToolbar(Qt::ToolBarArea::LeftToolBarArea, d->navigationToolBar);
884 });
885}
886
887void Controller::initMainWindow()
888{

Callers

nothing calls this directly

Calls 5

connectFunction · 0.85
removeWidgetMethod · 0.80
setToolbarMethod · 0.80
addWidgetMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected