Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ loadPrintSupportModule
Method
loadPrintSupportModule
src/Gui/PythonWrapper.cpp:917–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
}
916
917
bool PythonWrapper::loadPrintSupportModule()
918
{
919
return loadPySideModule(
"QtPrintSupport"
, SbkPySide_QtPrintSupportTypes);
920
}
921
922
bool PythonWrapper::loadUiToolsModule()
923
{
Callers
1
printDocument
Method · 0.80
Calls
1
loadPySideModule
Function · 0.85
Tested by
no test coverage detected