Hi, ext [email protected] schrieb: > Hi All, > > Using Creator 1.3 downloaded as part of the 2009.05 SDK (XP, French > Creator messages), I have an issue with the integrated help system. >
< cut > > > Note 1 : The help system is looking Help up from the > qthelp://com.trolltech.qt.451/qdoc/index.html website, and not some > internal documentation, which seems (not sure as it would prevent to > use Creator offline) to be the normal way Qt Creator operates. It's trying to get it from your local file system, not from the net. > > Note 2 : I did NOT lookup the Qt State machine with Creator 1.3, but > indeed I had done so with the Creator 1.3 release candidate. > > Am I missing something obvious ? No, probably not. We have changed the way how filters work during the RC and the final, this might explain the problem you experience. > If not, is there any way to solve this issue, other than removing and > then reinstalling Creator, which probably will not works, given note > 2 above ? No need to uninstall/ reinstall Qt Creator. The only need is to remove the help module settings. The can be found inside here: Linux+Mac: "~/.config/Nokia/qtcreator" Windows XP: "DRIVE:\Documents and Settings\YOUR_USERNAME\Application Data\Nokia\qtcreator" Windows Vista: "DRIVE:\Users\YOUR_USERNAME\AppData\Roaming\Nokia\qtcreator" Just delete the folder or it's content. Regards, Karsten _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
