QT를 가상머신에서 실행 시킬 때
검은 화면 혹은 Welcome페이지가 항상 위에 있을때

Vmware에선 Direct 3D를 끈다. VirtualBox에선 3D 가속을 끈다.
만약 3D 가속을 사용해야 한다면,
- disable 3d acceleration(3차원 가속) from virtualbox settings and boot the system
- In Qt Creator, go to Help → About Plugins…
- Uncheck Qt Creator –> Welcome
- exit Qt Creator, shutdown system and enable 3d acceleration
- It should work now after reboot
위 과정을 따르면 된다.