MCPcopy Create free account
hub / github.com/KDE/labplot / setTopicTreeText

Method setTopicTreeText

src/frontend/datasources/MQTTSubscriptionWidget.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void MQTTSubscriptionWidget::setTopicTreeText(const QString& text) {
132 ui.twTopics->headerItem()->setText(0, text);
133}
134
135QTreeWidgetItem* MQTTSubscriptionWidget::currentItem() const {
136 return ui.twSubscriptions->currentItem();

Callers 1

mqttMessageReceivedMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected