[Eric] Couple questions
detlev
detlev at die-offenbachs.de
Sun Feb 7 11:04:19 GMT 2010
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