| 99 | } |
| 100 | |
| 101 | void SetIcon(QAbstractButton* button, const char* icon) |
| 102 | { |
| 103 | button->setIcon(QmitkStyleManager::ThemeIcon(QString(":/nnInteractive/%1").arg(icon))); |
| 104 | } |
| 105 | |
| 106 | QCursor CreateCursor(const std::string& svg) |
| 107 | { |
no test coverage detected