-
Hi,
It seems QTreeWidgetItem is not working.
The following code throws an exception: "System.MissingMethodException: Constructor of type 'QtWidgets.QTreeWidgetItem' not found".
var treeWidget …
-
##### SUMMARY
This design pattern is used in multiple places on the GUI, where you have a table with an add button in the last column:
![image](https://github.com/user-attachments/assets/409…
-
I have code with imports like:
```python
from PyQt5 import QtWidgets, QtCore, uic
from PyQt5.QtWidgets import *
```
But am not sure how to change this so I can compile with Codon. For all other…
-
PySide2를 사용하여 Maya의 cmdScrollFieldExecuter 화면을 표시하는 예제를 제공할 수 있습니다. 아래는 그러한 예제 코드입니다:
```python
import maya.cmds as cmds
from PySide2 import QtWidgets, QtUiTools
class MayaCmdScrollFieldWindow…
-
# Required:
------------
[ x] I believe this isn't a duplicate topic
[x ] This report is not related to an adapter
For adapter related issues, please go to the appropriate repository - likel…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
I encountered a loading failure and an error when trying to load the project of the newl…
-
Got this exception from time to time, on version x30.3, x31 and even x32. Could you help to see what's wrong?
`NSInternalInconsistencyException: Item to be inserted into menu already is in another me…
-
### Prerrequisitos
(Marcar colocando una X entre los corchetes los ítems que ya hiciste, así: "[X]")
* [X] Leí las reglas del foro (https://github.com/IIC2233/syllabus/issues/1).
* [X] Busqué…
-
Hard give more details ...
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000020249bdf0
VM Regions…
theod updated
9 years ago
-
When running the 'examples\full_features: python main.py --pyside6' given, I encountered the problem of AttributeError: 'PySide6.QtWidgets.QPushButton' object has no attribute 'setStyleSheet':
qt…