Files
create/src/Mod/Draft/Resources
vocx-fc 513c0e9eb4 Draft: new PathTwistedArray object
It takes a `Shape` and replicates it around a path, while at the
same time adding a rotation to each copy. This can be used to create
a twisted "ribcage" from a frame-like object, which can be used
in a more complicated `Shape`, for example, a tunnel or bridge
object.
2020-09-03 12:34:16 +02:00
..
2020-09-03 12:34:16 +02:00
2020-06-15 10:10:12 +02:00
2020-06-15 15:30:06 +02:00
2020-09-03 12:34:16 +02: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.