| 213 | } |
| 214 | |
| 215 | void 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 | |
| 221 | void ColorMapsWidget::showViewModeMenu() { |
| 222 | QMenu menu; |
nothing calls this directly
no test coverage detected