MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / tmate2EncoderDefaultAction

Function tmate2EncoderDefaultAction

src/gui/MainWindow_Controllers.cpp:134–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134QString tmate2EncoderDefaultAction(int encoderIndex)
135{
136 switch (encoderIndex) {
137 case 0: return QStringLiteral("WheelFrequency");
138 case 1: return QStringLiteral("WheelRit");
139 case 2: return QStringLiteral("WheelXit");
140 default: return QStringLiteral("WheelFrequency");
141 }
142}
143
144QString tmate2KeyDefaultAction(int keyIndex)
145{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected