This commit is contained in:
89276 2018-04-14 21:40:57 +08:00
parent 5a1471f343
commit 920ce5bd18

View file

@ -6,8 +6,6 @@
- 3.使用GetWindowLong得到原来窗口的样式属性style = win32gui.GetWindowLong(hwnd, win32con.GWL_STYLE)和exstyle = win32gui.GetWindowLong(hwnd, win32con.GWL_EXSTYLE)
- 4.这里还原窗口后不会显示用spy++发现没有了WS_VISIBLE样式未解决
见 [Issues#3](https://github.com/892768447/PyQt/issues/3)
截图
![1](ScreenShot/1.gif)