-
Since the section instructs the reader to use Qt 5, the example given under 'Widget Application' is incorrect (but is correct for Qt 4). QWidget has been moved to QtWidgets in Qt 5 and merely includin…
-
![image](https://github.com/user-attachments/assets/7c17832e-6718-4487-89dd-c28654ade4b9)
This area should (optionally) use the same colour as the titlebar. Looks weird without it. I may be able to…
-
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…
-
Hello spyder-kernels team.
Thanks for your work!
I stumbled across the following
# Problem:
On my **system**:
Fedora 33,
Python 3.9
Spyder 4.1.5
PyQt5 5.15.0,
**I cannot instantiate …
-
**Environment information**
* Operating System: MacOS 14.5 (ARM-64 - M1)
* Cutter version: 2.3.4-stable-209c26b
* Obtained from:
- [ ] Built from source
- [ ] Downloaded release from Cutter w…
-
**UPDATE: Looks like this is an issue with the imported QColorDialog widget:**
Here is the documentation for QColorDialog: [https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QColorDialog.html#PySid…
-
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…
-
### Describe the bug
qtbase is installing into sysroot - whereas the setting is set from `PKG_BUILD_FLAGS="-sysroot"`
### How to reproduce
Steps to reproduce the behavior:
1. scripts/build qtb…
-
When trying to login with a bearer token, It throws a 404 not found error.
This is my code, i am trying to use 2 accounts:
```
try:
client1 = Client("EMAIL", "PASS")
…
ghost updated
2 months ago
-
I am on MacOS Sonoma 14.2 on an M1 Pro. I believe it is running Python 3.11
I can run the program and the GUI comes up and starts to work, but whenever the Load Image button is pressed directly, fr…