On Monday 27 August 2001 18:17, John Levon wrote:
> On Mon, Aug 27, 2001 at 07:04:57PM +0200, Herbert Voss wrote:
>
> > can somebody try the attached patch, please.
> > I tried to implement a local help-information
> > on the different gui's. at first, I created
>
> I would much rather have most of this to be xforms-specific,
> with the exception of the help text.
>
> Qt has "QWhatsThis" which can contain this sort of context-sensitive
> help. So for Qt we will prefer to use what's this (for which we need
> the help text) rather than this method.
>
> Not sure what others think.
I'll have a proper look sometime soon!
Incidentally, John, I think, leave it as-is. We actually create the Dialogs
in the frontends-specific Dialogs.C. Qt, therefore, would not create a
GuiHelp dialog but rather would use QWhatsThis.
Angus