Christian Ridderström wrote: > Assuming that Qt and Xforms support tooltips for their dialogs, how do I > go about adding them?
In qt, the most easy way is to use the qt designer (note that you _have_ to use qt designer version 2.x [not 3.x] for lyx). In xforms, the tooltips strings are in the FormX.C files in FormX::build(). Have a look at those files (e.g. FormParagraph.C) for examples. Juergen.