Hello, Colleagues !

I have to read odt files and search tables in them using Qt and Libreoffice api. I open these files using Qt mechanism and receive there URLs as QString or std::string, but the libreoffice api uses there own types such as rtl::OUString, rtl::OString, because I have to use both Qt and Libreoffice types which way these strings can be converted to each others ?