[Eric] Couple questions
David Arnold
dwarnold45 at suddenlink.net
Sun Feb 7 21:21:46 GMT 2010
Detlev,
I tried investigating this last night.
Eric shows this version:
PyQt
4.7-snapshot-20100108
But the contents of /Users/darnold/Downloads/PyQt-mac-gpl-4.7-snapshot-20100108/doc doesn't seem to have been installed anywhere. Am I correct in assuming that this is the directory that Help->PyQt4 Documentation should point to? And is this the documentation that you are referring to in your response?
So for PyQt4 Documentation I entered the URL: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/classes.html
And that seems to work with F1.
Sound OK?
D.
On Feb 7, 2010, at 3:04 AM, detlev wrote:
> On Sonntag, 7. Februar 2010, David Arnold wrote:
>> All,
>>
>> Is there a technique for taking source that looks like:
>>
>> x=exp(-0.2*t)*(2*sin(t)+3*cos(t))
>>
>> and making it look like:
>>
>> x = exp(-0.2 * t) * (2 * sin(t) + 3 * cos(t))
>>
>> Is there a way to put a cursor on a python or PyQt4 keyword and receive
>> help on that word by pressing some key?
>>
>
> If the library has documentation in Qt Help File format and that docu has been
> imported into the eric web browser (it is a combination of a web browser and
> assistant), highlighting the word and pressing F1 will show some help for the
> word (e.g. QPushButton).
>
> Regards,
> Detlev
> --
> Detlev Offenbach
> detlev at die-offenbachs.de
More information about the Eric
mailing list