英文: Unexpected freezing of graph while GUI still works and without error message | Pyside6 and pyqtg...
Pyside6: 在QTableWidget中复制、粘贴、删除和撤销多个单元格操作。
英文: Pyside6: Copy paste, delete, undo of multiple cells to and from QTableWidget 问题 I want to be abl...
Qt QWidget.move(x, y) 在 Wayland 屏幕上无法更新小部件
英文: Qt QWidget.move(x,y) fails to update widget on Wayland screen 问题 我有一个名为QMovableResizableWidget的类...
PySide6 widgets not showing when using pyside6-uic
英文: PySide6 widgets not showing when using pyside6-uic 问题 编辑: 评论指出格式错误的__init__,这是正确的。这部分修复了我的问题;如果我...
如何解决 “Error 0x80070057: 参数不正确” 在 PySide6 + Qt3D 中?
英文: How to resolve "Error 0x80070057: The parameter is incorrect" in PySide6 + Qt3D? 问题 当我...
PyQt/ PySide 控件小部分动作来自不同类别或文件
英文: PyQt/ PySide control widgets' actions from diffreent class or file 问题 我理解你的请求,以下是翻译好的部分: 我正在...
Pyside6将UI转换为py后,小部件为空。
英文: Pyside6 after convert UI to py the widget is empty 问题 I am learning GUI using Qt Designer. After...
In PySide6, if a `QMainWindow` has a pushbutton connected to it's own partial function, it could be opened many times, why?
英文: In PySide6, if a `QMainWindow` has a pushbutton connected to it's own partial function, it c...
如何修复:TypeError: filter期望2个参数,但只提供了1个
英文: How to fix: TypeError: filter expected 2 arguments, got 1 问题 使用Python和PyQt5/PySide6制作浏览器。我实现了一个广...
如何在 PyQt 中为主窗口制作圆角边?
英文: How to make round edges for the main window in PyQt? 问题 问题非常简单,但我目前无法成功: **在 PyQt/PySide 代码中,制作主...