[][src]Function qt_core::qs

pub fn qs<S: AsRef<str>>(str: S) -> CppBox<QString>

Creates a QString from a Rust string.

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