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

Method showInfo

src/frontend/colormaps/ColorMapsWidget.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void ColorMapsWidget::showInfo() {
216 const QString& collection = ui.cbCollections->currentText();
217 const QString& info = m_manager->collectionInfo(collection);
218 QWhatsThis::showText(ui.bInfo->mapToGlobal(QPoint(0, 0)), info, ui.bInfo);
219}
220
221void ColorMapsWidget::showViewModeMenu() {
222 QMenu menu;

Callers

nothing calls this directly

Calls 2

currentTextMethod · 0.80
collectionInfoMethod · 0.45

Tested by

no test coverage detected