Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setTitle
Method
setTitle
src/plugins/chat/widgets/codeeditcomponent.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CodeEditComponent::setTitle(const QString &title)
58
{
59
titleWidget->setVisible(true);
60
this->title->setText(title);
61
}
62
63
void CodeEditComponent::setReadOnly(bool readOnly)
64
{
Callers
7
updateToolMenu
Method · 0.45
setupToolMenu
Method · 0.45
init
Method · 0.45
initialize
Method · 0.45
createGitSubMenu
Method · 0.45
getMenu
Method · 0.45
setupUi
Method · 0.45
Calls
2
setVisible
Method · 0.80
setText
Method · 0.45
Tested by
no test coverage detected