readme
This commit is contained in:
parent
5a1471f343
commit
920ce5bd18
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
Loading…
Reference in a new issue