Hi all!
1) where am i supposed to put a configuration file for my app?
2) where should i put the .qm files for the translations? Should i add something in the .pro file?
Printable View
Hi all!
1) where am i supposed to put a configuration file for my app?
2) where should i put the .qm files for the translations? Should i add something in the .pro file?
1) Just use in a QSettings("mycompany","myapp") format and it will automagically go to the right place
2) Didn't quite try it myself, but [url]http://doc.qt.nokia.com/4.7-snapshot/declarative-i18n.html[/url] suggests you should just put the i18n dir in your qml and that should be it