-
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…
-
PySide2를 사용하여 Maya의 cmdScrollFieldExecuter 화면을 표시하는 예제를 제공할 수 있습니다. 아래는 그러한 예제 코드입니다:
```python
import maya.cmds as cmds
from PySide2 import QtWidgets, QtUiTools
class MayaCmdScrollFieldWindow…
-
There is some code in Qt or the libraries it uses that looks for files in fixed locations on the user's system at run time. For maximum reliability, it should not do that. I used `strace` on the Tic…
-
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
-
I could not get the original code to work so I want to suggest the following code with three methods for getting the icons to work properly.
from PyQt6.QtWidgets import QApplication, QPushButton, Q…
-
## Description
I created a Qt5 application with panda3d which is working very well in one window:
![GIF 04-Sep-20 1-47-51 PM](https://user-images.githubusercontent.com/16592902/92236201-43128580-eeb…
-
### What is the bug or the crash?
[0x0] qgis_core!QgsLazInfo::parseExtrabyteAttributes+0x651e7 0x1ad04dd088 0x7ff8bc2525c0
[0x1] qgis_core!QgsExpression::initFunctionHelp+0xe0 0x1ad04dd…
-
When pyqtgraph plot is loaded after loading QML inside QtQuick view, there are no curve drawn in UI. Exported csv does contain all the curve data.
### Code to reproduce
Uncomment below code in ma…
-
After installing SlicerJupyter from the ExtensionManager and restarting Slicer, Slicer crashes at bootup time. (@lassoan, @jcfr). See the problem report below.
When manually removing SlicerJupyter …
che85 updated
3 months ago
-
Hi,
It seems QTreeWidgetItem is not working.
The following code throws an exception: "System.MissingMethodException: Constructor of type 'QtWidgets.QTreeWidgetItem' not found".
var treeWidget …