| 176 | } |
| 177 | |
| 178 | void ColorMapsWidget::colorMapChanged() { |
| 179 | const QString& name = ui.lwColorMaps->currentItem()->text(); |
| 180 | m_manager->render(m_pixmap, name); |
| 181 | ui.lPreview->setPixmap(m_pixmap); |
| 182 | } |
| 183 | |
| 184 | /*! |
| 185 | * called when the current selected color map in the list of maps in the Details view was changed. |
nothing calls this directly
no test coverage detected