VirtualBox

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


Ignore:
Timestamp:
Sep 27, 2017 10:55:04 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Indicators pool: Remove the tooltip description prefix as suggested (for all indicators but mouse and keyboard).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r68883 r68885  
    206206
    207207        /* Prepare tool-tip: */
    208         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    209                                                      "<nobr>Indicates the activity of the "
    210                                                      "hard disks:</nobr>%1", "HD tooltip");
    211208        QString strFullData;
    212209
     
    238235
    239236        /* Update tool-tip: */
    240         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     237        setToolTip(s_strTable.arg(strFullData));
    241238        /* Update indicator state: */
    242239        setState(fAttachmentsPresent ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    274271
    275272        /* Prepare tool-tip: */
    276         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    277                                                      "<nobr>Indicates the activity of the "
    278                                                      "optical drives:</nobr>%1", "CD tooltip");
    279273        QString strFullData;
    280274
     
    310304
    311305        /* Update tool-tip: */
    312         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     306        setToolTip(s_strTable.arg(strFullData));
    313307        /* Update indicator state: */
    314308        setState(fAttachmentsMounted ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    346340
    347341        /* Prepare tool-tip: */
    348         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    349                                                      "<nobr>Indicates the activity of the "
    350                                                      "floppy drives:</nobr>%1", "FD tooltip");
    351342        QString strFullData;
    352343
     
    382373
    383374        /* Update tool-tip: */
    384         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     375        setToolTip(s_strTable.arg(strFullData));
    385376        /* Update indicator state: */
    386377        setState(fAttachmentsMounted ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    427418
    428419        /* Prepare tool-tip: */
    429         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    430                                                      "<nobr>Indicates the activity of the "
    431                                                      "audio device:</nobr>%1", "Audio tooltip");
    432420        QString strFullData;
    433421
     
    460448
    461449        /* Update tool-tip: */
    462         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     450        setToolTip(s_strTable.arg(strFullData));
    463451    }
    464452};
     
    533521
    534522        /* Prepare tool-tip: */
    535         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    536                                                      "<nobr>Indicates the activity of the "
    537                                                      "network interfaces:</nobr>%1", "Network tooltip");
    538523        QString strFullData;
    539524
     
    597582
    598583        /* Update tool-tip: */
    599         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     584        setToolTip(s_strTable.arg(strFullData));
    600585        /* Update indicator state: */
    601586        setState(fAdaptersPresent && !fCablesDisconnected ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    638623
    639624        /* Prepare tool-tip: */
    640         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    641                                                      "<nobr>Indicates the activity of the attached "
    642                                                      "USB devices:</nobr>%1", "USB tooltip");
    643625        QString strFullData;
    644626
     
    664646
    665647        /* Update tool-tip: */
    666         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     648        setToolTip(s_strTable.arg(strFullData));
    667649        /* Update indicator state: */
    668650        setState(fUSBEnabled ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    702684
    703685        /* Prepare tool-tip: */
    704         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    705                                                      "<nobr>Indicates the activity of the machine's "
    706                                                      "shared folders:</nobr>%1", "Shared folders tooltip");
    707686        QString strFullData;
    708687
     
    729708
    730709        /* Update tool-tip: */
    731         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     710        setToolTip(s_strTable.arg(strFullData));
    732711        /* Update indicator state: */
    733712        setState(!sfs.isEmpty() ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    764743
    765744        /* Prepare tool-tip: */
    766         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    767                                                      "<nobr>Indicates the activity of the "
    768                                                      "display:</nobr>%1", "Display tooltip");
    769745        QString strFullData;
    770746
     
    796772
    797773        /* Update tool-tip: */
    798         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     774        setToolTip(s_strTable.arg(strFullData));
    799775        /* Set initial indicator state: */
    800776        setState(fAcceleration3D ? KDeviceActivity_Idle : KDeviceActivity_Null);
     
    904880
    905881        /* Prepare tool-tip: */
    906         QString strToolTip = QApplication::translate("UIIndicatorsPool",
    907                                                      "<nobr>Indicates video capturing "
    908                                                      "activity:</nobr>%1", "Video capture tooltip");
    909882        QString strFullData;
    910883        switch (state())
     
    929902
    930903        /* Update tool-tip: */
    931         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     904        setToolTip(s_strTable.arg(strFullData));
    932905    }
    933906
     
    996969
    997970        /* Prepare tool-tip: */
    998         const QString strToolTip = QApplication::translate("UIIndicatorsPool",
    999                                                            "<nobr>Indicates the activity of the additional "
    1000                                                            "features:</nobr>%1", "Virtualization Stuff LED");
    1001971        QString strFullData;
    1002972        strFullData += s_strTableRow2.arg(VBoxGlobal::tr("VT-x/AMD-V", "details report"),                   strVirtualization);
     
    1010980
    1011981        /* Update tool-tip: */
    1012         setToolTip(strToolTip.arg(s_strTable.arg(strFullData)));
     982        setToolTip(s_strTable.arg(strFullData));
    1013983        /* Update indicator state: */
    1014984        setState(m_pSession->isHWVirtExEnabled());
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