MCPcopy 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
57void CodeEditComponent::setTitle(const QString &title)
58{
59 titleWidget->setVisible(true);
60 this->title->setText(title);
61}
62
63void CodeEditComponent::setReadOnly(bool readOnly)
64{

Callers 7

updateToolMenuMethod · 0.45
setupToolMenuMethod · 0.45
initMethod · 0.45
initializeMethod · 0.45
createGitSubMenuMethod · 0.45
getMenuMethod · 0.45
setupUiMethod · 0.45

Calls 2

setVisibleMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected