Bringer-of-Light / Qt-Nice-Frameless-Window

Qt Frameless Window for both Windows and OS X, support Aero Snap, drop shadow on Windows, and support Native Style such as round corner, drop shadow on OS X. Based on QMainWindow.
Other
811 stars 202 forks source link

窗口内有OpenGLWidget时的问题 #19

Closed Protostars closed 5 years ago

Protostars commented 6 years ago

窗口内存在OpenGLWidget时,标题栏显示位置出现错误

iamsurka commented 6 years ago

是Intel驱动在OpenGL实现上的bug。可将OpenGL窗口嵌入到一个普通的窗口内绕过该问题(需要借助HTTRANSPARENT)。

vtronko commented 5 years ago

@iamsurka do you have a working example?