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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.cpp65 const QString &strControl /* = QString() */)
172 if (!strControl.isNull())
174 if (QWidget *pWidget = m_pStack->findChild<QWidget*>(strControl))
305 const QString &strCategory, const QString &strControl)
452 if (!strControl.isNull())
454 if (QWidget *pWidget = m_pStack->findChild<QWidget*>(strControl))
304 UISettingsDialogMachine(QWidget *pParent, const QString &strMachineId, const QString &strCategory, const QString &strControl) argument
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp410 QString strControl = strControlRef; local
412 if (strControl.isEmpty())
418 strControl = parts.at(1);
429 strCategory, strControl);

Completed in 48 milliseconds