Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ loadMainHtml
Method
loadMainHtml
src/domain/UBGraphicsWidgetItem.cpp:222–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void UBGraphicsWidgetItem::loadMainHtml()
223
{
224
qDebug() <<
"load main HTML"
;
225
mInitialLoadDone = false;
226
mWebEngineView->load(mMainHtmlUrl);
227
}
228
229
void UBGraphicsWidgetItem::load(QUrl url)
230
{
Callers
1
addGraphicsWidget
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected