QGLWidget in QScrollArea says “invalid drawable”

有些话、适合烂在心里 提交于 2019-12-24 11:50:17

问题


When I display my QGLWidget in the layout of my main QWidget, everything is fine. When I put the QGLWidget into a QScrollArea, and then display, Python says:

2011-05-14 19:10:28.900 Python[68311:613] invalid drawable

回答1:


Making the widget resizable seemed to fix the problem.



来源:https://stackoverflow.com/questions/6005368/qglwidget-in-qscrollarea-says-invalid-drawable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!