iso-scalpel/resources/icons
Jeremy Anderson c5016dd829 A disc-image editor for ISO 9660 and UDF, built with PySide6 and pycdlib. Runs as a gui or cli. 2026-07-26 21:24:02 -04:00
..
README.md A disc-image editor for ISO 9660 and UDF, built with PySide6 and pycdlib. Runs as a gui or cli. 2026-07-26 21:24:02 -04:00

README.md

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 plus
  • open.svg — folder opening
  • save.svg — floppy disk
  • add.svg — arrow pointing right (into the image)
  • extract.svg — arrow pointing left (out of the image)
  • folder.svg — folder with a plus
  • delete.svg — trash can
  • boot.svg — disc with a lightning bolt
  • app.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.