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

Method adaptToolBar

src/web/UBWebController.cpp:598–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596
597
598void UBWebController::adaptToolBar()
599{
600 bool highResolution = mMainWindow->width() > 1024;
601
602 mMainWindow->actionWebReload->setVisible(highResolution);
603 mMainWindow->actionStopLoading->setVisible(highResolution);
604}
605
606
607void UBWebController::showTabAtTop(bool attop)

Callers

nothing calls this directly

Calls 2

widthMethod · 0.45
setVisibleMethod · 0.45

Tested by

no test coverage detected