question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong palette icon

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jjhelmuscommented, Feb 6, 2019

qtawesome 0.5.6 is now available in defaults. Note that this is a noarch: python package.

0reactions
JoeXinfacommented, Feb 7, 2019

After update to 0.5.6, it works now. Thank you all for the quick helps, very appreciated!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found