Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Qt5 and QAssistant

$
0
0
Hi My application supports multiple languages and was developed using Qt4.8.2 QAssistant is used as the help provider When launching QAssistant from my application I use the following – QProcessEnvironment env = QProcessEnvironment::systemEnvironment(); env.insert(“LANG”, m_locale); m_assistantProcess->setProcessEnvironment(env); Under Qt4..8.2 this would bring up QAssistant in the relevant language for the value in m_locale. Under Qt5.0.0 QAssistant is always in English Please could you let me know if I have to do any additional steps under Qt5.0.0 Thanks

Viewing all articles
Browse latest Browse all 18427

Trending Articles