VirtualBox

Changeset 105521 in vbox


Ignore:
Timestamp:
Jul 26, 2024 11:57:29 AM (2 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10665. Misc. fixes to improve accessibility of the new vm wizard.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp

    r105240 r105521  
    404404
    405405        /* Refresh tool-tip: */
    406         m_strToolTip = m_sstrRow.arg(QString("<p style=white-space:pre><b>%1</b></p>").arg(m_fHostDrive ? m_strName : m_strLocation));
     406        m_strToolTip = m_sstrRow.arg(QString("%1").arg(m_fHostDrive ? m_strName : m_strLocation));
    407407        if (m_type == UIMediumDeviceType_HardDisk)
    408408        {
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp

    r104915 r105521  
    295295    if (m_pSelectorPath)
    296296        m_pSelectorPath->setToolTip(tr("Selects the folder hosting virtual machine."));
     297    if (m_pComboEdition)
     298        m_pComboEdition->setToolTip(tr("Selects the operating system's edition when possible."));
    297299    if (m_pComboFamily)
    298300        m_pComboFamily->setToolTip(tr("Selects the operating system type that "
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r105260 r105521  
    242242    if (m_pDiskSelectionButton)
    243243        m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Chooses a Virtual Hard Fisk File..."));
     244    if (m_pDiskSelectionButton)
     245        m_pDiskSelectionButton->setText(UIWizardNewVM::tr("Choose a Virtual Hard Fisk File"));
    244246
    245247    if (m_pNameAndSystemLayout && m_pNameAndSystemEditor)
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMSummaryPage.cpp

    r104358 r105521  
    428428
    429429    m_pTree = new QITreeView;
    430     QString sty("QTreeView::branch {"
    431                 "background: palette(base);"
    432                 "}");
    433430
    434431    if (m_pTree)
    435432    {
    436         //m_pTree->setStyleSheet(sty);
    437433        m_pTree->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
    438434        m_pTree->setAlternatingRowColors(true);
     
    459455                                            " press Finish to create the virtual machine. Alternatively you can go back"
    460456                                            " and modify the configuration."));
     457    if (m_pTree)
     458        m_pLabel->setWhatsThis(UIWizardNewVM::tr("Lists chosen configuration of the guest system."));
    461459}
    462460
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