-
There is a "standard" specification for icon naming
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
which is used in multiple front-end frameworks like Qt and GTK. A…
-
After font updates the respective `*-charmap.json` can have missing entries previously available. In case of complete removal of an icon from the font, `QtAwesome` should not throw an exception with a…
-
When I run **import pylustrator**, there always has an error of **No module named 'matplotlib.backends.backend_qtagg'**
Could you give some suggestions to solve this issue?
-
## Description
### What steps will reproduce the problem?
In a jupyter notebook, selecting any cell (but not entering edit mode), holding shift and pressing enter does nothing.
The cell is execute…
-
## Description of your problem
**What steps will reproduce the problem?**
1. I have two projects in spyder (Q,X). One of the killer features of Spyder-notebook is that it adds the project to the…
-
After seeing the struggles users can go through to make our fonts work for their Windows user (see issue spyder-ide/spyder#21458) and taking into account that there won't be a fallback for Spyder 6, I…
-
The ```qtawesome``` package creates issues on Windows machines because some of its fonts are put in a global directory and locked by windows.
This creates an issue when installing ```qtawesome``` in…
-
(I saw the other PR here, but it seems like the nature of this issue is different, because mine instance is missing icons like completely).
I was using cantata like for years, last used version was 2…
drook updated
1 month ago
-
Hello,
I've got:
- Python==3.9.13
- PySide6==6.5.0
- QtPy==2.3.1
and I am trying to create a QPushButton which will be changing the icon on a "selected" mode/state but unfortunatelly it is …
-
I set it in the QAction,
```
ui->actionNew_From_Clipboard->setIcon(awesome->icon(fa::beer));
```
And it appears in toolbar, but in menu item, it just leave empty.
Mac OSX 10.10.2 / Qt 5.3.1