Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ setConfig
Method
setConfig
src/components/canload/canload.cpp:27–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void CanLoad::setConfig(const QJsonObject& json)
28
{
29
Q_D(CanLoad);
30
31
d->setSettings(json);
32
}
33
34
void CanLoad::setConfig(const QWidget& qobject)
35
{
Callers
3
canload_test.cpp
File · 0.45
openProperties
Method · 0.45
restore
Method · 0.45
Calls
1
setSettings
Method · 0.45
Tested by
no test coverage detected