VirtualBox

Ignore:
Timestamp:
Nov 14, 2024 1:56:24 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165939
Message:

FE/Qt: ​bugref:9831. Now each wizard page can have its own help keyword enabling help viewer to navigate to page specific sections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizardPage.cpp

    r106061 r107002  
    2727
    2828/* GUI includes: */
     29#include "UICommon.h"
    2930#include "UINativeWizard.h"
    3031#include "UINativeWizardPage.h"
    3132#include "UITranslationEventListener.h"
    3233
    33 UINativeWizardPage::UINativeWizardPage()
     34UINativeWizardPage::UINativeWizardPage(const QString strHelpKeyword /* = QString() */)
    3435{
    3536    connect(&translationEventListener(), &UITranslationEventListener::sigRetranslateUI,
    3637            this, &UINativeWizardPage::sltRetranslateUI);
     38    if (!strHelpKeyword.isEmpty())
     39        uiCommon().setHelpKeyword(this, strHelpKeyword);
    3740}
    3841
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette