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

Function KeyChar

Modules/PythonSegmentationUI/src/QmitknnInteractiveToolGUI.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 constexpr Qt::Key VISIBILITY_KEY = Qt::Key_V;
82
83 QChar KeyChar(Qt::Key key)
84 {
85 return QChar(static_cast<int>(key));
86 }
87
88 QString LabelWithShortcut(const QString& baseText, Qt::Key key)
89 {

Callers 4

LabelWithShortcutFunction · 0.85
BindShortcutFunction · 0.85
InitializeUIMethod · 0.85
InitializePromptTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected