MCPcopy 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
183void TreeViewComboBox::setText(const QString& text) {
184 m_currentText = text;
185}
186
187void TreeViewComboBox::setInvalid(bool invalid, const QString& tooltip) {
188 if (invalid) {

Callers 1

showPopupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected