VirtualBox

Changeset 95726 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 19, 2022 12:12:40 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152427
Message:

FE/Qt/Ds: bugref:6899: Improving cloud machine settings accessibility; Table should be properly parsed as a group of rows.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/cloud/machinesettings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/cloud/machinesettings/UICloudMachineSettingsDialogPage.cpp

    r93115 r95726  
    3030UICloudMachineSettingsDialogPage::UICloudMachineSettingsDialogPage(QWidget *pParent,
    3131                                                                   bool fFullScale /* = true */)
    32     : QWidget(pParent)
     32    : QIWithRetranslateUI<QWidget>(pParent)
    3333    , m_pParent(qobject_cast<UICloudMachineSettingsDialog*>(pParent))
    3434    , m_fFullScale(fFullScale)
     
    5353    AssertPtrReturnVoid(m_pFormEditor.data());
    5454    m_pFormEditor->makeSureEditorDataCommitted();
     55}
     56
     57void UICloudMachineSettingsDialogPage::retranslateUi()
     58{
     59    AssertPtrReturnVoid(m_pFormEditor.data());
     60    m_pFormEditor->setWhatsThis(tr("Contains a list of cloud machine settings."));
    5561}
    5662
     
    8288        }
    8389    }
     90
     91    /* Apply language settings: */
     92    retranslateUi();
    8493}
    8594
  • trunk/src/VBox/Frontends/VirtualBox/src/cloud/machinesettings/UICloudMachineSettingsDialogPage.h

    r93115 r95726  
    2727
    2828/* GUI includes: */
     29#include "QIWithRetranslateUI.h"
    2930#include "UIFormEditorWidget.h"
    3031
     
    3738
    3839/** Cloud machine settings dialog page. */
    39 class UICloudMachineSettingsDialogPage : public QWidget
     40class UICloudMachineSettingsDialogPage : public QIWithRetranslateUI<QWidget>
    4041{
    4142    Q_OBJECT;
     
    6768    void makeSureDataCommitted();
    6869
     70protected:
     71
     72    /** Handles translation event. */
     73    virtual void retranslateUi() RT_OVERRIDE;
     74
    6975private:
    7076
Note: See TracChangeset for help on using the changeset viewer.

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