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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp330 QString VBoxSettingsTreeViewSelector::pagePath (const QString &aMatch) const
334 aMatch,
339 /* Returns first item of 'aView' matching required 'aMatch' value
342 const QString &aMatch,
346 aView->findItems (aMatch, Qt::MatchExactly, aColumn);
341 findItem(QTreeWidget *aView, const QString &aMatch, int aColumn) const argument

Completed in 128 milliseconds