Monday, January 27, 2014

STL documentation in QtCreator

The post shows how to enable STL documentation in QtCreator.

  • Go to http://en.cppreference.com/w/Cppreference:Archives and download the latest Qt help book
  • Extract the .qtc file out of the achive downloaded
  • Open QtCreator, go to Tools -> Options -> Help -> Documentation tab
  • Click Add button and select the .qtc file
  • Restart QtCreator

That’s it. You could now move your cursor to a STL keyword and press F1 to view its documentation.

No comments:

Post a Comment