Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setPlaceholderText
Method
setPlaceholderText
src/plugins/chat/widgets/codeeditcomponent.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void CodeEditComponent::setPlaceholderText(const QString &text)
70
{
71
if (codeEdit)
72
codeEdit->setPlaceholderText(text);
73
}
74
75
void CodeEditComponent::setUpdateHeight(bool update)
76
{
Callers
15
HistoryWidget
Method · 0.80
MergeWidget
Method · 0.80
BranchesWidget
Method · 0.80
storeFile
Method · 0.80
FileDiffWidget
Method · 0.80
FullDiffWidget
Method · 0.80
loadData
Method · 0.80
createBubbleForCodeReview
Method · 0.80
GeneralConfigDlg
Method · 0.80
initTabWidget
Method · 0.80
setupUi
Method · 0.80
handleEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected