Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setText
Method
setText
src/frontend/widgets/TreeViewComboBox.cpp:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void TreeViewComboBox::setText(const QString& text) {
184
m_currentText = text;
185
}
186
187
void TreeViewComboBox::setInvalid(bool invalid, const QString& tooltip) {
188
if (invalid) {
Callers
1
showPopup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected