deimos1877 / BorderlessWindow

MIT License
193 stars 41 forks source link

在Qt5.12下,无法改变窗口大小。 #13

Open wey580231 opened 3 years ago

wey580231 commented 3 years ago

使用Qt5.12+vs2017 编译时,存在几个问题:

  1. 窗口无法接收到WM_NCHITTEST消息;
  2. 内部控件显示的位置不正确,向左上方偏移几个像素距离。

以上问题在qt5.7中是不存在的。

chifandeyu commented 3 years ago

我也是在Qt5.12+vs2017环境遇到相同的问题,感觉这个项目已经没人维护了~