Searched defs:infoLabel (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMediumManager.cpp | 1275 QLabel *pLabel = infoLabel(type, i); 1794 if (infoLabel(UIMediumType_HardDisk, 0)) 1795 infoLabel(UIMediumType_HardDisk, 0)->setText(QApplication::translate("VBoxMediaManagerDlg", "Type:")); 1796 if (infoLabel(UIMediumType_HardDisk, 1)) 1797 infoLabel(UIMediumType_HardDisk, 1)->setText(QApplication::translate("VBoxMediaManagerDlg", "Location:")); 1798 if (infoLabel(UIMediumType_HardDisk, 2)) 1799 infoLabel(UIMediumType_HardDisk, 2)->setText(QApplication::translate("VBoxMediaManagerDlg", "Format:")); 1800 if (infoLabel(UIMediumType_HardDisk, 3)) 1801 infoLabel(UIMediumType_HardDisk, 3)->setText(QApplication::translate("VBoxMediaManagerDlg", "Storage details:")); 1802 if (infoLabel(UIMediumType_HardDis 2112 QLabel* UIMediumManager::infoLabel(UIMediumType type, int iLabelIndex) const function in class:UIMediumManager [all...] |
Completed in 71 milliseconds