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

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIDialogButtonBox.cpp73 void QIDialogButtonBox::addExtraWidget (QWidget* aWidget) argument
77 layout->insertWidget (index + 1, aWidget);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsUSB.cpp526 void UIMachineSettingsUSB::setOrderAfter (QWidget *aWidget) argument
528 setTabOrder (aWidget, mGbUSB);
H A DUIMachineSettingsSF.cpp399 void UIMachineSettingsSF::setOrderAfter (QWidget *aWidget) argument
401 setTabOrder (aWidget, mTwFolders);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2587 * Aligns the center of \a aWidget with the center of \a aRelative.
2589 * If necessary, \a aWidget's position is adjusted to make it fully visible
2590 * within the available desktop area. If \a aWidget is bigger then this area,
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
2604 AssertReturnVoid (aWidget);
2605 AssertReturnVoid (aWidget->isTopLevel());
2664 QRect geo = QRect (0, 0, aWidget->width() + extraw,
2665 aWidget
[all...]

Completed in 57 milliseconds