MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / switchToWebWidget

Method switchToWebWidget

src/gui/UBMainWindow.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void UBMainWindow::switchToWebWidget()
120{
121 qDebug() << "popped out from StackedLayout size height: " << mWebWidget->height() << " width: " << mWebWidget->width();
122 if (mWebWidget)
123 {
124 mStackedLayout->setCurrentWidget(mWebWidget);
125 }
126}
127
128
129void UBMainWindow::addDocumentsWidget(QWidget *pWidget)

Callers 1

Calls 2

heightMethod · 0.45
widthMethod · 0.45

Tested by

no test coverage detected