pub fn register_bytes(data: &[u8]) -> boolExpand description
Registers Qt resource data from an in-memory byte slice, making embedded
resources available at runtime through the qrc:/ scheme.
Returns true if registration succeeded, false otherwise.