Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ toQIcon
Method
toQIcon
src/Gui/PythonWrapper.cpp:723–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
QIcon* PythonWrapper::toQIcon(PyObject* pyobj)
724
{
725
return qt_getCppType<QIcon>(pyobj);
726
}
727
728
Py::Object PythonWrapper::fromQDir(const QDir& dir)
729
{
Callers
1
getIcon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected