Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ setProperty
Method
setProperty
src/common/widget/generator.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool Generator::setProperty(const QString &name, const QVariant &value)
26
{
27
return QObject::setProperty(name.toLatin1(), value);
28
}
29
30
QVariant Generator::property(const QString &name) const
31
{
Callers
3
set
Function · 0.45
addSupportedEdit
Method · 0.45
createApplicationPane
Method · 0.45
Calls
1
setProperty
Function · 0.85
Tested by
no test coverage detected