Month: October 2014

  • Contextual Help QtCreator

    In QtCreator, when pressing “F1” while editing your code you can get help on the selected word. Natively, this is working well for Qt classes, but not for std::vector nor itk::Image and so on… In fact it is possible to add dedicated help file to QtCreator: see here. The way to add a new help…