DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
113 stars 21 forks source link

Svg support #33

Closed derenv closed 1 year ago

derenv commented 1 year ago

-Added SVG versions of the icon image files (64x64) -Set program to use them as resources in iconinfo.cpp and systray.qrc -(i used images from iconscout.com/icons/microsoft-onedrive, i've added license info in a file - icon.txt -but i'm unsure on the licensing; it may be easier to replace with your images) -The SVG support in Qt appears to be scaling the SVG image and then painting it onto a pixmap (essentially a bitmap/png image). This should mean that the current method of repainting from the SVG scales the image properly each time - unsure though, this needs testing!

possible solution to #30