Showing posts with label Qt Visual Studio Tools. Show all posts
Showing posts with label Qt Visual Studio Tools. Show all posts

Thursday, August 10, 2017

Internationalization with Qt VS Tools

The good news for people using Qt VS Tools addin is that translations work very well from within the Visual Studio environment. The whole lifecycle of translations in Qt, that is:

  • use tr() method to wrap all translatable strings
  • create the .ts files with lupdate command
  • translate using Linguist
  • create the compiled .qm files with lrelease command
can be carried on without any issues, see more information here.

Sunday, November 13, 2016

Qt Visual Studio Tools 2.0 Released

Developers using Visual Studio as main IDE for developing Qt applications, now have Qt Visual Studio Tools version 2.0 released and available for download.