PyQt-Frameless-Window icon indicating copy to clipboard operation
PyQt-Frameless-Window copied to clipboard

A cross-platform frameless window based on pyqt5, support Win32, Linux and macOS.

Results 19 PyQt-Frameless-Window issues
Sort by recently updated
recently updated
newest added

### 现象 运行任意使用FramelessWindow窗体的示例程序后,单机窗口标题栏,会触发窗口最大化。之后就一切正常,只有双击才最大化。 注意:运行程序后,首次点击才会出发这个bug,点击窗体任何其他部分后再点击标题栏都不会触发 ### Operation System MacOS 13.6.6 ### Python Version 3.11.8 ### PyQt/PySide Version PySide 6.6.3 ### PyQt/PySide-Fluent-Widgets Version v1.5.4

bug

im trying to make a desktop widget and i cant seem to make a frameless window that has no shadow, with rounded borders. When i try to remove the shadow...

bug

### What happened? ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/17285896/5ea0f93b-0c56-432b-ab02-a5bd4d53744c) As you can see, the main window cannot maximize normally, leaving strange margins around the window. However, it works as expected when the system taskbar is...

bug

**Describe the bug** A clear and concise description of what the bug is. 问题的简要描述。 **Environment** 环境信息 - OS: Windows10 - DPI scaling: 125% - Python: 3.8.0 64-bit - PyQt5: 5.15.3.2

bug

can you explain to me how i can user the the frameless window to set a Customize title bar in my code, i'm kinda lost in the documentation i'm using...

bug

**Is your feature request related to a problem? Please describe.** 系统窗口当鼠标从外部接近时,靠近窗口边框鼠标变成缩放箭头,且窗口内测嗅探距离较短 ![video(4) -middle-original](https://github.com/zhiyiYo/PyQt-Frameless-Window/assets/24666952/79a5c3b1-f515-42c2-a54c-76b1a64afd92) demo中鼠标从外部接近时靠近窗口边框鼠标没有变成缩放箭头,而且窗口内测嗅探区域还是有些大,容易阻挡一些滚动条之类的组件 ![video(5) -small-original](https://github.com/zhiyiYo/PyQt-Frameless-Window/assets/24666952/b536de5e-7fc1-42e8-a766-b41524c3ec5d)

enhancement

class AcrylicWindow(WindowsFramelessWindow): """ A frameless window with acrylic effect """ def __init__(self, parent=None): super().__init__(parent=parent) self.__closedByKey = False # self.titleBar.installEventFilter(self) 注册titleBar的事件 def resetAcrylicEffect(self, hWnd): if not isGreaterEqualWin10(): warnings.warn("The acrylic effect is...

enhancement

**Describe the bug** A clear and concise description of what the bug is. 问题的简要描述。 当我修改窗口背景为暗色后,然后将窗口从隐藏状态切换为显示状态时,窗口会先短暂的显示白色,然后才会显示为我设置的背景色 ![image](https://github.com/zhiyiYo/PyQt-Frameless-Window/assets/48205873/d6fffa10-a372-4abe-9ec8-5d14ab4586f2) **Environment** 环境信息 - OS: Windows11 - DPI scaling: 125% - Python: 3.9 64-bit -...

bug

**Describe the bug** A clear and concise description of what the bug is. 采用pyside6-6.7.0版本后,windows下面会采用windows11的风格,菜单显示不全。 **Environment** 环境信息 - OS: [Windows11] - DPI scaling: [125%] - Python: [3.11.7 64-bit] - PySide6: [6.7.0]...

bug

### What happened? 设置主题为DARK后,启动界面时显示正常暗色主题。 当设置了Windows自动切换桌面壁纸的功能,每次自动切换壁纸后。 DARK主题除了字体和SearchLine以外均丢失颜色,变为一片雪白。 亮色主题则不受影响。 ### Operation System Windows11 23H2 ### Python Version 3.12.3 ### PyQt/PySide Version PySide6 6.7.0 ### PyQt/PySide-Fluent-Widgets Version v1.5.6 ### How to Reproduce? 事先设置windows11的桌面壁纸为按文件夹自动切换,切换时间任意。...

bug