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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2587 * Aligns the center of \a aWidget with the center of \a aRelative.
2595 * \a aWidget must be a top-level widget. \a aRelative may be any widget, but
2597 * calculations. \a aRelative can also be NULL, in which case \a aWidget will
2601 void VBoxGlobal::centerWidget (QWidget *aWidget, QWidget *aRelative, argument
2608 QWidget *w = aRelative;

Completed in 86 milliseconds