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

Method showInfo

src/frontend/examples/ExamplesWidget.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void ExamplesWidget::showInfo() {
147 const QString& collection = ui.cbCollections->currentText();
148 const QString& info = m_manager->collectionInfo(collection);
149 QWhatsThis::showText(ui.bInfo->mapToGlobal(QPoint(0, 0)), info, ui.bInfo);
150}
151
152void ExamplesWidget::toggleIconView() {
153 if (ui.bViewMode->isChecked())

Callers

nothing calls this directly

Calls 2

currentTextMethod · 0.80
collectionInfoMethod · 0.45

Tested by

no test coverage detected