Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ setFiled
Function
setFiled
DSView/pv/config/appconfig.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static void setFiled(const char *key, QSettings &st, QString f)
77
{
78
st.setValue(key, f);
79
}
80
81
static void getFiled(const char *key, QSettings &st, int &f, int dv)
82
{
Callers
4
_saveApp
Function · 0.85
_saveDockOptions
Function · 0.85
_saveFrame
Function · 0.85
_saveHistory
Function · 0.85
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected