Wrong palette icon
See original GitHub issueThe palette icon shows up as a T-shirt, not the palette as expected.
import qtawesome as qta
from qtpy.QtWidgets import QPushButton
from qtpy.QtWidgets import QApplication
app = QApplication([])
fa5_icon = qta.icon('fa5s.palette')
fa5_button = QPushButton(fa5_icon, 'palette')
fa5_button.show()
app.exec_()
(base) C:\Users>conda list qta
# packages in environment at C:\Users\joe\AppData\Local\Continuum\anaconda3:
#
# Name Version Build Channel
qtawesome 0.5.5 py37_0
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Incorrect Icons & Symbols - Flaticon
283 incorrect icons. Vector icons in SVG, PSD, PNG, EPS and ICON FONT.
Read more >Palette Problem with Character Icon - The Mugen Fighters Guild
Im trying everything i know with palletes i could, i placed the TRansparency on the bottom right and the other colors at the...
Read more >138319 – palette: Button has wrong icon
PaletteItemNode ] java.net.MalformedURLException: no protocol: org/netbeans/modules/javafx/palette/items/resources/icons/button_16.png at ...
Read more >Windows is incorrectly displaying colors. - Microsoft Community
It seems like all colours in windows applications and icons are distorted by the background images, and colours during the boot process show...
Read more >6318 (HOPKINS: Wrong palette for inventory icons on Wii)
The Wii version has the wrong palette for the inventory icons (when you use them as a mouse icon, they look OK when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
qtawesome
0.5.6 is now available indefaults
. Note that this is anoarch: python
package.After update to 0.5.6, it works now. Thank you all for the quick helps, very appreciated!