You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious what the easiest way to create myQIcon with a separate border-color and thickness? It appears that using the color attribute changes both. Is appears this is possible in the C++ library by defining a custom painter? Any plans to port this feature?
The text was updated successfully, but these errors were encountered:
teddyrendahl
changed the title
Use thicker stroker / color for drawing
Use thicker stroker / color for QIcon border
Sep 10, 2018
Happy to put in a PR to add border-color, border-width options. Getting stuck because it looks like QPainter disregards the .brush and draws everything with the .pen because it thinks it is a font. Any advice?
Curious what the easiest way to create my
QIcon
with a separate border-color and thickness? It appears that using thecolor
attribute changes both. Is appears this is possible in the C++ library by defining a custom painter? Any plans to port this feature?The text was updated successfully, but these errors were encountered: