Changeset 56916 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 10, 2015 2:35:10 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r55803 r56916 372 372 QApplication a(argc, argv); 373 373 374 #ifdef Q_WS_X11 375 /* To avoid various Qt crashes 376 * when testing widget attributes or acquiring winIds 377 * we decided to make our widgets native under x11 hosts. 378 * Yes, we aware of note that alien widgets faster to draw 379 * but the only widget we need to be fast - viewport of VM 380 * was always native since we are using his id for 3d service needs. */ 381 a.setAttribute(Qt::AA_NativeWindows); 382 #endif /* Q_WS_X11 */ 383 374 384 #ifdef Q_WS_MAC 375 385 # ifdef VBOX_GUI_WITH_HIDPI
Note:
See TracChangeset
for help on using the changeset viewer.