Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ tempButton
Function
tempButton
tests/amp_applet_test.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
QPushButton* tempButton(AmpApplet& applet)
30
{
31
return applet.findChild<QPushButton*>(QStringLiteral(
"ampTempUnitButton"
));
32
}
33
34
void resetSettings()
35
{
Callers
4
testDefaultPlaceholder
Function · 0.85
testSingleSensorToggle
Function · 0.85
testDualSensorToggle
Function · 0.85
testPreferenceReload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected