Re: [Qt-creator] QtCreator API open contextHelp from plugin

2011-01-14 Thread Liebe Markus (RtP2/TEF72)
> Looks like the welcome page uses handleHelpRequest(url + > QLatin1String("?view=split")) to achieve that effect. Nice! That did the trick! Thanks a lot! Regards, Markus ___ Qt-creator mailing list Qt-creator@qt.nokia.com http://lists.qt.nokia.com/mai

Re: [Qt-creator] QtCreator API open contextHelp from plugin

2011-01-14 Thread eike.ziller
On Jan 14, 2011, at 1:28 PM, ext Liebe Markus (RtP2/TEF72) wrote: > Hi there, > > (Note: This is a duplicate of the DevNet Thread: > http://developer.qt.nokia.com/forums/viewthread/3199 ) > > I want to open the sideBySide context help from within a plugin that I write. > At the moment I use >

[Qt-creator] QtCreator API open contextHelp from plugin

2011-01-14 Thread Liebe Markus (RtP2/TEF72)
Hi there, (Note: This is a duplicate of the DevNet Thread: http://developer.qt.nokia.com/forums/viewthread/3199 ) I want to open the sideBySide context help from within a plugin that I write. At the moment I use Core::HelpManager::instance()->handleHelpRequest(strUrl); However, this opens the