Searched refs:strNewName (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUINameAndSystemEditor.h42 void sigNameChanged(const QString &strNewName);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic1.cpp175 void UIWizardNewVMPage1::onNameChanged(QString strNewName) argument
178 if (!strNewName.contains("32") && !strNewName.contains("64"))
179 strNewName += ARCH_BITS == 64 && m_fSupportsHWVirtEx && m_fSupportsLongMode ? "64" : "32";
183 if (strNewName.contains(gs_OSTypePattern[i].pattern))
283 void UIWizardNewVMPageBasic1::sltNameChanged(const QString &strNewName) argument
286 onNameChanged(strNewName);
H A DUIWizardNewVMPageBasic1.h36 void onNameChanged(QString strNewName);
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1156 Utf8Str strNewName(bstrSrcName);
1171 strNewName = Utf8StrFmt("%s%s", trgMCF.machineUserData.strName.c_str(),
1180 strNewName = Utf8StrFmt("%s%s", newId.toStringCurly().c_str(),
1181 RTPathSuffix(strNewName.c_str()));
1184 strNewName = Utf8StrFmt("%s-disk%d%s", trgMCF.machineUserData.strName.c_str(), ++cDisks,
1192 Utf8Str strFile = Utf8StrFmt("%s%c%s", strTrgMachineFolder.c_str(), RTPATH_DELIMITER, strNewName.c_str());
1198 strFile = Utf8StrFmt("%s%c%s", strTrgSnapshotFolder.c_str(), RTPATH_DELIMITER, strNewName.c_str());
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp281 QString strNewName = m_pNameEditorWidget->text().trimmed(); local
282 if (strNewName.isEmpty() || groupNames.contains(strNewName))
287 strNewName.replace(QRegExp("[\\\\/:*?\"<>]"), "_");
290 setName(strNewName);

Completed in 130 milliseconds