-
**Describe the bug**
The App wont start if i use a QtDesigner Ui File.
**Environment**
- OS: Windows10
- Python: Python 3.11
- PyQt6 6.5.1
**To Reproduce**
Imported a UI class from QtDe…
-
**Describe the bug**
_由于这个用法比较hack,不在pyside官方支持内,所以无解的话应该也是很正常
应用场景是[这个项目](https://github.com/techartorg/bqt)。
该项目通过pyside2包裹了blender窗口,从而在blender中提供自定义pyqt操作的可能性(所有pyqt子窗口皆为此包裹窗口的子窗口)_
**问题**…
-
报错:
File "G:\pythonProject\gui.py", line 158, in setupUi
MainWindow.setCentralWidget(self.centralwidget)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'main' object has no attribute 'setCent…
-
# This guide is outdated, please read the README_EN.md and follow the installation guide there
If you came here, then you did not understand how to do it yourself. Let me help.
Two installation …
-
**Describe the bug**
在example-gallery-demo页面添加一个PivotInterface,然后添加QWebEngine后,运行后framelesswindow主窗体四个角由圆角变为直角,最大化后不能全屏,有一圈白色边框
**Environment**
- OS: Windows11
- DPI scaling: 100%
- Python: …
-
**问题描述**
您好,在我的代码中,需要在运行中实时判断某进程是否存在,我通过每隔一段时间在子线程中遍历 `psutil.process_iter()` 来实现,但是在这一子线程的遍历行为会导致主线程 `FramelessWindow` 的卡顿,最少代码示例如下:
``` python
import psutil
import sys
from PyQt5.QtWidgets …
-
**Describe the bug**
在界面中添加cardwidget之后再删除,发现内存没有释放,疑似存在泄漏。不知道是我用法的问题还是bug。
**Environment**
环境信息
- OS: Windows11
- DPI scaling: 100%
- Python: 3.10.11
- PySide6: 6.4.2
- PyQt-Fluent-Widgets:…
-
大佬,我要自定义标题栏,加个按钮,然后在测试用官方的StandardTitleBar时,出现奔溃,调试原因,提醒WindowsFramelessWindow的resizeEvent()方法中,有widget已经被删除,但是仍然被使用
class TestStickButton(FramelessWindow):
def __init__(self):
super(Te…
-
好吧,当我使用 FramelessDialog 时,它虽然不会再有最大化最小化按钮了,但是 Windows 贴靠布局仍然在发挥作用,
我现在需要实现贴靠布局的函数定义,找到它后,把它 pass 掉
-
**Describe the bug**
I noticed that the non client are (at least on the right side, the others I have not tested) reaching quite some pixels into the client are when the window is maximized.
I notic…