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
det...@die-offenbachs.de
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to