void initializeGL() { glClearColor(1, 1, 1, 0);//设置清除颜色 setGeometry(300, 300, 700, 420);//设置窗口初始位置和大小 }