OpenShot Video Editor
2.0.0
|
Functions | |
def | bytes_to_str (bytes) |
This is required to load base64 Qt byte array strings into a Qt byte array (to load screen preferences) More... | |
def | str_to_bytes (string) |
This is required to save Qt byte arrays into a base64 string (to save screen preferences) More... | |
def qt_types.bytes_to_str | ( | bytes | ) |
This is required to load base64 Qt byte array strings into a Qt byte array (to load screen preferences)
Definition at line 45 of file qt_types.py.
def qt_types.str_to_bytes | ( | string | ) |
This is required to save Qt byte arrays into a base64 string (to save screen preferences)
Definition at line 39 of file qt_types.py.