- Timestamp:
- May 29, 2007 10:05:16 AM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r2889 r2903 504 504 polished = true; 505 505 506 /* update geometry for dynamically added usb-page to avoid qt-layout507 * hints conflict.*/506 /* update geometry for the dynamically added usb-page to ensure proper 507 * sizeHint calculation by the Qt layout manager */ 508 508 wstUSBFilters->updateGeometry(); 509 qApp->eventLoop()->processEvents (QEventLoop::AllEvents, 1000); 509 /* let our toplevel widget calculate its sizeHint properly */ 510 QApplication::sendPostedEvents (0, 0); 510 511 511 512 /* resize to the miminum possible size */ -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r2895 r2903 818 818 polished = true; 819 819 820 /* update geometry for dynamically added usb-page to avoid qt-layout821 * hints conflict.*/820 /* update geometry for the dynamically added usb-page to ensure proper 821 * sizeHint calculation by the Qt layout manager */ 822 822 wstUSBFilters->updateGeometry(); 823 qApp->eventLoop()->processEvents (QEventLoop::AllEvents, 1000); 823 /* let our toplevel widget calculate its sizeHint properly */ 824 QApplication::sendPostedEvents (0, 0); 824 825 825 826 layout()->activate();
Note:
See TracChangeset
for help on using the changeset viewer.