Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ loadWidgetsModule
Method
loadWidgetsModule
src/Gui/PythonWrapper.cpp:912–915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
}
911
912
bool PythonWrapper::loadWidgetsModule()
913
{
914
return loadPySideModule(
"QtWidgets"
, SbkPySide_QtWidgetsTypes);
915
}
916
917
bool PythonWrapper::loadPrintSupportModule()
918
{
Callers
15
startEdit
Method · 0.80
getIcon
Method · 0.80
setupContextMenu
Method · 0.80
getAction
Method · 0.80
getIcon
Method · 0.80
widget
Method · 0.80
getattr
Method · 0.80
sGetIcon
Method · 0.80
graphicsView
Method · 0.80
createWrapper
Method · 0.80
addStatusBarItem
Method · 0.80
ExpressionBindingPy
Method · 0.80
Calls
1
loadPySideModule
Function · 0.85
Tested by
no test coverage detected