Files
create/src/Mod/Draft/Resources
marcuspollio fd01f325b3 Update Draft WB icons (#13585)
* Update Draft WB icons

* Also make all icons 64px based

* keep inner white outline and small tweaks

* Tweaks following review

* Further tweaks following feedback

* Tweak more icons for consistency with light/dark themes

* Update following PR 13865, save as Plain SVG and remove unused ressources

Update texts for visibility

Some more cleanup

Use consistent FreeSans font
2024-05-13 11:20:42 -05:00
..
2024-05-13 11:20:42 -05:00
2024-05-12 17:06:56 -05:00
2024-04-17 16:50:38 -05:00

2020 February

These files provide read only resources for the workbench.

  • icons/: SVG images to use as icons.
  • patterns/: in SVG, to fill closed shapes.
  • translations/: translation files generated from Qt tools and Crowdin.
  • ui/: Qt user interface files made with QtCreator, and which connect to the corresponding modules in drafttaskpanels/.

All files in this directory should be read-only, as they are not meant to be executed. They are only meant to be read by the program.

The Draft.qrc file lists all resources. This file is used to compile the resources into a single Draft_rc.py file which can then be imported in the modules of the workbench to provide the correct resource at run time.