| 144 | } |
| 145 | |
| 146 | void 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 | |
| 152 | void ExamplesWidget::toggleIconView() { |
| 153 | if (ui.bViewMode->isChecked()) |
nothing calls this directly
no test coverage detected