Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ switchToBoardWidget
Method
switchToBoardWidget
src/gui/UBMainWindow.cpp:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void UBMainWindow::switchToBoardWidget()
103
{
104
if (mBoardWidget)
105
{
106
mStackedLayout->setCurrentWidget(mBoardWidget);
107
}
108
}
109
110
void UBMainWindow::addWebWidget(QWidget *pWidget)
111
{
Callers
1
showBoard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected