Releases: YuZhouRen86/PySideX-Customized-Window
1.17
1.16
此版本新增“setBlurMaterial”函数。
This version adds function 'setBlurMaterial'.
1.15
此版本新增“setClientAreaBackgroundOpacity”函数,修复了PySide1下设置窗口大小后窗口大小异常的错误。
This version adds function 'setClientAreaBackgroundOpacity', fixes the Bug of abnormal window size after setting the size of the window under PySide1.
1.12
此版本修复了设置窗口最大宽度或高度后窗口大小异常的错误。
This version fixes the Bug of abnormal window size after setting the maximum width or height of the window.
1.11
此版本新增“getWindowSizeByClientSize”函数,恢复了“setWindowFlags”和“setWindowFlag”函数,修复了Python2.6下无法使用的错误。
This version adds function 'getWindowSizeByClientSize', restores function “setWindowFlags” and “setWindowFlag”, fixes the Bug that prevented it from working under Python2.6.
1.10
此版本在窗口外添加了灰色边框,修复了创建窗口时变量未定义的错误,修复了BlurWindow类在Windows11黑暗主题下的错误,修复了窗口图标大小不正确的错误,修复了处理DPI更改事件的错误,修复了处理窗口激活事件的错误。
This version adds a grey border outside the window, fixes the Bug of undefined variables when creating window, fixes the Bug of BlurWindow class under the Windows 11 dark theme, fixes the Bug of incorrect window icon size, fixes the Bug of handling DPI change events, fixes the Bug of handling window activation events.
1.9
此版本新增“setMenuButtonColour”函数,在客户区外添加了空白区域,确保改变窗口大小不影响客户区操作。
This version adds function 'setMenuButtonColour', adds margins outside the client area, ensures that changing window size does not affect client area operations.
1.8
此版本支持固定窗口大小,提高变量安全性。
This version supports fixed window size, improves the security of variables.
1.7
此版本修复了Windows11黑暗模式下“BlurWindow”类窗口背景模糊效果的错误,彻底修复了PySide1下“splashScreen”无法使用和内存泄漏的错误,新增“setTitleTextColour”函数。
This version fixes the Bug of background blurring effect of class 'BlurWindow' on Windows11 dark mode, completely fixes Bugs of 'splashScreen' and Memory leak under PySide1, adds function 'setTitleTextColour'.
1.6
已取消 YANKED
此版本修复了Windows10下“BlurWindow”类窗口背景模糊效果的错误。
This version fixes the Bug of background blurring effect of class 'BlurWindow' on Windows10.