Searched defs:strGroup (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic1.cpp167 UIWizardNewVMPage1::UIWizardNewVMPage1(const QString &strGroup) argument
168 : m_strGroup(strGroup)
259 UIWizardNewVMPageBasic1::UIWizardNewVMPageBasic1(const QString &strGroup) argument
260 : UIWizardNewVMPage1(strGroup)
H A DUIWizardNewVMPageExpert.cpp46 UIWizardNewVMPageExpert::UIWizardNewVMPageExpert(const QString &strGroup) argument
47 : UIWizardNewVMPage1(strGroup)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp144 QString &strGroup = groups[i]; local
145 if (strGroup.startsWith("/") && strGroup != "/")
146 strGroup.remove(0, 1);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1699 foreach (QString strGroup, groups) argument
1702 if (strGroup.right(1) == "/")
1703 strGroup.truncate(strGroup.size() - 1);
1706 strGroup.toAscii().constData()));
1707 createMachineItem(machine, getGroupItem(strGroup, mainRoot(), fMakeItVisible));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3797 Utf8Str strGroup; local
3798 if (!pelmGroup->getAttributeValue("name", strGroup))
3800 pllGroups->push_back(strGroup);

Completed in 233 milliseconds