Skip to main content

register_bytes

Function register_bytes 

Source
pub fn register_bytes(data: &[u8]) -> bool
Expand 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.