MCPcopy Create free account
hub / github.com/MITK/MITK / SetIcon

Function SetIcon

Modules/PythonSegmentationUI/src/QmitknnInteractiveToolGUI.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

InitializeUIMethod · 0.85

Calls 2

setIconMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected