MCPcopy 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
912bool PythonWrapper::loadWidgetsModule()
913{
914 return loadPySideModule("QtWidgets", SbkPySide_QtWidgetsTypes);
915}
916
917bool PythonWrapper::loadPrintSupportModule()
918{

Callers 15

startEditMethod · 0.80
getIconMethod · 0.80
setupContextMenuMethod · 0.80
getActionMethod · 0.80
getIconMethod · 0.80
widgetMethod · 0.80
getattrMethod · 0.80
sGetIconMethod · 0.80
graphicsViewMethod · 0.80
createWrapperMethod · 0.80
addStatusBarItemMethod · 0.80
ExpressionBindingPyMethod · 0.80

Calls 1

loadPySideModuleFunction · 0.85

Tested by

no test coverage detected