Files
create/src/Mod/Draft/Resources
Roy-043 bfef06f580 Draft: Add Global mode to ShapeString task panel
This PR adds the Global mode option to the ShapeString task panel.

Additionally:
* Rounding of coordinates caused by reading values from the task panel is avoided.
* Improved task panel layout: Height input above String input.
* Some code reformatting.
2025-04-28 17:57:41 +02:00
..
2025-01-13 21:30:30 -06: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.