On Sat, 2004-12-04 at 02:14, Maciej Hanski wrote: > Hi, > > 1. What is the purpose of the string "Tried to set progress > maximum > progress" in the Qobject context?
That's a scripter error message, and it means that the user called setProgress(110) when the progress meter range is set to 0-100, for example. What's interesting is that it's a QString() not a QObject:tr() so it shouldn't be appearing for translation. Perhaps it appears somewhere else too, but not that I can find... > 1. What is the option "About Scripts..." in the Script menu meant for (it > looks like work in progress, because what happens at the moment is rather > weird)? It's supposed to show help extracted from Python scripts, but don't know if it ever got finished. Petr? -- Craig Ringer
