Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ switchToDocumentsWidget
Method
switchToDocumentsWidget
src/gui/UBMainWindow.cpp:138–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void UBMainWindow::switchToDocumentsWidget()
139
{
140
if (mDocumentsWidget)
141
{
142
mStackedLayout->setCurrentWidget(mDocumentsWidget);
143
}
144
}
145
146
void UBMainWindow::keyPressEvent(QKeyEvent *event)
147
{
Callers
1
showDocument
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected