Draft: add README files to explain the new structure
This commit is contained in:
13
src/Mod/Draft/drafttaskpanels/README.md
Normal file
13
src/Mod/Draft/drafttaskpanels/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
2020 February
|
||||
|
||||
These files provide the logic behind the task panel of the GuiCommands
|
||||
defined in `draftguitools/`.
|
||||
|
||||
The task panel graphical interface is properly defined in
|
||||
the `Resources/ui/` files, which are made with QtCreator.
|
||||
|
||||
There are many commands which aren't defined in `draftguitools/`.
|
||||
These are defined in the big `DraftGui.py` module, which needs to be split
|
||||
into individual GuiCommands, and each should have its own dedicated
|
||||
`.ui` file.
|
||||
|
||||
Reference in New Issue
Block a user