Function qt_core::qs

source ·
pub fn qs<S: AsRef<str>>(str: S) -> CppBox<QString>
Expand description

Creates a QString from a Rust string.

This is the same as QString::from_std_str(str).