-
环境:silicon M1; macos 12.4, qt 6.2.4 ;
编译成功,但是显示不对,ribbon完全没有显示。
窗口的最大化、最小化、和关闭按钮也没有,看起来好像是 framelesswindow 有问题。
-
正在利用优秀的Fluent项目对原来的程序进行Fluent化改造,
原项目中包含了QtWidgets.QDockWidget、QtWidgets.QToolBar以及QtWidgets.QStatusBar的相关控件和操作,
由于上述控件位于QtWidgets.QMainWindow,因此使用继承了QtWidgets.QMainWindow的FramelessMainWindow。
…
-
点击父项时向其添加子项,会出现重叠现象。请问有解决方案吗,非常感谢。
![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/96650768/aeb7f748-6516-4cb5-98ec-0393fd681bf9)
-
**Describe the bug**
直接继承FramelessWindow,运行直接异常退出,退出代码1073741845
**Environment**
环境信息
- OS: [Windows7]
- DPI scaling: [100%]
- Python: [3.8.6 64-bit]
- PyQt5: [5.15.9]
- qframelesswin…
-
**Environment**
环境信息
- OS: Windows10
- Python: 3.9
- PySide2: 5.15.2
- PySide2-Fluent-Widgets: 1.2.1
**To Reproduce**
![tutieshi_640x500_9s](https://github.com/zhiyiYo/PyQt-Fluent-Widgets…
-
在尝试将vtk窗口嵌入项目时发现,嵌入vtk的QVTKRenderWindowInteractor的widget之后,在启动时会出现这种疑似重复渲染的bug。
![image](https://github.com/zhiyiYo/PyQt-Frameless-Window/assets/50895726/37910a6a-6021-4007-8b13-385865d5103a)
bug具体表…
-
在使用nuitka打包py程序时要求使用新版pyside6,否则会导致无法使用
-
**Describe the bug**
setTheme(Theme.DARK) not being applied to the FramlessWindow on Windows, but works normally on my Macbook.
**Environment**
- OS: Windows 11
- DPI scaling: 100%
- Python: 3.…
-
**Describe the bug**
有一个config的值是list,在使用qconfig.set改变时,只有程序启动后的第一次qconfiig.set有实时写入config.json,之后同样的qconfig.set都没有写入。如果是一个值为str的config,则在每次textChanged时调用qconfig.set,都会实时写入config.json。不清楚这是否是bug。我是参考…
-
**Is your feature request related to a problem? Please describe.**
No, it's just a suggestion to improve this library on windows
**Describe the solution you'd like**
I would like to recommend cha…