-
What's the appropiate way to acess this class....
it was working on an erlier realse of Qt.py
But seems to be broken in the latest realse
QtWidgets.QStyleOptionViewItemV4
i was basically usin…
-
Hi there
I am using studio library with Maya 2020.
When I try to save animation to the library, as soon as I click "save" I receive an error message saying:
Error While Saving
PySide2.QtWidg…
-
I am messing around with v0.5 and am getting a decent amount of PySide6 errors in the terminal GUI. Here is one specific to trying to add a new pilot:
```
Traceback (most recent call last):
Fil…
-
i try to compile in F37 and this is the error:
```
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../onedrive_tray -I. -I../../onedrive_…
-
#490 As I am learning PyQt5 GUI I made this GUI in this I have added a button called Cancel. When Cancel button is clicked it should exit the window, for this I defined a method **cancelButton()** in …
-
Starbound Version: Spirited Giraffe
Starcheat Version: Latest
When I run starcheat from the command line I get the following error:
Traceback (most recent call last):
`File "/usr/local/bin/starcheat"…
-
The variables that correspond to Public Variables of the C++ implementation don't have type annotations.
One example would be the `QStyleOption` class:
The C++ doc: https://doc.qt.io/qt-6/qstyleop…
-
### Issue Report: NSWindow Exception When Running `picasso localize`
**Python Version:** 3.10
**Operating System:** macOS Sonoma 14.2.1
**Device:** M3 Pro
**Installation Method:** Installe…
-
### Description
When using OMEdit on macOS I experienced frequent crashes (every few minutes when intensively using it). This has been a problem that has persisted for many months and also since re…
-
Using this code example:
```py
import logging
from Qt import QtCore
from Qt import QtWidgets
class MainWind(QtWidgets.QMainWindow):
willclose = QtCore.Signal(int)
def __init__(s…