VirtualBox

Changeset 93818 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 17, 2022 9:23:11 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Global properties: Replacing what's this tags with tool-tips.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/global
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.cpp

    r93115 r93818  
    161161    m_pLabelMaximumGuestScreenHeight->setText(tr("&Height:"));
    162162    m_pLabelScaleFactor->setText(tr("Scale &Factor:"));
    163     m_pEditorScaleFactor->setWhatsThis(tr("Controls the guest screen scale factor."));
     163    m_pEditorScaleFactor->setToolTip(tr("Controls the guest screen scale factor."));
    164164    m_pLabelMachineWindows->setText(tr("Machine Windows:"));
    165     m_pCheckBoxActivateOnMouseHover->setWhatsThis(tr("When checked, machine windows will be raised when the mouse pointer moves over them."));
     165    m_pCheckBoxActivateOnMouseHover->setToolTip(tr("When checked, machine windows will be raised "
     166                                                   "when the mouse pointer moves over them."));
    166167    m_pCheckBoxActivateOnMouseHover->setText(tr("&Raise Window Under Mouse"));
    167168    if (m_pCheckBoxDisableHostScreenSaver)
    168169    {
    169         m_pCheckBoxDisableHostScreenSaver->setWhatsThis(tr("When checked, screen saver of the host OS is disabled."));
     170        m_pCheckBoxDisableHostScreenSaver->setToolTip(tr("When checked, screen saver of the host OS is disabled."));
    170171        m_pCheckBoxDisableHostScreenSaver->setText(tr("&Disable Host Screen Saver"));
    171172    }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInterface.cpp

    r93115 r93818  
    120120{
    121121    m_pLabelColorTheme->setText(tr("Color &Theme:"));
    122     m_pEditorColorTheme->setWhatsThis(tr("Selects the color theme. It can be Light, Dark or automatically detected (default)."));
     122    m_pEditorColorTheme->setToolTip(tr("Selects the color theme. It can be Light, Dark or automatically detected (default)."));
    123123}
    124124
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp

    r93115 r93818  
    199199void UIGlobalSettingsProxy::retranslateUi()
    200200{
    201     m_pRadioButtonProxyAuto->setWhatsThis(tr("When chosen, VirtualBox will try to auto-detect host proxy settings for tasks like "
    202                                        "downloading Guest Additions from the network or checking for updates."));
     201    m_pRadioButtonProxyAuto->setToolTip(tr("When chosen, VirtualBox will try to auto-detect host proxy settings for tasks like "
     202                                           "downloading Guest Additions from the network or checking for updates."));
    203203    m_pRadioButtonProxyAuto->setText(tr("&Auto-detect Host Proxy Settings"));
    204     m_pRadioButtonProxyDisabled->setWhatsThis(tr("When chosen, VirtualBox will use direct Internet connection for tasks like downloading "
    205                                            "Guest Additions from the network or checking for updates."));
     204    m_pRadioButtonProxyDisabled->setToolTip(tr("When chosen, VirtualBox will use direct Internet connection for tasks like "
     205                                               "downloading Guest Additions from the network or checking for updates."));
    206206    m_pRadioButtonProxyDisabled->setText(tr("&Direct Connection to the Internet"));
    207     m_pRadioButtonProxyEnabled->setWhatsThis(tr("When chosen, VirtualBox will use the proxy settings supplied for tasks like downloading "
    208                                           "Guest Additions from the network or checking for updates."));
     207    m_pRadioButtonProxyEnabled->setToolTip(tr("When chosen, VirtualBox will use the proxy settings supplied for tasks like "
     208                                              "downloading Guest Additions from the network or checking for updates."));
    209209    m_pRadioButtonProxyEnabled->setText(tr("&Manual Proxy Configuration"));
     210
     211    /* Translate proxy URL editor: */
    210212    m_pLabelHost->setText(tr("&URL:"));
    211 
    212     /* Translate proxy URL editor: */
    213     m_pEditorHost->setWhatsThis(tr("Holds the proxy URL. "
    214                                    "The format is: "
    215                                    "<table cellspacing=0 style='white-space:pre'>"
    216                                    "<tr><td>[{type}://][{userid}[:{password}]@]{server}[:{port}]</td></tr>"
    217                                    "<tr><td>http://username:[email protected]:port</td></tr>"
    218                                    "</table>"));
     213    m_pEditorHost->setToolTip(tr("Holds the proxy URL. "
     214                                 "The format is: "
     215                                 "<table cellspacing=0 style='white-space:pre'>"
     216                                 "<tr><td>[{type}://][{userid}[:{password}]@]{server}[:{port}]</td></tr>"
     217                                 "<tr><td>http://username:[email protected]:port</td></tr>"
     218                                 "</table>"));
    219219}
    220220
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