Searched defs:strTypeId (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.cpp70 QString strTypeId = type.GetId(); local
78 m_machine = vbox.CreateMachine(QString(), field("name").toString(), groups, strTypeId, QString::null);
98 m_machine.SetVRAMSize(qMax(type.GetRecommendedVRAM(), (ULONG)(VBoxGlobal::requiredVideoMemory(strTypeId) / _1M)));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1399 QString strTypeId = machine().GetOSTypeId(); local
1400 pDlg->mLbIcon->setPixmap(vboxGlobal().vmGuestOSTypeIcon(strTypeId));

Completed in 49 milliseconds