MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / qInitResources

Function qInitResources

python/example/qhexedit_rc.py:408–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 qt_resource_struct = qt_resource_struct_v2
407
408def qInitResources():
409 QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
410
411def qCleanupResources():
412 QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)

Callers 1

qhexedit_rc.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected