On Montag, 8. Februar 2010, David Arnold wrote: > Detlev, > > OK. Int the eric web browser I have these registered: > > com.trolltech.designer.460 > com.trolltech.linguist.460 > com.trolltech.qt.460 > org.eric4.ide.44 > > Should I not try to register the PyQt documentation? How would I go about > that?
Unfortunately PyQt4 doesn't come with documentation in QtHelp file format. Maybe you can convince Phil to change that. However, the Qt documentation will do fine as well. I am mainly using the Qt docs instead of the PyQt ones. Detlev > > 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 [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
