How to do dynamic translation in QML
-
Hi,
I have put together a "wiki page ":http://developer.qt.nokia.com/wiki/How_to_do_dynamic_translation_in_QML explaining how to do dynamic translation in QML. It contains an example that illustrates how it can be done. It is inspired by the following "thread":http://developer.qt.nokia.com/forums/viewthread/3307/ and this "suggestion in Jira":https://bugreports.qt.nokia.com//browse/QTBUG-15602.
Sigrid
-
Hi sigrid! I am trying to run you example in a QtQuickApplication project where I have placed a main.cpp with the code suggested in the wiki page and a button.qml file. Unfortunately when trying to run the example I get the error message symbol(s) not found for architecture x86_64. I am using QtCreator 2.4 (Qt 4.7.4) in MacOSX Lion. Is there anything I missed when setting up the project? Thank you in advance for your help...
Best Regards