Krita Source Code Documentation
Loading...
Searching...
No Matches
colorspace.resources_rc Namespace Reference

Functions

 qCleanupResources ()
 
 qInitResources ()
 

Variables

str qt_resource_data
 
str qt_resource_name
 
str qt_resource_struct
 

Function Documentation

◆ qCleanupResources()

colorspace.resources_rc.qCleanupResources ( )

Definition at line 76 of file resources_rc.py.

76def qCleanupResources():
77 QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
78

References colorspace.resources_rc.qInitResources().

◆ qInitResources()

colorspace.resources_rc.qInitResources ( )

Definition at line 72 of file resources_rc.py.

72def qInitResources():
73 QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
74
75

Variable Documentation

◆ qt_resource_data

str colorspace.resources_rc.qt_resource_data

Definition at line 14 of file resources_rc.py.

◆ qt_resource_name

str colorspace.resources_rc.qt_resource_name
Initial value:
1= b"\
2\x00\x05\
3\x00\x6f\xa6\x53\
4\x00\x69\
5\x00\x63\x00\x6f\x00\x6e\x00\x73\
6\x00\x0b\
7\x0c\x6a\x21\xc7\
8\x00\x72\
9\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x2e\x00\x73\x00\x76\x00\x67\
10"

Definition at line 54 of file resources_rc.py.

◆ qt_resource_struct

str colorspace.resources_rc.qt_resource_struct
Initial value:
1= b"\
2\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
3\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
4\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
5"

Definition at line 65 of file resources_rc.py.