821 B
Executable File
821 B
Executable File
Application icons
Place SVG/PNG icons here. The application currently uses Qt's built-in
standard icons (via QStyle.SP_*) so no custom icons are required to
run; this directory is reserved for future custom artwork.
Suggested icons (24x24 SVG, monochrome, currentColor):
new.svg— document with a plusopen.svg— folder openingsave.svg— floppy diskadd.svg— arrow pointing right (into the image)extract.svg— arrow pointing left (out of the image)folder.svg— folder with a plusdelete.svg— trash canboot.svg— disc with a lightning boltapp.svg— application logo (scalpel over a disc)
Icons are loaded in iso_scalpel/main_window.py via
QStyle.standardIcon(); swap them for QIcon("resources/icons/...")
to use custom art.