Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ loadGuiModule
Method
loadGuiModule
src/Gui/PythonWrapper.cpp:907–910 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
bool PythonWrapper::loadGuiModule()
908
{
909
return loadPySideModule(
"QtGui"
, SbkPySide_QtGuiTypes);
910
}
911
912
bool PythonWrapper::loadWidgetsModule()
913
{
Callers
14
getIcon
Method · 0.80
setupContextMenu
Method · 0.80
grabFramebuffer
Method · 0.80
getIcon
Method · 0.80
sGetIcon
Method · 0.80
createWrapper
Method · 0.80
wrapFromWidgetFactory
Function · 0.80
load
Method · 0.80
modifyStandardButtons
Method · 0.80
addQGIToView
Method · 0.80
addQGObjToView
Method · 0.80
addQGIToScene
Method · 0.80
Calls
1
loadPySideModule
Function · 0.85
Tested by
no test coverage detected