Searched defs:strToolTip (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneButtonPane.cpp155 QIToolButton* UIPopupPaneButtonPane::addButton(int iButtonID, const QString &strToolTip) argument
160 pButton->setToolTip(strToolTip.isEmpty() ? defaultToolTip(iButtonID) : strToolTip);
177 QString strToolTip; local
180 case AlertButton_Ok: strToolTip = QIMessageBox::tr("OK"); break;
185 case AlertOption_AutoConfirmed: strToolTip = QApplication::translate("UIMessageCenter", "Do not show this message again"); break;
186 default: strToolTip = QIMessageBox::tr("Cancel"); break;
190 case AlertButton_Choice1: strToolTip = QIMessageBox::tr("Yes"); break;
191 case AlertButton_Choice2: strToolTip = QIMessageBox::tr("No"); break;
192 default: strToolTip
[all...]
H A DVBoxFilePathSelectorWidget.cpp686 void VBoxEmptyFileSelector::setChooseButtonToolTip(const QString &strToolTip) argument
688 m_fButtonToolTipSet = !strToolTip.isEmpty();
689 mSelectButton->setToolTip(strToolTip);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp236 QString strToolTip = UIWizardNewVD::tr("<nobr>%1 (%2 B)</nobr>").arg(vboxGlobal().formatSize(uSize)).arg(uSize); local
237 m_pSizeSlider->setToolTip(strToolTip);
238 m_pSizeEditor->setToolTip(strToolTip);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetwork.cpp178 QString strToolTip; local
186 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("Network Name"), m_data.m_strName);
195 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("Old Network Name"), m_data.m_strName);
196 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("New Network Name"), m_data.m_strNewName);
200 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("Network CIDR"), m_data.m_strCIDR);
201 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("Supports DHCP"),
203 strToolTip += strHeader.arg(UIGlobalSettingsNetwork::tr("Supports IPv6"),
206 strToolTip += strSubHeader.arg(UIGlobalSettingsNetwork::tr("Default IPv6 route"), UIGlobalSettingsNetwork::tr("yes"));
209 setToolTip(1, strToolTip);
312 QString strToolTip; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsUSB.cpp835 QString strToolTip; local
839 strToolTip += tr("<nobr>Vendor ID: %1</nobr>", "USB filter tooltip").arg(strVendorId);
843 strToolTip += strToolTip.isEmpty() ? "":"<br/>" + tr("<nobr>Product ID: %2</nobr>", "USB filter tooltip").arg(strProductId);
847 strToolTip += strToolTip.isEmpty() ? "":"<br/>" + tr("<nobr>Revision: %3</nobr>", "USB filter tooltip").arg(strRevision);
851 strToolTip += strToolTip.isEmpty() ? "":"<br/>" + tr("<nobr>Product: %4</nobr>", "USB filter tooltip").arg(strProduct);
855 strToolTip += strToolTip
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp117 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
149 setToolTip(strToolTip.arg(strFullData));
190 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
226 setToolTip(strToolTip.arg(strFullData));
267 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
303 setToolTip(strToolTip.arg(strFullData));
383 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
452 setToolTip(strToolTip.arg(strFullData));
498 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
523 setToolTip(strToolTip
566 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
634 QString strToolTip = QApplication::translate("UIIndicatorsPool", local
765 QString strToolTip = QApplication::translate("UIIndicatorsPool", "<nobr>Indicates video capturing activity:</nobr><br>%1"); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp178 QString strToolTip = m_medium.toolTip(); local
180 setToolTip(i, strToolTip);

Completed in 65 milliseconds