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 HelpMode.
As I want top open the sidebyside view and I did not find anything that looks 
promising in the HelpManager I was wondering whether

void HelpPlugin::activateContext();

would be the way to go.

Do you have any hints on what I have to do to open the side-by-side context 
help view from within plugin code?

Regards,
Markus
_______________________________________________
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to