Searched defs:strCategory (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.cpp64 const QString &strCategory /* = QString() */,
168 if (!strCategory.isNull())
170 m_pSelector->selectByLink(strCategory);
305 const QString &strCategory, const QString &strControl)
448 if (!strCategory.isNull())
450 m_pSelector->selectByLink(strCategory);
304 UISettingsDialogMachine(QWidget *pParent, const QString &strMachineId, const QString &strCategory, const QString &strControl) argument
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp609 QString strCategory; local
612 strCategory = QString("#%1").arg(gpConverter->toInternalString(m_type));
614 strCategory = QString("#%1%%mTeDescription").arg(gpConverter->toInternalString(m_type));
615 emit sigLinkClicked(strCategory, QString(), machine().GetId());
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp409 QString strCategory = strCategoryRef; local
414 QStringList parts = strCategory.split("%%");
417 strCategory = parts.at(0);
429 strCategory, strControl);

Completed in 325 milliseconds