Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setReadOnly
Method
setReadOnly
src/plugins/chat/widgets/codeeditcomponent.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void CodeEditComponent::setReadOnly(bool readOnly)
64
{
65
if (codeEdit)
66
codeEdit->setReadOnly(readOnly);
67
}
68
69
void CodeEditComponent::setPlaceholderText(const QString &text)
70
{
Callers
12
updateFilter
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
createCodeEdit
Method · 0.45
setupUi
Method · 0.45
DetailWidget
Method · 0.45
initConnection
Method · 0.45
initUI
Method · 0.45
setupOverviewUI
Method · 0.45
initConnection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected