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

Function hexCode

src/models/RadioModel.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QString hexCode(int value)
151{
152 return QStringLiteral("0x%1")
153 .arg(QString::number(static_cast<quint32>(value), 16).rightJustified(8, QLatin1Char('0')));
154}
155
156QString normalizePanadapterId(QString text)
157{

Callers 3

registerAsGuiClientMethod · 0.85
sendCmdMethod · 0.85
ensureDaxTxStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected