Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ hideStatusBar
Method
hideStatusBar
src/plugins/core/uicontroller/controller.cpp:1218–1222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1216
}
1217
1218
void Controller::hideStatusBar()
1219
{
1220
if (d->statusBar)
1221
d->statusBar->hide();
1222
}
1223
1224
void Controller::addStatusBarItem(QWidget *item)
1225
{
Callers
1
start
Method · 0.80
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected